You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by le...@apache.org on 2005/05/05 20:39:10 UTC

svn commit: r168378 - /gump/branches/Gump3/metadata/giraffe.xml

Author: leosimons
Date: Thu May  5 11:39:10 2005
New Revision: 168378

URL: http://svn.apache.org/viewcvs?rev=168378&view=rev
Log:
Add some more projects to the test fixture.

metadata/giraffe.xml: add a few dummy entries to test dependency chains

Modified:
    gump/branches/Gump3/metadata/giraffe.xml

Modified: gump/branches/Gump3/metadata/giraffe.xml
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/metadata/giraffe.xml?rev=168378&r1=168377&r2=168378&view=diff
==============================================================================
--- gump/branches/Gump3/metadata/giraffe.xml (original)
+++ gump/branches/Gump3/metadata/giraffe.xml Thu May  5 11:39:10 2005
@@ -48,8 +48,28 @@
   <projects>
     <project name="bogus">
       <module name="ant"/>
+      
+      <!-- test failure...<script name="doesnotexist"/>-->
     </project>
     
+    <project name="bogus2">
+      <module name="ant"/>
+      
+      <depend project="bogus"/>
+    </project>
+
+    <project name="bogus3">
+      <module name="ant"/>
+      
+      <depend project="bogus2"/>
+    </project>
+
+    <project name="bogus4">
+      <module name="ant"/>
+      
+      <depend project="bogus3"/>
+    </project>
+
     <project name="test-attempt-dir-management">
       <module name="ant"/>
       
@@ -70,7 +90,7 @@
       <jar name="lib/ant-launcher.jar" id="ant-launcher"/>
 
       <!-- dependencies -->
-      <option project="bogus"/>
+      <depend project="bogus4"/>
     </project>
   </projects>
 </workspace>