mcconnell 2003/08/24 07:03:22
Modified: . build.xml include.properties
Log:
Add missing commons-pool-1.0.
Revision Changes Path
1.136 +2 -1 james-server/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/james-server/build.xml,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- build.xml 24 Aug 2003 13:51:12 -0000 1.135
+++ build.xml 24 Aug 2003 14:03:22 -0000 1.136
@@ -49,6 +49,7 @@
<pathelement location="${commons-net.jar}"/>
<pathelement location="${commons-collections.jar}"/>
<pathelement location="${commons-dbcp.jar}"/>
+ <pathelement location="${commons-pool.jar}"/>
<pathelement location="${jakarta-oro.jar}"/>
<pathelement location="${avalon-framework.jar}"/>
<pathelement location="${excalibur-threadcontext.jar}"/>
1.5 +1 -0 james-server/include.properties
Index: include.properties
===================================================================
RCS file: /home/cvs/james-server/include.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- include.properties 24 Aug 2003 13:51:12 -0000 1.4
+++ include.properties 24 Aug 2003 14:03:22 -0000 1.5
@@ -65,6 +65,7 @@
# ----- Commons -----
commons-net.jar=${lib.dir}/commons-net-1.0.0-dev.jar
commons-dbcp.jar=${lib.dir}/commons-dbcp-1.0.jar
+commons-pool.jar=${lib.dir}/commons-pool-1.0.jar
commons-collections.jar=${candidates.dir}/commons-collections-2.1.jar
# ----- Jakarta ORO -----
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]