You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/05/17 12:38:52 UTC

svn commit: r945072 - /tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/blog-feed/build.xml

Author: nash
Date: Mon May 17 10:38:52 2010
New Revision: 945072

URL: http://svn.apache.org/viewvc?rev=945072&view=rev
Log:
Use package-path setting to add util/launcher-common dependency to manifest classpath

Modified:
    tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/blog-feed/build.xml

Modified: tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/blog-feed/build.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/blog-feed/build.xml?rev=945072&r1=945071&r2=945072&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/blog-feed/build.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/blog-feed/build.xml Mon May 17 10:38:52 2010
@@ -22,6 +22,9 @@
     <path id="compile-path">
         <pathelement path="../../util/launcher-common/target/scatours-util-launcher-common.jar"/>
     </path>
+    <path id="package-path">
+        <pathelement path="../util/scatours-util-launcher-common.jar"/>
+    </path>
 
     <target name="run">
         <java classname="scatours.BlogFeedLauncher" fork="true" failonerror="true">