bloritsch 01/12/14 14:18:00
Modified: . build.xml
Log:
force compiled classes to be compatible with 1.2--it does not affect the
libraries it can use
Revision Changes Path
1.114 +4 -2 jakarta-avalon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon/build.xml,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- build.xml 2001/12/14 10:12:03 1.113
+++ build.xml 2001/12/14 22:18:00 1.114
@@ -163,7 +163,8 @@
destdir="${build.classes}"
debug="${debug}"
optimize="${optimize}"
- deprecation="${deprecation}">
+ deprecation="${deprecation}"
+ target="1.2">
<classpath refid="project.class.path" />
<src path="${test.dir}"/>
<exclude name="org/apache/avalon/framework/logger/Log4JLogger.java"
@@ -182,7 +183,8 @@
destdir="${build.classes}"
debug="${debug}"
optimize="${optimize}"
- deprecation="${deprecation}">
+ deprecation="${deprecation}"
+ target="1.2">
<include name="org/apache/avalon/framework/ExceptionUtil.java" />
<include name="org/apache/avalon/framework/Cascading*" />
</javac>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>