bloritsch 2003/03/31 07:52:55 Modified: thread build.xml default.properties Removed: thread/lib junitperf.LICENSE.txt junitperf.jar Log: fix some errors Revision Changes Path 1.33 +2 -1 avalon-excalibur/thread/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/avalon-excalibur/thread/build.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- build.xml 24 Mar 2003 20:42:35 -0000 1.32 +++ build.xml 31 Mar 2003 15:52:54 -0000 1.33 @@ -18,6 +18,7 @@ <pathelement location="${excalibur-threadcontext.jar}"/> <pathelement location="${excalibur-instrument.jar}"/> <pathelement location="${commons-collections.jar}"/> + <pathelement location="${util.concurrent.jar}"/> <pathelement location="${excalibur-pool.jar}"/> <pathelement location="${checkstyle.jar}"/> <pathelement path="${java.class.path}"/> @@ -34,7 +35,7 @@ <pathelement location="${build.testclasses}"/> <pathelement location="${junit.jar}"/> <pathelement location="${excalibur-testcase.jar}"/> - <pathelement location="lib/junitperf.jar"/> + <pathelement location="../lib/junitperf.jar"/> <path refid="project.class.path"/> </path> <property name="cp" refid="test.class.path"/> 1.25 +3 -2 avalon-excalibur/thread/default.properties Index: default.properties =================================================================== RCS file: /home/cvs/avalon-excalibur/thread/default.properties,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- default.properties 24 Mar 2003 20:42:35 -0000 1.24 +++ default.properties 31 Mar 2003 15:52:54 -0000 1.25 @@ -33,8 +33,9 @@ excalibur-pool.jar=${excalibur-pool.lib}/excalibur-pool-1.2.jar # ----- Commons collections (from pool) ----- -commons-collections.lib=${basedir}/../event/lib -commons-collections.jar=${commons-collections.lib}/commons-collections-2.1.jar +lib.dir=${basedir}/../lib +commons-collections.jar=${lib.dir}/commons-collections-2.1.jar +util.concurrent.jar=${lib.dir}/util.concurrent-1.3.1.jar # ----- Excalibur instrument, version 0.1 or later ----- excalibur-instrument.home=${basedir}/../instrument/build
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]