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 17:14:17 UTC

cvs commit: gump/project classworlds.xml openejb.xml radeox.xml groovy.xml

bodewig     2004/11/22 08:14:17

  Modified:    profile  gump.xml
               project  groovy.xml
  Added:       project  classworlds.xml openejb.xml radeox.xml
  Log:
  Add missing dependencies for Groovy as installed packages
  
  Revision  Changes    Path
  1.456     +6 -1      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.455
  retrieving revision 1.456
  diff -u -r1.455 -r1.456
  --- gump.xml	22 Nov 2004 10:54:14 -0000	1.455
  +++ gump.xml	22 Nov 2004 16:14:16 -0000	1.456
  @@ -247,7 +247,6 @@
     <module href="project/domts.xml"/>  
     <module href="project/dougLea.xml"/>
     <module href="project/eyebrowse.xml"/>
  -  <module href="project/groovy.xml"/>
     <module href="project/icu4j.xml"/>
     <module href="project/javacc.xml"/>
     <module href="project/jce.xml"/>
  @@ -265,6 +264,7 @@
     <module href="project/rhino-cocoondev.xml"/>
     <module href="project/scarab.xml"/>
     <module href="project/eclipse.xml"/>
  +  <module href="project/radeox.xml"/>
     <module href="project/town.xml"/>
     <module href="project/uddi4j.xml"/>
     <module href="project/village.xml"/>
  @@ -276,6 +276,8 @@
     <module href="project/packaged-dom4j.xml"/>
   
   <!-- CodeHaus -->
  +  <module href="project/classworlds.xml"/>
  +  <module href="project/groovy.xml"/>
   
   <!-- D-Haven -->
   
  @@ -327,6 +329,7 @@
     <project name="axion"            package="axion-1.0-M2"/>
     <!--project name="beaver"           package="beaver-0.9.3.4"/-->
     <project name="bsf"              package="bsf-2_2"/>
  +  <project name="classworlds"      package="classworlds-1.0"/>
     <project name="concurrent"       package="dougLea"/>
     <project name="cos"              package="cos-05Nov2002"/>
     <project name="cryptix"          package="cryptix32-20001002-r3.2.0"/>
  @@ -383,6 +386,7 @@
     <!--project name="msv"              package="msv-20030225"/-->
     <project name="multipartrequest" package="MultipartRequest-1.30rc1"/>
     <project name="nsuml"            package="nsuml"/>
  +  <project name="openejb"          package="openejb-0.9.2"/>
     <project name="osworkflow"       package="osworkflow-2.7.0"/>
     <project name="oscore"           package="oscore-2.2.4"/>
     <project name="packaged-jaxen"   package="jaxen-1.0-FCS"/>
  @@ -393,6 +397,7 @@
     <project name="propertyset"      package="propertyset-1.2.0"/>
     <project name="qdox"             package="qdox-1.5"/>
     <project name="packaged-dom4j"   package="dom4j-1.4"/>
  +  <project name="radeox"           package="radeox-1.0-BETA-2"/>
     <project name="relaxng"          package="relaxngDatatype-1.0"/>
     <project name="resin"            package="resin-3.0.8"/>
     <project name="saxpath"          package="jaxen-1.0-FCS"/>
  
  
  
  1.3       +3 -0      gump/project/groovy.xml
  
  Index: groovy.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/groovy.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- groovy.xml	22 Nov 2004 10:54:14 -0000	1.2
  +++ groovy.xml	22 Nov 2004 16:14:16 -0000	1.3
  @@ -28,6 +28,8 @@
   
       <depend project="ant"/>
       <depend project="asm"/>
  +    <depend project="axion"/>
  +    <depend project="classworlds"/>
       <depend project="commons-cli"/>
       <depend project="commons-collections"/>
       <depend project="commons-logging"/>
  @@ -39,6 +41,7 @@
       <depend project="mx4j"/>
       <depend project="nekohtml"/>
       <depend project="qdox"/>
  +    <depend project="radeox"/>
       <depend project="xml-apis"/>
       <depend project="xml-xerces"/>
   
  
  
  
  1.1                  gump/project/classworlds.xml
  
  Index: classworlds.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="classworlds">
    <description>A framework for container developers who require complex manipulation of Java's ClassLoaders.</description>
    <url href="http://classworlds.codehaus.org/"/>
    
    <project name="classworlds">
      <package>org.codehaus.classworlds</package>
      <jar name="classworlds-1.0.jar"/>
      <license name="LICENSE.txt"/>
    </project>
  
  </module>
  
  
  
  1.11      +26 -43    gump/project/openejb.xml
  
  
  
  
  1.1                  gump/project/radeox.xml
  
  Index: radeox.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="radeox">
    <description>Wiki Render Engine</description>
    <url href="http://radeox.org/"/>
    
    <project name="radeox">
      <package>org.radeox</package>
  
      <!-- the jar ids are pure guesswork, I don't see anything that
           could be Maven's radeox-oro -->
      <jar name="lib/radeox-api.jar" id="radeox"/>
      <jar name="lib/radeox.jar" id="radeox-oro"/>
      <license name="license.txt"/>
    </project>
  
  </module>