You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2008/01/25 11:19:24 UTC

svn commit: r615167 - /harmony/enhanced/buildtest/branches/2.0/adaptors/gut/adaptor.xml

Author: smishura
Date: Fri Jan 25 02:19:23 2008
New Revision: 615167

URL: http://svn.apache.org/viewvc?rev=615167&view=rev
Log:
Formatting.

Modified:
    harmony/enhanced/buildtest/branches/2.0/adaptors/gut/adaptor.xml

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/gut/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/gut/adaptor.xml?rev=615167&r1=615166&r2=615167&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/gut/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/gut/adaptor.xml Fri Jan 25 02:19:23 2008
@@ -23,28 +23,33 @@
     <property name="install.marker"
               location="${test.sources.dir}/${suite.name}/install.complete" />
     <available property="skip.install" file="${install.marker}" />
-        
+
     <target name="setup" unless="skip.install">
-        <log message="============= Adaptor for ${suite.name}: Set Up ..."/>
+        <log message="============= Adaptor for ${suite.name}: Set Up ..." />
 
-        <svn-update-bt path="${test.sources.dir}/${suite.name}"/>
+        <svn-update-bt path="${test.sources.dir}/${suite.name}" />
 
         <exec-ant dir="${test.sources.dir}/${suite.name}" targets="setup">
-            <sysproperty key="result.dir"        value="${results.dir}/${suite.name}"/>
-            <sysproperty key="test.jre.home"     value="${gut.parameters.required.tested.runtime}"/>
+            <sysproperty key="result.dir"
+                         value="${results.dir}/${suite.name}" />
+            <sysproperty key="test.jre.home"
+                         value="${gut.parameters.required.tested.runtime}" />
         </exec-ant>
 
-        <touch file="${install.marker}"/>
+        <touch file="${install.marker}" />
     </target>
 
     <!-- Run Geronimo unit tests -->
     <target name="run" description="Run Geronimo Unit Tests">
-        <log message="============= Adaptor for ${suite.name}: Run ..."/>
+        <log message="============= Adaptor for ${suite.name}: Run ..." />
 
         <exec-ant dir="${test.sources.dir}/${suite.name}" targets="run">
-            <sysproperty key="result.dir"        value="${results.dir}/${suite.name}"/>
-            <sysproperty key="vm.options"        value="${gut.parameters.optional.tested.vm.options}"/>
-            <sysproperty key="test.jre.home"     value="${gut.parameters.required.tested.runtime}"/>
+            <sysproperty key="result.dir"
+                         value="${results.dir}/${suite.name}" />
+            <sysproperty key="vm.options"
+                         value="${gut.parameters.optional.tested.vm.options}" />
+            <sysproperty key="test.jre.home"
+                         value="${gut.parameters.required.tested.runtime}" />
         </exec-ant>
     </target>