diff options
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml index 6267ed4900..ff7a5b9841 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml @@ -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>
|