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 2007/12/21 10:42:26 UTC

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

Author: smishura
Date: Fri Dec 21 01:42:25 2007
New Revision: 606148

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

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

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/jedit_test/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/jedit_test/adaptor.xml?rev=606148&r1=606147&r2=606148&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/jedit_test/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/jedit_test/adaptor.xml Fri Dec 21 01:42:25 2007
@@ -54,7 +54,6 @@
           target: setup
          ================================= -->
     <target name="setup">
-        <svn-update-bt path="${test.sources.dir}/${suite.name}"/>
 
         <external-ant-build target="setup"
                             failonerror="false"
@@ -135,7 +134,7 @@
         <attribute name="failproperty" default="external-ant-build.fail.property"/>
         <sequential>
             <exec-ant targets="@{target}"
-                      dir="${test.sources.dir}/${suite.name}"
+                      dir="${checkouts.dir}/jedit_test"
                       failonerror="@{failonerror}"
                       failproperty="@{failproperty}">
                 <sysproperty key="target.dir"                        value="${checkouts.dir}/${suite.name}"/>

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/jedit_test/parameters.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/jedit_test/parameters.xml?rev=606148&r1=606147&r2=606148&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/jedit_test/parameters.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/jedit_test/parameters.xml Fri Dec 21 01:42:25 2007
@@ -35,6 +35,10 @@
 
     <shared/>
 
+    <svn>
+      <jedit_test url="tests/jedit_test"/>
+    </svn>
+
     <cc>
         <results
             description="merge test results into CC log"