Author: bago
Date: Sat Sep 9 02:36:46 2006
New Revision: 441772
URL: http://svn.apache.org/viewvc?view=rev&rev=441772
Log:
Removed unused/bad classpath inclusions for tests (we don't bundle ant anymore,
optional and junit must be places in ANT_HOME/lib folder)
Modified:
james/server/trunk/build.xml
Modified: james/server/trunk/build.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/build.xml?view=diff&rev=441772&r1=441771&r2=441772
==============================================================================
--- james/server/trunk/build.xml (original)
+++ james/server/trunk/build.xml Sat Sep 9 02:36:46 2006
@@ -741,8 +741,6 @@
-->
<target name="unit-tests-classpath" depends="compile">
<path id="unittest.class.path">
- <pathelement location="tools/lib/optional.jar"/>
- <pathelement location="tools/lib/junit.jar"/>
<pathelement location="tools/lib/commons-net-1.4.1.jar"/>
<fileset dir="${lib.dir}">
<include name="*.jar"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]