psmith 2004/05/11 15:17:23
Modified: . build.xml
Log:
Applied patch from James Stauffer so that sub-directories of the db package are also
included in the jar output.
Revision Changes Path
1.97 +1 -1 logging-log4j/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/logging-log4j/build.xml,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- build.xml 9 May 2004 18:37:56 -0000 1.96
+++ build.xml 11 May 2004 22:17:22 -0000 1.97
@@ -436,7 +436,7 @@
${stem}/spi/*.class,
${stem}/net/*.class,
${stem}/jdbc/*.class,
- ${stem}/db/*.class,
+ ${stem}/db/**/*.class,
${stem}/varia/*.class,
${stem}/nt/*.class,
${stem}/rolling/**/*.class,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]