Index: wsdl4j-1.6.2/build.xml
===================================================================
--- wsdl4j-1.6.2.orig/build.xml 2007-11-08 22:44:48.000000000 +0530
+++ wsdl4j-1.6.2/build.xml 2007-11-08 22:46:23.000000000 +0530
@@ -216,23 +216,7 @@
<fileset dir="${build.lib}"/>
</copy>
- <copy todir="${dist.dir}/docs">
- <fileset dir="${docs.dir}">
- <include name="*.html"/>
- </fileset>
- <filterset>
- <filter token="version" value="${wsdl4j.version.underscore}"/>
- </filterset>
- </copy>
-
- <copy tofile="${dist.dir}/docs/spec/jsr110-1.2.pdf">
- <fileset dir="${docs.dir}">
- <include name="spec/maint_rel_1.2/jsr110-1.2.pdf"/>
- </fileset>
- </copy>
-
<copy file="license.html" tofile="${dist.dir}/license.html"/>
- <copy file="readme.txt" tofile="${dist.dir}/readme.txt"/>
<!-- ================================================================= -->
<!-- Produces the zip file -->