vidyanand 2002/12/13 21:10:16
Modified: java build.xml
Log:
Added a condition in compile target to check for commons-net.present to compile the
mail transport package
Revision Changes Path
1.220 +2 -0 xml-axis/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/build.xml,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- build.xml 13 Dec 2002 20:46:08 -0000 1.219
+++ build.xml 14 Dec 2002 05:10:15 -0000 1.220
@@ -142,6 +142,8 @@
<exclude name="**/*TestSuite.java" unless="junit.present"/>
<exclude name="**/org/apache/axis/encoding/ser/castor/*.java"
unless="castor.present"/>
<exclude name="**/org/apache/axis/test/AxisTestBase.java"
unless="junit.present"/>
+
+ <exclude name="**/org/apache/axis/transport/mail/*.java"
unless="commons-net.present"/>
<!-- Work-In-Progress Items
These packages will be excluded from the build unless