Fix incorrect property name in ant script (TUSCANY-3574)

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949350 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
nash 2010-05-29 07:57:01 +00:00
commit d5dcb21abf

View file

@ -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>