bodewig     2004/06/30 00:09:16

  Modified:    profile  gump.xml
               project  jakarta-turbine-jcs.xml
  Added:       project  jgroups.xml
  Log:
  JCS needs jgroups, which is the new javagroups or so it seems
  
  Revision  Changes    Path
  1.354     +1 -0      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.353
  retrieving revision 1.354
  diff -u -r1.353 -r1.354
  --- gump.xml  23 Jun 2004 07:56:25 -0000      1.353
  +++ gump.xml  30 Jun 2004 07:09:16 -0000      1.354
  @@ -170,6 +170,7 @@
     <module href="project/jetty.xml"/>
     <module href="project/jfor.xml"/>
     <module href="project/jgen.xml"/>
  +  <module href="project/jgroups.xml"/>
     <module href="project/jrefactory.xml"/>
     <module href="project/jtidy.xml"/>
     <module href="project/junit.xml"/>
  
  
  
  1.9       +3 -1      gump/project/jakarta-turbine-jcs.xml
  
  Index: jakarta-turbine-jcs.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-turbine-jcs.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- jakarta-turbine-jcs.xml   27 Feb 2004 13:33:56 -0000      1.8
  +++ jakarta-turbine-jcs.xml   30 Jun 2004 07:09:16 -0000      1.9
  @@ -42,6 +42,7 @@
       <depend project="ant"/>
       <depend project="xml-xerces"/>
   
  +    <depend project="commons-collections"/>
       <depend project="commons-configuration"/>
       <depend project="commons-logging"/>
       <depend project="commons-lang"/>
  @@ -49,7 +50,8 @@
       <depend project="hsqldb"/>
       <depend project="logging-log4j"/>
       <depend project="jakarta-servletapi"/>
  -    <depend project="javagroups"/>
  +    <depend project="jakarta-struts"/>
  +    <depend project="jgroups"/>
       <depend project="jisp"/>
       <depend project="jakarta-tomcat-util"/>
       <depend project="jakarta-tomcat"/>
  
  
  
  1.1                  gump/project/jgroups.xml
  
  Index: jgroups.xml
  ===================================================================
  <?xml version="1.0" ?>
  <!--
    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="jgroups">
  
    <url href="http://www.jgroups.org/"/>
    <description>
      A Reliable Multicast Communication Toolkit for Java
    </description>
  
    <cvs repository="sourceforge"  dir="javagroups" module="JGroups"/>
    
    <project name="jgroups">
      <package>org.jgroups</package>
  
      <ant target="all"/>
      <depend project="ant" inherit="runtime"/>
      <depend project="xml-xerces"/>
  
      <depend project="beanshell"/>
      <depend project="commons-logging"/>
      <depend project="concurrent"/>
      <depend project="jms"/>
      <depend project="junit"/>
      <depend project="logging-log4j" />
  
      <jar name="dist/jgroups-all.jar"/>
  
      <javadoc nested="dist/javadoc"/>
    </project>
  
  </module>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to