dims 02/02/14 08:41:34
Modified: java build.xml
Log:
javax.xml.rpc.handler.soap.SOAPMessageContext should be compiled only if attachments
are present.
Revision Changes Path
1.104 +1 -0 xml-axis/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/build.xml,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- build.xml 12 Feb 2002 18:48:56 -0000 1.103
+++ build.xml 14 Feb 2002 16:41:34 -0000 1.104
@@ -221,6 +221,7 @@
<exclude name="**/org/apache/axis/server/JNDIAxisServerFactory.java"
unless="servlet.present"/>
<exclude name="**/org/apache/axis/security/servlet/*"
unless="servlet.present"/>
<exclude name="**/javax/xml/soap/*.java" unless="attachments.present"/>
+ <exclude name="**/javax/xml/rpc/handler/soap/*.java"
unless="attachments.present"/>
<exclude name="**/*TestSuite.java" unless="junit.present"/>
</javac>
<copy file="${src.dir}/org/apache/axis/server/server-config.wsdd"