You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2005/07/09 07:17:28 UTC

svn commit: r209926 - /struts/sandbox/trunk/tiles/core-library/build.xml

Author: craigmcc
Date: Fri Jul  8 22:17:26 2005
New Revision: 209926

URL: http://svn.apache.org/viewcvs?rev=209926&view=rev
Log:
Remove a spurious <classpath> element that prevents "ant test" from finishing.
Of course, this doesn't really help much because there are no current unit
tests for these classes ...


Modified:
    struts/sandbox/trunk/tiles/core-library/build.xml

Modified: struts/sandbox/trunk/tiles/core-library/build.xml
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/tiles/core-library/build.xml?rev=209926&r1=209925&r2=209926&view=diff
==============================================================================
--- struts/sandbox/trunk/tiles/core-library/build.xml (original)
+++ struts/sandbox/trunk/tiles/core-library/build.xml Fri Jul  8 22:17:26 2005
@@ -272,10 +272,6 @@
 
   <target         name="test" depends="test:compile"
            description="Execute library unit tests">
-	    <classpath>
-		    <pathelement location="/Developer/Java/Tools/apache/apache-ant-1.6.2/junit.jar"/>
-	    </classpath>
-
     <junit        fork="yes"
            haltonerror="${test.haltonerror}"
          haltonfailure="${test.haltonfailure}"



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org