donaldp 2003/04/05 21:35:01
Modified: . build.xml
Log:
Fix variable names in test compile
Revision Changes Path
1.239 +3 -3 avalon-phoenix/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-phoenix/build.xml,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -r1.238 -r1.239
--- build.xml 5 Apr 2003 11:21:09 -0000 1.238
+++ build.xml 6 Apr 2003 05:35:00 -0000 1.239
@@ -604,9 +604,9 @@
<javac srcdir="${test.dir}"
destdir="${target.testclasses}"
- debug="${target.debug}"
- optimize="${target.optimize}"
- deprecation="${target.deprecation}">
+ debug="${build.debug}"
+ optimize="${build.optimize}"
+ deprecation="${build.deprecation}">
<classpath refid="test.class.path"/>
<src path="${test.dir}"/>
</javac>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]