You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2006/10/13 17:08:03 UTC

svn commit: r463699 - /incubator/harmony/enhanced/classlib/trunk/make/build-test.xml

Author: hindessm
Date: Fri Oct 13 08:08:01 2006
New Revision: 463699

URL: http://svn.apache.org/viewvc?view=rev&rev=463699
Log:
Just fixing formatting.

Modified:
    incubator/harmony/enhanced/classlib/trunk/make/build-test.xml

Modified: incubator/harmony/enhanced/classlib/trunk/make/build-test.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/make/build-test.xml?view=diff&rev=463699&r1=463698&r2=463699
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/make/build-test.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/make/build-test.xml Fri Oct 13 08:08:01 2006
@@ -42,9 +42,9 @@
     </target>
 
     <target name="clean">
-    <delete dir="${tests.output}" />
-    <delete dir="${tests.build.output}" />
-    <delete dir="${tests.support.output}" />
+        <delete dir="${tests.output}" />
+        <delete dir="${tests.build.output}" />
+        <delete dir="${tests.support.output}" />
         <delete file="${hy.hdk}/build/test/support.jar" />
     </target>
 
@@ -53,16 +53,16 @@
     </target>
 
     <target name="gen-report">
-    <junitreport todir="${tests.output}">
-        <fileset dir="${tests.output}">
-        <include name="TEST*-*.xml"/>
-        </fileset>
-        <report format="frames" todir="${tests.output}/html"/>
-    </junitreport>
-
-    <!-- use this property just to get the slashes to display right in the echo -->
-    <property name="display-location" location="${tests.output}/html/index.html"/>
-    <echo message="The test report is in ${display-location}"/>
+        <junitreport todir="${tests.output}">
+            <fileset dir="${tests.output}">
+                <include name="TEST*-*.xml"/>
+            </fileset>
+            <report format="frames" todir="${tests.output}/html"/>
+        </junitreport>
+
+        <!-- use this property just to get the slashes to display right in the echo -->
+        <property name="display-location" location="${tests.output}/html/index.html"/>
+        <echo message="The test report is in ${display-location}"/>
     </target>
 
     <target name="support-jar" depends="compile-support">
@@ -157,7 +157,7 @@
                 <path refid="classpath.id" />
                 <pathelement location="${junit.jar}" />
             </classpath>
-    </java>
+        </java>
     </target>