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/08 05:10:40 UTC

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

Author: smishura
Date: Thu Feb  7 20:10:39 2008
New Revision: 619760

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

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

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/func/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/func/adaptor.xml?rev=619760&r1=619759&r2=619760&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/func/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/func/adaptor.xml Thu Feb  7 20:10:39 2008
@@ -26,7 +26,7 @@
 
     <property name="jasmin.jar"     value="${ext.jasmin_1.1.location}/jasmin.jar"/>
 
-    <property name="func.root.dir" location="${test.sources.dir}/functional"/>
+    <property name="func.root.dir" location="${checkouts.dir}/functional" />
     <property name="func.make.dir" location="${func.root.dir}"/>
     <available file="${func.bin.dir}/setup.OK" property="setup.OK"/>
 
@@ -38,7 +38,6 @@
 
     <!-- do setup of func suite -->
     <target name="setup" unless="setup.OK">
-        <svn-update-bt path="${test.sources.dir}/functional"/>
         <call-func target="fetch-depends"/>
         <antcall target="setup-tools"/>
 
@@ -57,12 +56,11 @@
     </target>
 
     <target name="setup-tools">
-        <svn-update-bt path="${test.sources.dir}/tools"/>
-        <ant dir="${test.sources.dir}/tools/harness"/>
-        <copy file="${test.sources.dir}/tools/th.dest/bin/th.jar"
+        <ant dir="${checkouts.dir}/tools/harness"/>
+        <copy file="${checkouts.dir}/tools/th.dest/bin/th.jar"
               todir="${func.depends.dir}" failonerror="false" />
-        <ant dir="${test.sources.dir}/tools/vmtt"/>
-        <copy file="${test.sources.dir}/tools/vmtt.dest/bin/vmtt.jar"
+        <ant dir="${checkouts.dir}/tools/vmtt"/>
+        <copy file="${checkouts.dir}/tools/vmtt.dest/bin/vmtt.jar"
               todir="${func.depends.dir}" failonerror="false"/>
     </target>
 

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/func/parameters.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/func/parameters.xml?rev=619760&r1=619759&r2=619760&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/func/parameters.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/func/parameters.xml Thu Feb  7 20:10:39 2008
@@ -52,6 +52,11 @@
         />
     </external>
 
+    <svn>
+      <functional url="tests/functional"/>
+      <tools      url="tests/tools"/>
+    </svn>
+
     <cc results="${func.results.dir}" attachs="${run.log}"/>
 
 </parameters>