remm 2004/03/12 06:31:24 Modified: . build.xml Log: - Don't copy jmx.jar to dist. Revision Changes Path 1.179 +3 -1 jakarta-tomcat-5/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v retrieving revision 1.178 retrieving revision 1.179 diff -u -r1.178 -r1.179 --- build.xml 2 Mar 2004 12:33:00 -0000 1.178 +++ build.xml 12 Mar 2004 14:31:24 -0000 1.179 @@ -1136,7 +1136,9 @@ <!-- Copy the contents of each "build" directory --> <copy todir="${tomcat.dist}/bin"> - <fileset dir="${tomcat.build}/bin" /> + <fileset dir="${tomcat.build}/bin"> + <exclude name="jmx.jar" /> + </fileset> </copy> <copy todir="${tomcat.dist}/common/classes"> <fileset dir="${tomcat.build}/common/classes" />
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]