summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2010-10-01 08:13:45 +0000
committerfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2010-10-01 08:13:45 +0000
commit549a24b45096c4a3bf92b9af0098bf452ddd322a (patch)
treed1c4181de810330a5315c06bec57d678a6992fa8
parentf008b9c5fc17ca87aeaf19cadad19bc8f85cfc38 (diff)
Commented out failing samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003427 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/binding-ws/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/distributed-osgi/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-osgi/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/logging-scribe/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/maven-osgi-junit/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/running-tuscany/pom.xml6
6 files changed, 9 insertions, 9 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>
diff --git a/sca-java-2.x/trunk/samples/running-tuscany/pom.xml b/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
index 06d5ff3306..9496041257 100644
--- a/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
+++ b/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
@@ -42,9 +42,9 @@
<module>maven</module>
<module>webapp</module>
-->
- <module>embedded-jse</module>
- <module>embedded-osgi</module>
- <module>embedded-osgi-base</module>
+ <!--module>embedded-jse</module-->
+ <!--module>embedded-osgi</module-->
+ <!--module>embedded-osgi-base</module-->
<module>shell</module>
</modules>