psmith 2003/12/16 17:59:01 Modified: . build.xml Log: fix build bug spotted by Raymond DeCampo, if the local system does not have JMX included. Revision Changes Path 1.85 +1 -1 jakarta-log4j/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-log4j/build.xml,v retrieving revision 1.84 retrieving revision 1.85 diff -u -r1.84 -r1.85 --- build.xml 16 Dec 2003 13:04:03 -0000 1.84 +++ build.xml 17 Dec 2003 01:59:01 -0000 1.85 @@ -238,7 +238,7 @@ <javac srcdir="${examples.src}" destdir="${examples.javac.dest}" includes="**/*.java" - excludes="src/jmx/*.java" + excludes="**/jmx/*.java" deprecation="${deprecation}" debug="on"> <classpath refid="compile.classpath"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]