dims 2002/06/18 08:28:43 Modified: java build.xml Log: Copy jars from lib.dir into the WAR Revision Changes Path 1.150 +6 -1 xml-axis/java/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-axis/java/build.xml,v retrieving revision 1.149 retrieving revision 1.150 diff -u -r1.149 -r1.150 --- build.xml 17 Jun 2002 18:55:04 -0000 1.149 +++ build.xml 18 Jun 2002 15:28:43 -0000 1.150 @@ -559,7 +559,12 @@ <fileset dir="${webapp}"/> </copy> <copy todir="${build.webapp}/WEB-INF/lib"> - <fileset dir="${build.lib}"/> + <fileset dir="${lib.dir}"> + <include name="*.jar"/> + </fileset> + <fileset dir="${build.lib}"> + <include name="*.jar"/> + </fileset> </copy> <copy todir="${build.webapp}/samples"> <fileset dir="./samples"/>
- cvs commit: xml-axis/java build.xml scheu
- cvs commit: xml-axis/java build.xml rsitze
- RE: cvs commit: xml-axis/java build.xml Glen Daniels
- RE: cvs commit: xml-axis/java build.xml Richard Sitze
- RE: cvs commit: xml-axis/java build.xml Glen Daniels
- cvs commit: xml-axis/java build.xml gdaniels
- cvs commit: xml-axis/java build.xml dims
- cvs commit: xml-axis/java build.xml dims
- cvs commit: xml-axis/java build.xml dims
- cvs commit: xml-axis/java build.xml dims
- cvs commit: xml-axis/java build.xml dims
- cvs commit: xml-axis/java build.xml dims
- cvs commit: xml-axis/java build.xml stevel
- cvs commit: xml-axis/java build.xml gdaniels
- cvs commit: xml-axis/java build.xml rubys
- cvs commit: xml-axis/java build.xml rsitze
- cvs commit: xml-axis/java build.xml seibert
- cvs commit: xml-axis/java build.xml dims
- cvs commit: xml-axis/java build.xml seibert
- cvs commit: xml-axis/java build.xml seibert
- cvs commit: xml-axis/java build.xml seibert