[Batchserver-cvs] batchserver build_io.xml,1.2,1.3
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-06-13 22:09:41
|
Update of /cvsroot/batchserver/batchserver In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28174 Modified Files: build_io.xml Log Message: no message Index: build_io.xml =================================================================== RCS file: /cvsroot/batchserver/batchserver/build_io.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build_io.xml 13 Jun 2006 04:02:49 -0000 1.2 --- build_io.xml 13 Jun 2006 22:09:35 -0000 1.3 *************** *** 34,38 **** <pathelement location="${lib.home}/xml/xml_apis.jar"/> <pathelement location="${lib.home}/xml/apache/resolver_2.7.1.jar"/> ! <pathelement location="${lib.home}/xml/apache/xerces_impl_2.7.1.jar"/> <pathelement location="${lib.home}/stax/stax_api_1.0.zip"/> <pathelement location="${lib.home}/stax/ri/stax_impl_1.2.zip"/> --- 34,38 ---- <pathelement location="${lib.home}/xml/xml_apis.jar"/> <pathelement location="${lib.home}/xml/apache/resolver_2.7.1.jar"/> ! <pathelement location="${lib.home}/xml/apache/xerces_impl_2.7.1.jar"/> <pathelement location="${lib.home}/stax/stax_api_1.0.zip"/> <pathelement location="${lib.home}/stax/ri/stax_impl_1.2.zip"/> *************** *** 90,94 **** <include name="xml/xml_apis.jar"/> <include name="xml/apache/resolver_2.7.1.jar"/> ! <include name="xml/apache/xerces_impl_2.7.1.jar"/> <include name="stax/ri/stax_impl_1.2.zip"/> <include name="stax/stax_api_1.0.zip"/> --- 90,94 ---- <include name="xml/xml_apis.jar"/> <include name="xml/apache/resolver_2.7.1.jar"/> ! <include name="xml/apache/xerces_impl_2.7.1.jar"/> <include name="stax/ri/stax_impl_1.2.zip"/> <include name="stax/stax_api_1.0.zip"/> *************** *** 100,104 **** <copy todir="${dist.home}/src"> <fileset dir="${src.home}"> ! <include name="org/jmonks/batchserver/io/**.java"/> </fileset> </copy> --- 100,110 ---- <copy todir="${dist.home}/src"> <fileset dir="${src.home}"> ! <include name="org/jmonks/batchserver/io/*.java"/> ! <include name="org/jmonks/batchserver/io/flat/*.java"/> ! <include name="org/jmonks/batchserver/io/xml/*.java"/> ! <include name="org/jmonks/batchserver/io/flat/*.xml"/> ! <include name="org/jmonks/batchserver/io/xml/*.xml"/> ! <include name="org/jmonks/batchserver/io/flat/*.dat"/> ! <include name="org/jmonks/batchserver/io/xml/*.dat"/> </fileset> </copy> |