pgoldstein 2002/09/27 01:49:11
Modified: proposals/imap build.xml
Log:
Merging changes from main branch to IMAP build.xml.
Revision Changes Path
1.6 +7 -5 jakarta-james/proposals/imap/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-james/proposals/imap/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build.xml 24 Sep 2002 04:17:15 -0000 1.5
+++ build.xml 27 Sep 2002 08:49:11 -0000 1.6
@@ -31,7 +31,7 @@
<property name="year" value="1999-2002"/>
<!-- There should be no need to override default compiler but need to change
javac task to run without this -->
- <property name="build.compiler" value="classic"/>
+ <property name="build.compiler" value="modern"/>
<!--
these are here only for those who use jikes compiler. For other
developers this part makes no difference.
@@ -379,14 +379,16 @@
<include name="*.jar"/>
</lib>
<lib dir="lib">
- <include name="cornerstone.jar"/>
<include name="dnsjava-1.2.3.jar"/>
- <include name="activation.jar"/>
- <include name="mail_1_2.jar"/>
<include name="jakarta-oro-2.0.1.jar"/>
<include name="mm.mysql-2.0.14.jar"/>
<include name="mm.mysql.LICENCE"/>
+ <include name="avalon-framework-20020713.jar"/>
+ <include name="cornerstone.jar"/>
<include name="excalibur-datasource-1.0.jar"/>
+ <include name="activation.jar"/>
+ <include name="mail_1_2.jar"/>
+ <include name="commons-net-1.0.0-dev.jar"/>
</lib>
<zipfileset dir="${conf.dir}" fullpath="conf/sqlResources.xml">
<include name="sqlResources.xml"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>