cziegeler 2004/02/02 05:55:29
Modified: tools/targets init-build.xml
Log:
Compile tools with fixed target (1.3); otherwise switching jdks is a pain
Revision Changes Path
1.7 +2 -2 cocoon-2.1/tools/targets/init-build.xml
Index: init-build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/tools/targets/init-build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- init-build.xml 13 Jan 2004 11:22:52 -0000 1.6
+++ init-build.xml 2 Feb 2004 13:55:29 -0000 1.7
@@ -126,7 +126,7 @@
debug="off"
optimize="on"
deprecation="on"
- target="${target.vm}"
+ target="1.3"
nowarn="on"
compiler="${compiler}"
classpathref="tasks.classpath"/>
@@ -147,7 +147,7 @@
debug="off"
optimize="on"
deprecation="on"
- target="${target.vm}"
+ target="1.3"
nowarn="on"
compiler="${compiler}"/>