psmith 2004/05/14 23:30:11
Modified: . build.xml
Log:
makes sure that the new vfs package that is coming doesn't intrude on the build
process.
Revision Changes Path
1.98 +1 -1 logging-log4j/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/logging-log4j/build.xml,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- build.xml 11 May 2004 22:17:22 -0000 1.97
+++ build.xml 15 May 2004 06:30:11 -0000 1.98
@@ -322,7 +322,7 @@
srcdir="${java.source.dir}"
destdir="${javac.dest}"
includes="${stem}/chainsaw/**/*.java,${stem}/rule/*.java,${stem}/varia/ExpressionFilter.java"
- excludes="">
+ excludes="${stem}/chainsaw/vfs/*.java">
<classpath refid="compile.classpath"/>
<classpath path="${regexp.oro.jar}"/>
</javac>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]