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/29 09:56:01 UTC

svn commit: r949349 - /tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml

Author: nash
Date: Sat May 29 07:56:00 2010
New Revision: 949349

URL: http://svn.apache.org/viewvc?rev=949349&view=rev
Log:
Fix incorrect property name in ant script (TUSCANY-3574)

Modified:
    tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml

Modified: tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml?rev=949349&r1=949348&r2=949349&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml Sat May 29 07:56:00 2010
@@ -208,7 +208,7 @@
             <arg line="-keep -s ./target/jaxws-source -p ${package} 
                        -d ./target/classes src/main/resources/${wsdlfile}"/>
             <classpath>
-                <fileset dir="${jaxws-tools-dir}"/>
+                <fileset dir="${#jaxws-tools-dir}"/>
                 <pathelement location="${#jaxws-tools-deps}"/>
             </classpath>
         </java>