pier 02/05/12 17:18:36 Modified: webapp build.xml Log: Don't copy the images "originals" directory. Revision Changes Path 1.7 +2 -1 jakarta-tomcat-connectors/webapp/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/build.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- build.xml 10 May 2002 01:16:38 -0000 1.6 +++ build.xml 13 May 2002 00:18:36 -0000 1.7 @@ -3,7 +3,7 @@ <!-- "Coyote" connector framework for Jakarta Tomcat - $Id: build.xml,v 1.6 2002/05/10 01:16:38 pier Exp $ + $Id: build.xml,v 1.7 2002/05/13 00:18:36 pier Exp $ --> @@ -210,6 +210,7 @@ <exclude name="**.xml"/> <exclude name="**.xsl"/> <exclude name="**.idx"/> + <exclude name="**/images/originals/**"/> </fileset> </copy>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>