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 kr...@apache.org on 2008/02/25 09:03:41 UTC

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

Author: kristwaa
Date: Mon Feb 25 00:03:40 2008
New Revision: 630757

URL: http://svn.apache.org/viewvc?rev=630757&view=rev
Log:
Removed reamining tabs for new target junit-system-mini

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?rev=630757&r1=630756&r2=630757&view=diff
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Mon Feb 25 00:03:40 2008
@@ -1905,7 +1905,7 @@
              target, since the default max heap size on most systems is
              currently too low for some of the test suites. See DERBY-2988.
          -->
-      	 <junit printsummary="on"
+        <junit printsummary="on"
                fork="yes" forkmode="perTest"
                jvm="${derby.junit.jvm}" maxmemory="512m"
                showoutput="yes"
@@ -1914,7 +1914,7 @@
                failureproperty="tests.failed">
           <sysproperty key="derbyTesting.oldReleasePath" value="${derbyTesting.oldReleasePath}"/>
           <formatter type="xml"/>
-  	 	
+
     <test name="org.apache.derbyTesting.system.oe.test.OETest"
         todir="junit_${derby.junit.timestamp}"/>
           <classpath>