1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Description: build.xml: Don't copy jars during build
Author: <vladimir.lapacek@gmail.com>
Forwarded: not-needed
Last-Update: 2010-03-20
--- a/build.xml
+++ b/build.xml
@@ -223,12 +223,12 @@
</section>
</manifest>
</jar>
- <copy file="${wsdl4j.jar}" toDir="${build.lib}"/>
+<!-- <copy file="${wsdl4j.jar}" toDir="${build.lib}"/>
<copy file="${commons-logging.jar}" toDir="${build.lib}"/>
<copy file="${commons-discovery.jar}" toDir="${build.lib}"/>
<copy file="${log4j-core.jar}" toDir="${build.lib}"/>
<copy file="${src.dir}/log4j.properties"
- toDir="${build.lib}"/>
+ toDir="${build.lib}"/>-->
<!-- Build the new org.apache.axis.tools.ant stuff -->
<mkdir dir="${axis.home}/tools/lib" />
|