diff options
author | fmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-01 08:13:45 +0000 |
---|---|---|
committer | fmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-01 08:13:45 +0000 |
commit | 549a24b45096c4a3bf92b9af0098bf452ddd322a (patch) | |
tree | d1c4181de810330a5315c06bec57d678a6992fa8 /sca-java-2.x/trunk/samples/learning-more | |
parent | f008b9c5fc17ca87aeaf19cadad19bc8f85cfc38 (diff) |
Commented out failing samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003427 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/learning-more')
5 files changed, 6 insertions, 6 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/binding-ws/pom.xml b/sca-java-2.x/trunk/samples/learning-more/binding-ws/pom.xml index d2f99a2940..7787c641cb 100644 --- a/sca-java-2.x/trunk/samples/learning-more/binding-ws/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/binding-ws/pom.xml @@ -37,7 +37,7 @@ </activation>
<modules>
<module>calculator-contribution</module> - <module>helloworld-ws-sdo-contribution</module>
+ <!--module>helloworld-ws-sdo-contribution</module-->
</modules>
</profile>
</profiles>
diff --git a/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/pom.xml b/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/pom.xml index fefbffb638..adaf73cdb2 100644 --- a/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/pom.xml @@ -37,7 +37,7 @@ </activation> <modules> <module>dosgi-dynamic-calculator</module> - <module>dosgi-dynamic-calculator-operations</module> + <!--module>dosgi-dynamic-calculator-operations</module--> </modules> </profile> </profiles> diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/pom.xml index 56d975dea8..56a5f0bd58 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/pom.xml @@ -37,7 +37,7 @@ </activation> <modules> <module>dosgi-calculator</module> - <module>dosgi-calculator-operations</module> + <!--module>dosgi-calculator-operations</module--> </modules> </profile> </profiles> diff --git a/sca-java-2.x/trunk/samples/learning-more/logging-scribe/pom.xml b/sca-java-2.x/trunk/samples/learning-more/logging-scribe/pom.xml index fc820d05fb..0a12d8577a 100644 --- a/sca-java-2.x/trunk/samples/learning-more/logging-scribe/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/logging-scribe/pom.xml @@ -36,7 +36,7 @@ <activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>helloworld-scribe</module> + <!--module>helloworld-scribe</module--> </modules>
</profile>
</profiles>
diff --git a/sca-java-2.x/trunk/samples/learning-more/maven-osgi-junit/pom.xml b/sca-java-2.x/trunk/samples/learning-more/maven-osgi-junit/pom.xml index b2e096c145..4256af8438 100644 --- a/sca-java-2.x/trunk/samples/learning-more/maven-osgi-junit/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/maven-osgi-junit/pom.xml @@ -38,8 +38,8 @@ <activeByDefault>true</activeByDefault> </activation> <modules> - <module>calculator-osgi</module> - <module>calculator-rest-osgi</module> + <!--module>calculator-osgi</module--> + <!--module>calculator-rest-osgi</module--> </modules> </profile> </profiles> |