Author: skestle
Date: Thu Nov 8 17:56:05 2007
New Revision: 593382
URL: http://svn.apache.org/viewvc?rev=593382&view=rev
Log:
Fixed junit compilation to use test.support.path instead of junit.jar
Modified:
commons/proper/collections/branches/collections_jdk5_branch/build.xml
Modified: commons/proper/collections/branches/collections_jdk5_branch/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/collections/branches/collections_jdk5_branch/build.xml?rev=593382&r1=593381&r2=593382&view=diff
==============================================================================
--- commons/proper/collections/branches/collections_jdk5_branch/build.xml
(original)
+++ commons/proper/collections/branches/collections_jdk5_branch/build.xml Thu
Nov 8 17:56:05 2007
@@ -363,7 +363,7 @@
<classpath>
<pathelement location="${build.classes}"/>
<pathelement location="${build.tests}"/>
- <pathelement location="${junit.jar}"/>
+ <path refid="test.support.path"/>
</classpath>
<test name="${testcase}" fork="yes">
@@ -395,7 +395,7 @@
<classpath>
<pathelement location="${build.jar.name}"/>
<pathelement location="${build.tests}"/>
- <pathelement location="${junit.jar}"/>
+ <path refid="test.support.path"/>
</classpath>
<batchtest fork="yes">
@@ -478,7 +478,7 @@
optimize="false">
<patternset refid="tf.patternset.validate" />
<classpath>
- <pathelement location="${junit.jar}"/>
+ <path refid="test.support.path"/>
</classpath>
</javac>
<delete dir="${tf.build.tf}"/>