sdeboy 2004/03/10 08:23:19
Modified: tests build.xml
Log:
corrected exclude definition in build step
Revision Changes Path
1.46 +1 -1 logging-log4j/tests/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/logging-log4j/tests/build.xml,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- build.xml 6 Mar 2004 16:36:37 -0000 1.45
+++ build.xml 10 Mar 2004 16:23:19 -0000 1.46
@@ -77,7 +77,7 @@
<!-- ================================================================= -->
<target name="build" depends="parentBuild, prepare">
<javac srcdir="${tests.source.home}"
- destdir="./classes"
excludes="${tests.source.home}${stem}/chainsaw/receivers/*.java"
+ destdir="./classes" excludes="${stem}/chainsaw/receivers/*.java"
deprecation="${deprecation}"
debug="on">
<classpath refid="tests.classpath"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]