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:
parent
8fee4fd962
commit
d5dcb21abf
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue