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/02/19 09:10:36 UTC

svn commit: r629017 - in /harmony/enhanced/buildtest/branches/2.0/adaptors/stress: adaptor.xml parameters.xml

Author: smishura
Date: Tue Feb 19 00:10:34 2008
New Revision: 629017

URL: http://svn.apache.org/viewvc?rev=629017&view=rev
Log:
Switch to using svn module

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

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/stress/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/stress/adaptor.xml?rev=629017&r1=629016&r2=629017&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/stress/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/stress/adaptor.xml Tue Feb 19 00:10:34 2008
@@ -28,7 +28,7 @@
     <property name="cpptasks.jar"   value="${ext.cpptasks.location}/"/>
     <property name="jasmin.jar"     value="${ext.jasmin_1.1.location}/jasmin.jar"/>
 
-    <property name="stress.root.dir" location="${test.sources.dir}/stress/qa"/>
+    <property name="stress.root.dir" location="${checkouts.dir}/stress/qa"/>
     <property name="stress.make.dir" location="${stress.root.dir}"/>
 
     <property name="stress.results.dir" value="${results.dir}/${suite.name}"/>
@@ -38,8 +38,6 @@
 
     <!-- do setup of stress suite -->
     <target name="setup" unless="setup.OK">
-        <svn-update-bt path="${test.sources.dir}/stress"/>
-        <antcall target="setup-tools"/>
 
         <call-stress target="get.punit"/>
         <call-stress target="build.th"/>
@@ -73,10 +71,6 @@
             <replacevalue><![CDATA[<arg line="-version -failonerror" />]]></replacevalue>
         </replace>
         <touch file="${stress.bin.dir}/setup.OK"/>
-    </target>
-
-    <target name="setup-tools">
-        <svn-update-bt path="${test.sources.dir}/tools"/>
     </target>
 
     <!-- do test execution -->

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/stress/parameters.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/stress/parameters.xml?rev=629017&r1=629016&r2=629017&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/stress/parameters.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/stress/parameters.xml Tue Feb 19 00:10:34 2008
@@ -47,5 +47,10 @@
         />
     </external>
 
+    <svn>
+      <stress url="tests/stress"/>
+      <tools  url="tests/tools"/>
+    </svn>
+
     <cc results="${stress.results.dir}" />
 </parameters>