You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by bo...@apache.org on 2002/10/24 08:39:00 UTC

cvs commit: jakarta-alexandria/proposal/gump/repository werken.xml

bodewig     2002/10/23 23:39:00

  Modified:    proposal/gump nag.pl
               proposal/gump/profile gump.xml
               proposal/gump/project jakarta-ant.xml werkz.xml
  Added:       proposal/gump/repository werken.xml
  Log:
  Add werken cvs repository
  
  Revision  Changes    Path
  1.9       +2 -2      jakarta-alexandria/proposal/gump/nag.pl
  
  Index: nag.pl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/nag.pl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- nag.pl	21 Oct 2002 07:54:42 -0000	1.8
  +++ nag.pl	24 Oct 2002 06:39:00 -0000	1.9
  @@ -13,8 +13,8 @@
   
   ($sec,$min,$hour,$mday,$mon,$year) = localtime;
   $date=sprintf("%d-%2.2d-%2.2d", $year+1900, $mon+1, $mday);
  -$url = "http://jakarta.apache.org/builds/gump/$date";
  -$home = "/www/jakarta.apache.org/builds/gump/$date";
  +$url = "/home/bodewig/dev/gump/log";
  +$home = "/home/bodewig/dev/gump/log";
   
   $sentto = {};
   
  
  
  
  1.129     +2 -1      jakarta-alexandria/proposal/gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/profile/gump.xml,v
  retrieving revision 1.128
  retrieving revision 1.129
  diff -u -r1.128 -r1.129
  --- gump.xml	23 Oct 2002 14:30:22 -0000	1.128
  +++ gump.xml	24 Oct 2002 06:39:00 -0000	1.129
  @@ -122,6 +122,7 @@
     <module href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/ant-contrib/cpptasks/src/etc/gump-descriptor.xml" />
     <module href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/krysalis/krysalis-centipede/module.xml" />
     <module href="project/werkz.xml"/>
  +  <!-- module href="http://cvs.werken.com/viewcvs.cgi/werkz/gump.xml?rev=HEAD&cvsroot=werkz"/ -->
   
     <!-- other -->
   
  @@ -204,7 +205,6 @@
     <project name="relaxng"        package="relaxngDatatype-1.0"/>
     <project name="resolver"       package="resolver-0_2"/>
     <project name="tranquilo"      package="xsdlib-20010424"/>
  -  <project name="werkz"          package="werkz-1.0-beta-2"/>
   
     <!-- CVS Repository definitions -->
     <repository href="repository/dbxml.xml"/>
  @@ -216,6 +216,7 @@
     <repository href="repository/tigris.xml"/>
     <repository href="repository/sourceforge.xml"/>
     <repository href="repository/webmacro.xml"/>
  +  <repository href="repository/werken.xml"/>
     <repository href="repository/whichever.xml"/>
     <repository href="repository/xml.xml"/>
   
  
  
  
  1.68      +3 -21     jakarta-alexandria/proposal/gump/project/jakarta-ant.xml
  
  Index: jakarta-ant.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/jakarta-ant.xml,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- jakarta-ant.xml	14 Oct 2002 11:41:33 -0000	1.67
  +++ jakarta-ant.xml	24 Oct 2002 06:39:00 -0000	1.68
  @@ -1,4 +1,4 @@
  -<module name="jakarta-ant">
  +<module name="jakarta-ant" tag="ANT_15_BRANCH">
   
     <url  href="http://jakarta.apache.org/ant/index.html"/>
     <description>
  @@ -23,12 +23,7 @@
   
       <home nested="dist"/>
       <jar name="lib/ant.jar" id="ant"/>
  -    <jar name="lib/nodeps.jar" id="nodeps"/>
  -    <jar name="lib/needs-junit.jar" id="junit"/>
  -    <jar name="lib/needs-stylebook.jar" id="stylebook"/>
  -    <jar name="lib/needs-swing.jar" id="swing"/>
  -    <jar name="lib/needs-trax.jar" id="trax"/>
  -    <jar name="lib/needs-xalan2.jar" id="xalan2"/>
  +    <jar name="lib/optional.jar" id="optional"/>
   
       <nag from="Diane Holt &lt;holtdl@apache.org&gt;"
            to="ant-dev@jakarta.apache.org"/>
  @@ -51,20 +46,7 @@
   
       <home nested="build"/>
       <jar name="lib/ant.jar" id="ant"/>
  -    <jar name="lib/nodeps.jar" id="nodeps"/>
  -    <jar name="lib/needs-antlr.jar" id="antlr"/>
  -    <jar name="lib/needs-bcel.jar" id="bcel"/>
  -    <jar name="lib/needs-bsf.jar" id="bsf"/>
  -    <jar name="lib/needs-commons-logging.jar" id="commons-logging"/>
  -    <jar name="lib/needs-jakarta-regexp.jar" id="jakarta-regexp"/>
  -    <jar name="lib/needs-javamail.jar" id="javamail"/>
  -    <jar name="lib/needs-junit.jar" id="junit"/>
  -    <jar name="lib/needs-log4j.jar" id="log4j"/>
  -    <jar name="lib/needs-oro.jar" id="oro"/>
  -    <jar name="lib/needs-stylebook.jar" id="stylebook"/>
  -    <jar name="lib/needs-swing.jar" id="swing"/>
  -    <jar name="lib/needs-trax.jar" id="trax"/>
  -    <jar name="lib/needs-xalan2.jar" id="xalan2"/>
  +    <jar name="lib/optional.jar" id="optional"/>
       <javadoc nested="build/javadocs" project="jakarta-ant"/>
   
       <deliver fromdir="distribution/src" tosite="stefans-test"
  
  
  
  1.2       +30 -10    jakarta-alexandria/proposal/gump/project/werkz.xml
  
  Index: werkz.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/werkz.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- werkz.xml	5 Jul 2002 08:22:04 -0000	1.1
  +++ werkz.xml	24 Oct 2002 06:39:00 -0000	1.2
  @@ -1,14 +1,34 @@
  -<module name="werkz">
  -
  -  <url  href="http://werkz.sourceforge.net/"/>
  -  <description>
  -    Light-Weight Goal-Oriented Process Framework
  -  </description>
  +<?xml version="1.0" encoding="UTF-8"?>
   
  +<module name="werkz">
  +  <description>werkz: Goal-Oriented Process (GOP) Framework</description>
  +  <url href="http://werkz.werken.com/">
  +  </url>
  +  <cvs module="werkz" repository="werken">
  +  </cvs>
     <project name="werkz">
  +    <ant buildfile="build.xml" target="dist">
  +      <property name="final.name" value="werkz-@@DATE@@">
  +      </property>
  +    </ant>
       <package>com.werken.werkz</package>
  -
  -    <jar name="werkz.jar"/>
  +    <depend project="commons-logging">
  +    </depend>
  +    <depend project="jakarta-ant">
  +    </depend>
  +    <depend project="junit">
  +    </depend>
  +    <depend project="xml-xerces">
  +    </depend>
  +    <work nested="target/classes">
  +    </work>
  +    <home nested="target">
  +    </home>
  +    <jar name="werkz-@@DATE@@.jar">
  +    </jar>
  +    <javadoc nested="target/docs/apidocs">
  +    </javadoc>
  +    <nag to="bob@eng.werken.com" from="werkz development &lt;bob@eng.werken.com&gt;">
  +    </nag>
     </project>
  -
  -</module>
  +</module>
  \ No newline at end of file
  
  
  
  1.1                  jakarta-alexandria/proposal/gump/repository/werken.xml
  
  Index: werken.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <repository name="werken" type="cvs">
    <title>Werken</title>
    <home-page>http://www.werken.com/</home-page>
    <cvsweb>http://cvs.werken.com/viewcvs.cgi/</cvsweb>
  
    <root>
      <method>pserver</method>
      <user>anonymous</user>
      <password/>
      <hostname>cvs.werken.com</hostname>
      <path>/cvsroot/werkz</path>
    </root>
  </repository>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>