summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/build.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-25 09:57:40 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-25 09:57:40 +0000
commitc57d3da9316338f0581054fb5d23fb2c1dddbd0f (patch)
tree96d939156761c729ed6f3824d26414b873b44765 /sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/build.xml
parent9132e710971b74cdad8c1273a1fdff8d9f007e80 (diff)
Correct contribution names now "contribution" comes at the end
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027018 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/build.xml')
-rw-r--r--sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/build.xml b/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/build.xml
index 317ae7de36..6b1f5912ef 100644
--- a/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/build.xml
+++ b/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/build.xml
@@ -56,10 +56,10 @@
<target name="run" depends="compile">
<echo>Please use 'ant run-name-of-sample-contribution-to-run' for example, try one of</echo>
- <echo> 'ant run-contribution-binding-sca-calculator' </echo>
+ <echo> 'ant sample-binding-sca-calculator-contribution' </echo>
</target>
- <target name="run-contribution-binding-sca-calculator" depends="compile">
+ <target name="sample-binding-sca-calculator-contribution" depends="compile">
<java classname="launcher.SampleOSGILauncherBindingSCA"
fork="true"
failonerror="true">
@@ -78,7 +78,7 @@
<!-- TODO - this runs from mvn but not from ant so there is some issue with the
way the environment gets set up
- <target name="run-contribution-binding-ws-calculator" depends="compile">
+ <target name="sample-binding-ws-calculator-contribution" depends="compile">
<java classname="${main.class}"
fork="true"
failonerror="true">