You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by di...@apache.org on 2004/01/23 14:37:08 UTC

cvs commit: jakarta-gump/project incubator-geronimo.xml

dims        2004/01/23 05:37:08

  Modified:    profile  gump.xml
  Added:       project  incubator-geronimo.xml
  Log:
  Trying to add geronimo
  
  Revision  Changes    Path
  1.297     +1 -0      jakarta-gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/profile/gump.xml,v
  retrieving revision 1.296
  retrieving revision 1.297
  diff -u -r1.296 -r1.297
  --- gump.xml	20 Jan 2004 21:06:23 -0000	1.296
  +++ gump.xml	23 Jan 2004 13:37:07 -0000	1.297
  @@ -28,6 +28,7 @@
   <!-- Apache.Incubator -->
   
     <module href="project/incubator-altrmi.xml"/>
  +  <module href="project/incubator-geronimo.xml"/>
     <module href="project/directory-naming.xml"/>
     <module href="project/depot.xml"/>
   
  
  
  
  1.1                  jakarta-gump/project/incubator-geronimo.xml
  
  Index: incubator-geronimo.xml
  ===================================================================
  <module name="incubator-geronimo">
  
      <url href="http://incubator.apache.org/projects/geronimo.html"/>
      <description>
         Apache Geronimo is a an effort coordinated by the Apache Software Foundation to make a J2EE compatible container.
      </description>
  
      <cvs repository="incubator"/>
  
      <project name="incubator-geronimo">
          <maven goal="default">
          </maven>
          <depend project="maven" inherit="runtime"/>
          <package>org.apache.geronimo</package>
          <depend project="junit"/>
          <depend project="mx4j"/>
          <depend project="xml-xerces"/>
          <nag to="geronimo-dev@incobator.apache.org" 
      	    from="Davanum Srinivas &lt;dims@yahoo.com&gt;"/>
      </project>
  
  </module>