bloritsch 2003/03/31 07:25:50
Modified: pool build.xml default.properties
Log:
update pool build so that it uses util.concurrent
Revision Changes Path
1.34 +1 -0 avalon-excalibur/pool/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/pool/build.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- build.xml 10 Mar 2003 15:02:26 -0000 1.33
+++ build.xml 31 Mar 2003 15:25:50 -0000 1.34
@@ -14,6 +14,7 @@
<pathelement location="${build.classes}"/>
<pathelement location="${avalon-framework.jar}"/>
<pathelement location="${commons-collections.jar}"/>
+ <pathelement location="${util.concurrent.jar}"/>
<pathelement location="${excalibur-instrument.jar}"/>
<pathelement location="${checkstyle.jar}"/>
<pathelement path="${java.class.path}"/>
1.21 +2 -0 avalon-excalibur/pool/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/avalon-excalibur/pool/default.properties,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- default.properties 25 Mar 2003 21:34:01 -0000 1.20
+++ default.properties 31 Mar 2003 15:25:50 -0000 1.21
@@ -15,6 +15,8 @@
# --------------------------------------------------
# REQUIRED LIBRARIES
# --------------------------------------------------
+# ----- Doug Lea's Concurrent Utils, version 1.3 or later -----
+util.concurrent.jar=../lib/util.concurrent-1.3.1.jar
# ----- Avalon Framework, version 4.1 or later -----
avalon-framework.home=${basedir}/../../avalon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]