summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/learning-more/async/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-15 12:43:32 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-15 12:43:32 +0000
commit924bf844f8e563346a39d2f08659cb538510bedd (patch)
tree7e0052c988fa47a67128f29d7dc48a712e5b3a96 /sca-java-2.x/trunk/samples/learning-more/async/pom.xml
parentae4a72fb797a5956b6b9547ae765e84b9fde0135 (diff)
Rename the async calculator sample contribution to make it match others and remove the launcher. The embedded-jse launcher will do this job
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022893 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/async/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/async/pom.xml b/sca-java-2.x/trunk/samples/learning-more/async/pom.xml
index 25d4101550..0f46f8399f 100644
--- a/sca-java-2.x/trunk/samples/learning-more/async/pom.xml
+++ b/sca-java-2.x/trunk/samples/learning-more/async/pom.xml
@@ -36,8 +36,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>sample-contribution-implementation-java-calculator-async</module>
- <module>embedded-jse-async-sample-launcher</module>
+ <module>calculator-contribution</module>
</modules>
</profile>
</profiles>