psmith 2003/06/23 20:00:27 Modified: . build.xml Log: Changes to build process to take into consideration the new pattern directory. Ceki, is this right? I had to make this change to get a valid jar for Chainsaw 2. Revision Changes Path 1.63 +2 -0 jakarta-log4j/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-log4j/build.xml,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- build.xml 5 Jun 2003 19:33:44 -0000 1.62 +++ build.xml 24 Jun 2003 03:00:26 -0000 1.63 @@ -198,6 +198,7 @@ **/StressCategory.java, **/doc-files/*, ${stem}/xml/**, + ${stem}/pattern/**, ${stem}/test/serialization/**, ${stem}/net/SMTPAppender.java, ${stem}/net/JMS*.java, @@ -414,6 +415,7 @@ ${stem}/rolling/*.class, ${stem}/xml/*.class, ${stem}/jmx/*.class, + ${stem}/pattern/*.class, ${stem}/or/*.class, ${stem}/or/sax/*.class, ${stem}/or/jms/*.class,
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]