You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/10/25 11:57:40 UTC

svn commit: r1027018 - in /tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi: README build.xml

Author: slaws
Date: Mon Oct 25 09:57:40 2010
New Revision: 1027018

URL: http://svn.apache.org/viewvc?rev=1027018&view=rev
Log:
Correct contribution names now "contribution" comes at the end

Modified:
    tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/README
    tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/build.xml

Modified: tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/README
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/README?rev=1027018&r1=1027017&r2=1027018&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/README (original)
+++ tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/README Mon Oct 25 09:57:40 2010
@@ -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.

Modified: tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/build.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/build.xml?rev=1027018&r1=1027017&r2=1027018&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/build.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/build.xml Mon Oct 25 09:57:40 2010
@@ -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">