stevel 2002/12/17 15:32:14
Modified: java build.xml
Log:
this change makes it possible to build axis.jar without log4j; though by default we
still do so...set the property exclude.log4j.configuration in build.properties or
Ant's command line to exclude log4j.
Revision Changes Path
1.221 +1 -1 xml-axis/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/build.xml,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -r1.220 -r1.221
--- build.xml 14 Dec 2002 05:10:15 -0000 1.220
+++ build.xml 17 Dec 2002 23:32:13 -0000 1.221
@@ -173,7 +173,7 @@
<jar jarfile="${build.lib}/${name}.jar" basedir="${build.dest}" >
<include name="org/**" />
- <include name="log4j.properties"/>
+ <include name="log4j.properties" unless="exclude.log4j.configuration"/>
<include name="simplelog.properties"/>
</jar>
<jar jarfile="${build.lib}/${jaxrpc}.jar" basedir="${build.dest}" >