cziegeler 02/01/31 03:26:51 Modified: . build.xml Log: Do not include libs twice from the tools\lib in the dist Revision Changes Path 1.152 +7 -1 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.151 retrieving revision 1.152 diff -u -r1.151 -r1.152 --- build.xml 31 Jan 2002 10:16:26 -0000 1.151 +++ build.xml 31 Jan 2002 11:26:51 -0000 1.152 @@ -1243,7 +1243,13 @@ <mkdir dir="${dist.src.dir}/tools"/> <copy todir="${dist.src.dir}/tools"> - <fileset dir="${tools.dir}"/> + <fileset dir="${tools.dir}"> + <exclude name="anttasks/**"/> + <exclude name="lib/xalan*"/> + <exclude name="lib/xerces*"/> + <exclude name="lib/jtidy*"/> + <exclude name="lib/xml-apis*"/> + </fileset> </copy> <copy todir="${dist.src.dir}/src/documentation">
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]