You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2004/11/22 11:54:15 UTC

cvs commit: gump/repository objectweb.xml

bodewig     2004/11/22 02:54:15

  Modified:    profile  gump.xml
               project  groovy.xml
  Added:       project  asm.xml
               repository objectweb.xml
  Log:
  Add asm - needed by Groovy and is conveniently easy to build by Gump
  
  Revision  Changes    Path
  1.455     +2 -0      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.454
  retrieving revision 1.455
  diff -u -r1.454 -r1.455
  --- gump.xml	18 Nov 2004 20:10:26 -0000	1.454
  +++ gump.xml	22 Nov 2004 10:54:14 -0000	1.455
  @@ -237,6 +237,7 @@
     <module href="project/xpp.xml"/>
   
     <module href="project/antlr.xml"/>
  +  <module href="project/asm.xml"/>
     <module href="project/aspectj.xml"/>
     <module href="project/axion.xml"/>
     <module href="project/bsf.xml"/>
  @@ -438,6 +439,7 @@
     <repository href="repository/logging.xml"/>
     <repository href="repository/maven.xml"/>
     <repository href="repository/mozilla.xml"/>
  +  <repository href="repository/objectweb.xml"/>
     <repository href="repository/tigris.xml"/>
     <repository href="repository/sourceforge.xml"/>
     <repository href="repository/struts-svn.xml"/>
  
  
  
  1.2       +1 -0      gump/project/groovy.xml
  
  Index: groovy.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/groovy.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- groovy.xml	18 Nov 2004 20:10:26 -0000	1.1
  +++ groovy.xml	22 Nov 2004 10:54:14 -0000	1.2
  @@ -27,6 +27,7 @@
       <maven goal="jar"/>
   
       <depend project="ant"/>
  +    <depend project="asm"/>
       <depend project="commons-cli"/>
       <depend project="commons-collections"/>
       <depend project="commons-logging"/>
  
  
  
  1.1                  gump/project/asm.xml
  
  Index: asm.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!--
    Copyright 2004 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.
  -->
  
  <module name="asm">
    <description>A Java bytecode manipulation framework.</description>
    <url href="http://asm.objectweb.org/"/>
    <cvs module="asm" repository="objectweb" dir="asm"/>
    
    <project name="asm">
      <package>org.objectweb.asm</package>
  
      <ant target="jar">
        <property name="product.version" value="@@DATE@@"/>
      </ant>
  
      <depend project="ant"/>
      <depend project="ow_util_ant_tasks"/>
      <depend project="xml-xerces"/>
  
      <work nested="output/build/tmp"/>
  
      <jar name="output/dist/lib/asm-@@DATE@@.jar" id="asm"/>
      <jar name="output/dist/lib/asm-analysis-@@DATE@@.jar" id="asm-analysis"/>
      <jar name="output/dist/lib/asm-attrs-@@DATE@@.jar" id="asm-attrs"/>
      <jar name="output/dist/lib/asm-tree-@@DATE@@.jar" id="asm-tree"/>
      <jar name="output/dist/lib/asm-util-@@DATE@@.jar" id="asm-util"/>
      <jar name="output/dist/lib/asm-xml-@@DATE@@.jar" id="asm-xml"/>
      <jar name="output/dist/lib/kasm-@@DATE@@.jar" id="kasm"/>
      <license name="LICENSE.txt"/>
    </project>
  
    <project name="ow_util_ant_tasks">
      <jar name="config/ow_util_ant_tasks.jar"/>
    </project>
  
  </module>
  
  
  
  1.1                  gump/repository/objectweb.xml
  
  Index: objectweb.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <!--
    Copyright 2004 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.
  -->
  
  <repository name="objectweb" type="cvs">
    <title>objectweb</title>
    <home-page>http://www.objectweb.org/</home-page>
    <cvsweb>http://cvs.forge.objectweb.org/cgi-bin/viewcvs.cgi/</cvsweb>
  
    <root>
      <method>pserver</method>
      <user>anonymous</user>
      <password></password>
      <hostname>cvs.forge.objectweb.org</hostname>
      <path>/cvsroot</path>
    </root>
  </repository>