ceki 2004/09/08 06:14:04
Modified: . build.xml
Log:
The o.a.l.spi.location package must be included in log4j.jar.
Revision Changes Path
1.110 +1 -1 logging-log4j/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/logging-log4j/build.xml,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- build.xml 19 Aug 2004 11:36:43 -0000 1.109
+++ build.xml 8 Sep 2004 13:14:04 -0000 1.110
@@ -483,7 +483,7 @@
${stem}/joran/**/*.class,
${stem}/config/*.class,
${stem}/helpers/*.class,
- ${stem}/spi/*.class,
+ ${stem}/spi/**/*.class,
${stem}/net/*.class,
${stem}/jdbc/*.class,
${stem}/db/**/*.class,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]