summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2011-05-19 11:05:33 +0000
committerfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2011-05-19 11:05:33 +0000
commita9bd5854f9c8c2d1a6279427914ad5d1838dc095 (patch)
treece2239763479591ad7e6829786e215174c133b32
parentacd5d6770606934a2e0bb84a667df781da7c1297 (diff)
Update parent poms to match unreleased/samples structure
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124686 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/unreleased/samples/learning-more/binding-comet/weather-webapp/pom.xml4
-rw-r--r--sca-java-2.x/trunk/unreleased/samples/learning-more/pom.xml21
2 files changed, 5 insertions, 20 deletions
diff --git a/sca-java-2.x/trunk/unreleased/samples/learning-more/binding-comet/weather-webapp/pom.xml b/sca-java-2.x/trunk/unreleased/samples/learning-more/binding-comet/weather-webapp/pom.xml
index af69d0b1bb..92976f8043 100644
--- a/sca-java-2.x/trunk/unreleased/samples/learning-more/binding-comet/weather-webapp/pom.xml
+++ b/sca-java-2.x/trunk/unreleased/samples/learning-more/binding-comet/weather-webapp/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-samples</artifactId>
+ <artifactId>tuscany-samples-binding-comet</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.tuscany.sca</groupId>
diff --git a/sca-java-2.x/trunk/unreleased/samples/learning-more/pom.xml b/sca-java-2.x/trunk/unreleased/samples/learning-more/pom.xml
index 1b11cf0e30..6fd5179a2c 100644
--- a/sca-java-2.x/trunk/unreleased/samples/learning-more/pom.xml
+++ b/sca-java-2.x/trunk/unreleased/samples/learning-more/pom.xml
@@ -20,10 +20,10 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.tuscany.sca</groupId>
+ <groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
+ <relativePath>../../../samples/pom.xml</relativePath>
</parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-samples-learning-more</artifactId>
@@ -38,22 +38,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>binding-jms</module>
- <module>binding-rmi</module>
- <module>binding-sca</module>
- <module>binding-ws</module>
- <!-- module>binding-comet</module -->
- <module>binding-jsonrpc</module>
- <module>implementation-bpel</module>
- <module>implementation-composite</module>
- <module>implementation-java</module>
- <module>implementation-script</module>
- <module>implementation-spring</module>
- <module>implementation-osgi</module>
- <module>implementation-web</module>
- <module>distributed-osgi</module>
- <module>sca-client</module>
- <module>async</module>
+ <module>binding-comet</module>
</modules>
</profile>
</profiles>