You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ra...@apache.org on 2008/12/05 08:46:59 UTC

svn commit: r723642 - /tuscany/branches/sca-java-1.4/samples/calculator-distributed/build.xml

Author: ramkumar
Date: Thu Dec  4 23:46:59 2008
New Revision: 723642

URL: http://svn.apache.org/viewvc?rev=723642&view=rev
Log:
Fixes for TUSCANY-2718

Modified:
    tuscany/branches/sca-java-1.4/samples/calculator-distributed/build.xml

Modified: tuscany/branches/sca-java-1.4/samples/calculator-distributed/build.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.4/samples/calculator-distributed/build.xml?rev=723642&r1=723641&r2=723642&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.4/samples/calculator-distributed/build.xml (original)
+++ tuscany/branches/sca-java-1.4/samples/calculator-distributed/build.xml Thu Dec  4 23:46:59 2008
@@ -30,9 +30,7 @@
                source="1.5"
                target="1.5">
             <classpath>
-            	<pathelement location="../../modules/tuscany-sca-api-1.4.jar"/>
-            	<pathelement location="../../modules/tuscany-node-api-1.4.jar"/>
-            	<pathelement location="../../modules/tuscany-node-launcher-1.4.jar"/>
+            	<pathelement location="../../lib/tuscany-sca-manifest.jar"/>
             </classpath>
         </javac> 
         <copy todir="target/classes">
@@ -52,9 +50,7 @@
             	<pathelement path="src/main/resources"/>
                 <pathelement path="target/classes"/>
             	<pathelement path="target/${test.jar}"/>
-            	<pathelement location="../../modules/tuscany-sca-api-1.4.jar"/>
-            	<pathelement location="../../modules/tuscany-node-api-1.4.jar"/>
-            	<pathelement location="../../modules/tuscany-node-launcher-1.4.jar"/>
+            	<pathelement location="../../lib/tuscany-sca-manifest.jar"/>
             </classpath>    	        	
         </java>
     </target>
@@ -66,9 +62,7 @@
             	<pathelement path="src/main/resources"/>
                 <pathelement path="target/classes"/>
             	<pathelement path="target/${test.jar}"/>
-            	<pathelement location="../../modules/tuscany-sca-api-1.4.jar"/>
-            	<pathelement location="../../modules/tuscany-node-api-1.4.jar"/>
-            	<pathelement location="../../modules/tuscany-node-launcher-1.4.jar"/>
+            	<pathelement location="../../lib/tuscany-sca-manifest.jar"/>
             </classpath>     	        	
         </java>
     </target>
@@ -80,9 +74,7 @@
             	<pathelement path="src/main/resources"/>
                 <pathelement path="target/classes"/>
             	<pathelement path="target/${test.jar}"/>
-            	<pathelement location="../../modules/tuscany-sca-api-1.4.jar"/>
-            	<pathelement location="../../modules/tuscany-node-api-1.4.jar"/>
-            	<pathelement location="../../modules/tuscany-node-launcher-1.4.jar"/>
+            	<pathelement location="../../lib/tuscany-sca-manifest.jar"/>
             </classpath>      	
         </java>
     </target>	
@@ -94,9 +86,7 @@
             	<pathelement path="src/main/resources"/>
                 <pathelement path="target/classes"/>
             	<pathelement path="target/${test.jar}"/>
-            	<pathelement location="../../modules/tuscany-sca-api-1.4.jar"/>
-            	<pathelement location="../../modules/tuscany-node-api-1.4.jar"/>
-            	<pathelement location="../../modules/tuscany-node-launcher-1.4.jar"/>
+            	<pathelement location="../../lib/tuscany-sca-manifest.jar"/>
             </classpath>      	
         </java>
     </target>