summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/pom.xml
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-25 17:09:50 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-25 17:09:50 +0000
commitbe0459d2cc56ae329f5250865574e3de9f68d71f (patch)
treee4e0e2bf7f766983a22717404fd0976b86db8986 /sca-java-2.x/trunk/samples/learning-more/implementation-bpel/pom.xml
parent0f182057fc3b19a2c78960ba910f948006a03562 (diff)
TUSCANY-3677 fix up poms to match getting started reorg
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001274 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-bpel/pom.xml (renamed from sca-java-2.x/trunk/samples/getting-started/contributions/pom.xml)10
1 files changed, 4 insertions, 6 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/contributions/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/pom.xml
index f4ef307a0d..53ede3e358 100644
--- a/sca-java-2.x/trunk/samples/getting-started/contributions/pom.xml
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/pom.xml
@@ -25,9 +25,9 @@
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>tuscany-samples-getting-started</artifactId>
+ <artifactId>tuscany-samples-implememtation-bpel</artifactId>
<packaging>pom</packaging>
- <name>Apache Tuscany SCA Getting Started Samples</name>
+ <name>Apache Tuscany SCA Implementation BPEL Samples</name>
<profiles>
<profile>
@@ -36,10 +36,8 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>helloworld</module>
- <module>helloworld-scaclient</module>
- <module>helloworld-bpel</module>
- <module>helloworld-spring</module>
+ <module>contribution-helloworld-bpel</module>
+ <module>helloworld-bpel-webapp</module>
</modules>
</profile>
</profiles>