You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by dj...@apache.org on 2007/04/03 00:32:29 UTC

svn commit: r524956 - /db/derby/code/trunk/build.xml

Author: djd
Date: Mon Apr  2 15:32:28 2007
New Revision: 524956

URL: http://svn.apache.org/viewvc?view=rev&rev=524956
Log:
Change build.xml target junit-all-codeline-jars back to calling junit-all after mistaken change to junitreport

Modified:
    db/derby/code/trunk/build.xml

Modified: db/derby/code/trunk/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/build.xml?view=diff&rev=524956&r1=524955&r2=524956
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Mon Apr  2 15:32:28 2007
@@ -1800,7 +1800,7 @@
 	-->
 	<target name="junit-all-codeline-jars" depends="setsanityname">
 		<property name="derby.jar.base" value="${basedir}/jars/${sanity.name}"/>
-	    <antcall target="junitreport">
+	    <antcall target="junit-all">
 	      <param name="derby.junit.classpath"
 	        value="${derby.jar.base}/derbyTesting.jar:${derby.jar.base}/derbynet.jar:${derby.jar.base}/derbytools.jar:${derby.jar.base}/derbyclient.jar"/>
 	    </antcall>