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 09:45:11 UTC

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

Author: smishura
Date: Fri Jan 25 00:45:10 2008
New Revision: 615147

URL: http://svn.apache.org/viewvc?rev=615147&view=rev
Log:
Remove redundant "check-install" target

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=615147&r1=615146&r2=615147&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 00:45:10 2008
@@ -20,15 +20,11 @@
      ====================================================================== -->
 <project name="gut" default="run" basedir=".">
 
-    <!-- Setup Geronimo and its pre-requisites -->
-    <target name="setup" depends="check-install,install"/>
+    <property name="install.marker"
+              location="${test.sources.dir}/${suite.name}/install.complete" />
+    <available property="skip.install" file="${install.marker}" />
         
-    <property name="install.marker" location="${test.sources.dir}/${suite.name}/install.complete"/>
-    <target name="check-install">
-        <available property="skip.install" file="${install.marker}"/>
-    </target>
-        
-    <target name="install" unless="skip.install">
+    <target name="setup" unless="skip.install">
         <description>
             setup: Install, configure and build Geronimo and its pre-requisites
         </description>