rubys 02/02/27 09:10:56
Modified: java build.xml
Log:
Working on a new build methodology for interop3.
Start by excluding interop3 from the build
Revision Changes Path
1.114 +1 -1 xml-axis/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/build.xml,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- build.xml 22 Feb 2002 15:39:04 -0000 1.113
+++ build.xml 27 Feb 2002 17:10:56 -0000 1.114
@@ -328,7 +328,7 @@
<exclude name="test/lib/*.java"/>
<exclude name="test/inout/*.java" />
<exclude name="test/wsdl/*/*.java" />
- <exclude name="test/wsdl/interop3/groupE/**/*.java" />
+ <exclude name="test/wsdl/interop3/**/*.java" />
<exclude name="test/wsdl/Wsdl2javaTestSuite.java" unless="servlet.present"/>
<exclude name="test/md5attach/*.java" unless="attachments.present"/>
</javac>