Author: lresende
Date: Wed Jun 2 21:50:17 2010
New Revision: 950782
URL: http://svn.apache.org/viewvc?rev=950782&view=rev
Log:
TUSCANY-3582 - Pointing to the proper tuscany manifest file
Modified:
tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/store/build.xml
Modified: tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/store/build.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/store/build.xml?rev=950782&r1=950781&r2=950782&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/store/build.xml
(original)
+++ tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/store/build.xml Wed
Jun 2 21:50:17 2010
@@ -31,7 +31,7 @@
source="1.5"
target="1.5">
<classpath>
- <pathelement location="../../lib/tuscany-sca-manifest.jar"/>
+ <pathelement
location="../../features/tuscany-sca-manifest.jar"/>
<fileset refid="3rdparty.jars"/>
</classpath>
</javac>
@@ -50,7 +50,7 @@
fork="true">
<classpath>
<pathelement path="target/classes"/>
- <pathelement location="../../lib/tuscany-sca-manifest.jar"/>
+ <pathelement
location="../../features/tuscany-sca-manifest.jar"/>
<fileset refid="3rdparty.jars"/>
</classpath>
</java>
@@ -61,7 +61,7 @@
fork="true">
<classpath>
<pathelement path="target/${test.jar}"/>
- <pathelement location="../../lib/tuscany-sca-manifest.jar"/>
+ <pathelement
location="../../features/tuscany-sca-manifest.jar"/>
<fileset refid="3rdparty.jars"/>
</classpath>
</java>