ceki 01/04/22 06:43:36
Modified: build build.xml
Log:
Fixed bug 1390: missing file in log4j-core.jar
Revision Changes Path
1.24 +3 -1 jakarta-log4j/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-log4j/build/build.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- build.xml 2001/04/20 19:39:51 1.23
+++ build.xml 2001/04/22 13:43:36 1.24
@@ -234,7 +234,9 @@
${stem}/helpers/*.class,
${stem}/spi/*.class,
${stem}/or/*.class,
- ${stem}/config/PropertySetter.class"
+ ${stem}/config/PropertySetter.class
+ ${stem}/config/PropertySetterException.class"
+
excludes="**/StressCategory*, **/TTCC*, **/SimpleLayout.*,
**/AsyncAppender.*, **/Dispatcher.*, **/BoundedFIFO.*,
**/Syslog*, **/RelativeTimeDateFormat.*,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]