rwaldhoff 2003/02/17 16:00:59
Modified: jux build.xml
Log:
turn filtering off
Revision Changes Path
1.5 +2 -2 jakarta-commons-sandbox/jux/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/jux/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.xml 10 Feb 2003 20:05:05 -0000 1.4
+++ build.xml 18 Feb 2003 00:00:59 -0000 1.5
@@ -143,7 +143,7 @@
optimize="${compile.optimize}">
<classpath refid="test.classpath"/>
</javac>
- <copy todir="${build.home}/test-classes" filtering="on">
+ <copy todir="${build.home}/test-classes" filtering="off">
<fileset dir="${test.home}" includes="**/*.ser"/>
</copy>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]