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

svn commit: r178035 - /gump/branches/Gump3/metadata/vmgump.xml

Author: ajack
Date: Mon May 23 14:27:45 2005
New Revision: 178035

URL: http://svn.apache.org/viewcvs?rev=178035&view=rev
Log:
For http://vmgump.apache.org/gump/gump3/

Added:
    gump/branches/Gump3/metadata/vmgump.xml

Added: gump/branches/Gump3/metadata/vmgump.xml
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/metadata/vmgump.xml?rev=178035&view=auto
==============================================================================
--- gump/branches/Gump3/metadata/vmgump.xml (added)
+++ gump/branches/Gump3/metadata/vmgump.xml Mon May 23 14:27:45 2005
@@ -0,0 +1,141 @@
+<?xml version="1.0"?>
+<!--+
+    | Copyright 2003-2005 The Apache Software Foundation
+    | Licensed under the Apache License, Version 2.0 (the "License");
+    | you may not use this file except in compliance with the License.
+    | You may obtain a copy of the License at
+    |
+    |    http://www.apache.org/licenses/LICENSE-2.0
+    |
+    | Unless required by applicable law or agreed to in writing, software
+    | distributed under the License is distributed on an "AS IS" BASIS,
+    | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    | See the License for the specific language governing permissions and
+    | limitations under the License.
+    +-->
+<workspace 
+    version="1.0" 
+    name="gump3-test"
+    basedir="/usr/local/gump/gump3/work" 
+    pkgdir="/usr/local/gump/packages"
+    >
+
+  <repositories>
+    <repository name="ant" type="cvs">
+      <title>Ant</title>
+      <home-page>http://ant.apache.org/</home-page>
+      <cvsweb>http://cvs.apache.org/viewcvs/</cvsweb>
+      <redistributable/>
+  
+      <hostname>cvs.apache.org</hostname>
+      <method>pserver</method>
+      <path>/home/cvspublic</path>
+      <user>anoncvs</user>
+      <password>anoncvs</password>
+    </repository>
+
+    <repository name="gump" type="svn">
+      <title>Gump</title>
+      <home-page>http://gump.apache.org/</home-page>
+      <web>http://cvs.apache.org/viewcvs.cgi/gump/?root=Apache-SVN</web>
+      <url>http://svn.apache.org/repos/asf/gump/branches/Gump3</url>
+      <redistributable/>
+    </repository>
+  </repositories>
+  
+  <modules>
+    <module name="ant">
+      <repository name="ant"/>
+      
+      <url>http://ant.apache.org/index.html</url>
+      <description>Java based build tool</description>
+    </module>
+
+    <module name="gump-test" path="test">
+      <repository name="gump"/>
+
+      <url>http://gump.apache.org/index.html</url>
+      <description>Gump Testing</description>
+    </module>
+
+    <module name="gump">
+      <repository name="gump"/>
+
+      <url>http://gump.apache.org/index.html</url>
+      <description>Python based integration tool</description>
+    </module>
+  </modules>
+  
+  
+  <projects>
+    <project name="gump-unit-tests">
+<module name="gump"/>
+<script name="gump-unit-tests"/> 
+    </project>
+
+    <project name="gump-test1">
+<module name="gump-test"/>
+<script name="gump-test1"/> 
+    </project>
+
+    <project name="bogus">
+      <module name="gump-test"/>
+      
+      <!-- test failure...<script name="doesnotexist"/>-->
+    </project>
+    
+    <project name="bogus2">
+      <module name="gump-test"/>
+      
+      <depend project="bogus"/>
+    </project>
+
+    <project name="bogus3">
+      <module name="gump-test"/>
+      
+      <depend project="bogus2"/>
+    </project>
+
+    <project name="bogus4">
+      <module name="gump-test"/>
+      
+      <depend project="bogus3"/>
+    </project>
+
+    <!-- project name="bogus5">
+      <module name="doesnotexist"/>
+      
+      <depend project="bogus3"/>
+    </project -->
+
+    <project name="test-attempt-dir-management">
+      <module name="gump-test"/>
+      
+      <!-- commands -->
+      <rmdir dir="some"/>
+      <mkdir dir="some/directory"/>
+    </project>
+   
+    <project name="bootstrap-ant">
+      <module name="ant"/>
+      
+      <!-- commands -->
+      <script name="bootstrap"/>
+
+      <!-- outputs -->
+      <home nested="bootstrap"/>
+      <jar name="lib/ant.jar"/>
+      <jar name="lib/ant-launcher.jar" id="ant-launcher"/>
+
+      <!-- dependencies -->
+      <depend project="bogus4"/>
+    </project>
+
+    <project name="dist-ant">
+      <module name="ant"/>
+      <ant/>
+      <!-- dependencies -->
+      <depend project="bootstrap-ant"/>
+    </project>
+  </projects>
+</workspace>