You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by ni...@apache.org on 2003/08/21 21:45:48 UTC

cvs commit: jakarta-gump/proposals/aj_python/test/resources broken_workspace.xml profile.xml project1.xml project2.xml repository.xml server.xml standalone_workspace.xml workspace.xml

nickchalko    2003/08/21 12:45:48

  Added:       proposals/aj_python/test/resources broken_workspace.xml
                        profile.xml project1.xml project2.xml
                        repository.xml server.xml standalone_workspace.xml
                        workspace.xml
  Log:
  Adam Jack's  python proposal for gump
  
  Revision  Changes    Path
  1.1                  jakarta-gump/proposals/aj_python/test/resources/broken_workspace.xml
  
  Index: broken_workspace.xml
  ===================================================================
  <?xml version="1.0" ?>
  <workspace basedir="/data/gump" 
             jardir="/data/gump/jars/latest"
             pkgdir="/data/package"
             sync="rsync -r -a --delete" version="0.3">
  
    <property name="build.sysclasspath" value="only"/>
  
    <profile href="no_such_profile.xml"/>
  
  </workspace>
  
  
  
  1.1                  jakarta-gump/proposals/aj_python/test/resources/profile.xml
  
  Index: profile.xml
  ===================================================================
  <profile name="gump">
  
    <module href="resources/project1.xml"/>
    <module href="resources/project2.xml"/>
  
  <!-- CVS Repository definitions -->
  
    <repository href="resources/repository.xml"/>
  
  <!-- server definitions -->
  
    <server href="server/server1.xml"/>
  
  </profile>
  
  
  
  
  1.1                  jakarta-gump/proposals/aj_python/test/resources/project1.xml
  
  Index: project1.xml
  ===================================================================
  <module name="module1">
  
    <url  href="http://ant.apache.org/index.html"/>
    <description>
      Java based build tool
    </description>
  
    <cvs repository="repository1"/>
  
    <project name="project1">
      <package>org.apache.tools.ant</package>
  
      <ant target="dist-lite">
        <property name="ant.home" reference="home" project="ant"/>
      </ant>
  
      <option project="random"/>
  
      <home nested="dist"/>
  
      <jar name="lib/output.jar" id="output"/>
  
      <license name="LICENSE"/>
  
      <nag from="Gump Integration Build &lt;dev@ant.apache.org&gt;"
           to="dev@ant.apache.org"/>
    </project>
  </module>
  
  
  
  
  1.1                  jakarta-gump/proposals/aj_python/test/resources/project2.xml
  
  Index: project2.xml
  ===================================================================
  <module name="module2">
  
    <url  href="http://ant.apache.org/index.html"/>
    <description>
      Java based build tool
    </description>
  
    <cvs repository="repository1"/>
  
    <project name="project2">
      <package>org.apache.tools.ant</package>
  
      <ant target="dist-lite">
        <property name="ant.home" reference="home" project="ant"/>
      </ant>
  
      <depend project="project1"/>
      <option project="random"/>
  
      <home nested="dist"/>
  
      <jar name="lib/output.jar" id="output"/>
  
      <license name="LICENSE"/>
  
      <nag from="Gump Integration Build &lt;dev@ant.apache.org&gt;"
           to="dev@ant.apache.org"/>
    </project>
  </module>
  
  
  
  
  1.1                  jakarta-gump/proposals/aj_python/test/resources/repository.xml
  
  Index: repository.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <repository name="repository1" type="cvs">
    <title>Repository 1</title>
    <home-page>http://jakarta.apache.org/gump</home-page>
    <cvsweb>http://cvs.apache.org/viewcvs/</cvsweb>
    <redistributable/>
  
    <root>
      <method>pserver</method>
      <user>anoncvs</user>
      <password>anoncvs</password>
      <hostname>cvs.apache.org</hostname>
      <path>/home/cvspublic</path>
    </root>
  </repository>
  
  
  
  1.1                  jakarta-gump/proposals/aj_python/test/resources/server.xml
  
  Index: server.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <server name="server1.apache.org">
    <site name="xml.apache.org">
      <description>The Apache XML Project</description>
      <docroot>/www/xml.apache.org</docroot>
      <groupid>xml</groupid>
    </site>
  
    <site name="jakarta.apache.org">
      <description>The Apache Jakarta Project</description>
      <docroot>/www/jakarta.apache.org</docroot>
      <groupid>jakarta</groupid>
    </site>
  </server>
  
  
  
  1.1                  jakarta-gump/proposals/aj_python/test/resources/standalone_workspace.xml
  
  Index: standalone_workspace.xml
  ===================================================================
  <?xml version="1.0" ?>
  <workspace basedir="/data/gump" 
             jardir="/data/gump/jars/latest"
             pkgdir="/data/package"
             sync="rsync -r -a --delete" version="0.3">
  
    <property name="build.sysclasspath" value="only"/>
  
  </workspace>
  
  
  
  1.1                  jakarta-gump/proposals/aj_python/test/resources/workspace.xml
  
  Index: workspace.xml
  ===================================================================
  <?xml version="1.0" ?>
  <workspace basedir="/data/gump" 
             jardir="/data/gump/jars/latest"
             pkgdir="/data/package"
             sync="rsync -r -a --delete" version="0.3">
  
    <property name="build.sysclasspath" value="only"/>
  
    <profile href="resources/profile.xml"/>
  
  </workspace>