pgoldstein 2002/10/30 13:04:12
Modified: . build.xml
Log:
Upgrading Phoenix to Phoenix 4.0.1
Turning off deprecation warnings, because upgrading to Phoenix 4.0.1
brings the number of warnings to over 200.
Revision Changes Path
1.114 +3 -3 jakarta-james/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-james/build.xml,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- build.xml 20 Oct 2002 21:06:25 -0000 1.113
+++ build.xml 30 Oct 2002 21:04:12 -0000 1.114
@@ -42,7 +42,7 @@
<property name="build.compiler.fulldepend" value="true"/>
<property name="debug" value="on"/>
<property name="optimize" value="on"/>
- <property name="deprecation" value="on"/>
+ <property name="deprecation" value="off"/>
<!--
===================================================================
@@ -375,7 +375,7 @@
<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="avalon-framework-4.1.3.jar"/>
<include name="cornerstone.jar"/>
<include name="excalibur-datasource-1.0.jar"/>
<include name="activation.jar"/>
--
To unsubscribe, e-mail: <mailto:james-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:james-dev-help@;jakarta.apache.org>