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/03/29 11:04:33 UTC

svn commit: r928653 - /tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/policy-client/build.xml

Author: nash
Date: Mon Mar 29 09:04:33 2010
New Revision: 928653

URL: http://svn.apache.org/viewvc?rev=928653&view=rev
Log:
Add missing compile dependency

Modified:
    tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/policy-client/build.xml

Modified: tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/policy-client/build.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/policy-client/build.xml?rev=928653&r1=928652&r2=928653&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/policy-client/build.xml (original)
+++ tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/policy-client/build.xml Mon Mar 29 09:04:33 2010
@@ -19,6 +19,9 @@
 
 <project name="scatours-contribution-policy-client" default="compile">
     <import file="../../antdefs.xml"/>
+    <path id="compile-path">
+        <pathelement path="../common/target/scatours-contribution-common.jar"/>
+    </path>
 
     <target name="wsdljava">
         <antcall target="wsimport">