bloritsch 01/12/14 14:19:18
Modified: . build.xml
Log:
enforce class files to be compatible with 1.2--it does not affect the
libraries it can use
Revision Changes Path
1.62 +2 -1 jakarta-avalon-logkit/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-logkit/build.xml,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- build.xml 2001/11/19 12:18:33 1.61
+++ build.xml 2001/12/14 22:19:18 1.62
@@ -257,7 +257,8 @@
destdir="${build.classes}"
debug="${debug}"
optimize="${optimize}"
- deprecation="${deprecation}">
+ deprecation="${deprecation}"
+ target="1.2">
<classpath>
<path refid="project.class.path" />
<path refid="tools.class.path"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>