cziegeler 2003/02/26 07:25:59
Modified: . build.xml
Log:
Changing target jdk for ant tasks to 1.2
Revision Changes Path
1.335 +2 -2 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.334
retrieving revision 1.335
diff -u -r1.334 -r1.335
--- build.xml 26 Feb 2003 14:40:52 -0000 1.334
+++ build.xml 26 Feb 2003 15:25:58 -0000 1.335
@@ -107,7 +107,7 @@
debug="off"
optimize="on"
deprecation="on"
- target="${target.vm}"
+ target="1.2"
nowarn="on"
compiler="${compiler}"
classpathref="tasks.classpath"/>