mcconnell 2003/01/24 10:05:28 Modified: thread build.xml Log: Removing excalibur-collections depedency (test case has been validated). Revision Changes Path 1.28 +0 -2 jakarta-avalon-excalibur/thread/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/thread/build.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- build.xml 24 Jan 2003 18:02:38 -0000 1.27 +++ build.xml 24 Jan 2003 18:05:27 -0000 1.28 @@ -33,7 +33,6 @@ <path id="test.class.path"> <pathelement location="${build.testclasses}"/> <pathelement location="${junit.jar}"/> - <pathelement location="${excalibur-collections.jar}"/> <pathelement location="${excalibur-testcase.jar}"/> <pathelement location="lib/junitperf.jar"/> <path refid="project.class.path"/> @@ -57,7 +56,6 @@ <!-- Need the jar to prevent recursive deps. --> <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkJUnit"/> - <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkCollections"/> <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkTestcase"/> </target>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>