summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
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
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')
-rw-r--r--sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/README4
-rw-r--r--sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/build.xml6
2 files changed, 5 insertions, 5 deletions
diff --git a/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/README b/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/README
index 01d277ae09..e0352faf24 100644
--- a/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/README
+++ b/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/README
@@ -12,9 +12,9 @@ binary distribution archive)
To use this sample OSGI launcher with ant excute the command
-ant run-<contributionname>
+ant <contributionname>
-where run-<contributionname> is one of the targets in the build.xml file
+where <contributionname> is one of the targets in the provided build.xml file
To use this sample launcher to run all of the contributions as junit test cases,
execute the command "mvn" in the launcher directory.
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">