summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/README
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/README
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 '')
-rw-r--r--sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/README4
1 files changed, 2 insertions, 2 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.