gdaniels 01/05/29 21:26:43
Modified: java build.xml
Log:
Put soap.jar into the WEB-INF/lib directory of soap.war!
Revision Changes Path
1.35 +3 -0 xml-soap/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-soap/java/build.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- build.xml 2001/05/22 04:28:14 1.34
+++ build.xml 2001/05/30 04:26:41 1.35
@@ -385,6 +385,9 @@
<include name="*.html"/>
<include name="admin/*.*"/>
</fileset>
+ <lib dir="${build.lib}">
+ <exclude name="*.dll"/>
+ </lib>
<classes dir="${build.dest}"/>
<classes dir="${build.dir}">
<include name="samples/**/*.class"/>