You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2006/09/09 11:36:47 UTC

svn commit: r441772 - /james/server/trunk/build.xml

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org