You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by br...@apache.org on 2005/01/22 05:57:20 UTC

cvs commit: gump/repository gleamynode.xml

brett       2005/01/21 20:57:20

  Modified:    profile  gump.xml
  Added:       project  directory-mina.xml tl-netty2.xml
               repository gleamynode.xml
  Log:
  add MINA for the directory project, and tl-netty2, a dependency
  
  Revision  Changes    Path
  1.515     +5 -0      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.514
  retrieving revision 1.515
  diff -u -r1.514 -r1.515
  --- gump.xml	20 Jan 2005 12:28:43 -0000	1.514
  +++ gump.xml	22 Jan 2005 04:57:19 -0000	1.515
  @@ -87,6 +87,10 @@
     <module href="project/directory-asn1.xml"/>
     <module href="project/directory-kerberos.xml"/>
     <module href="project/directory-apseda.xml"/>
  +  <module href="project/directory-mina.xml"/>
  +
  +<!-- Netty2 (used by Directory) -->
  +  <module href="project/tl-netty2.xml"/>
   
   <!-- Apache.James -->
   
  @@ -488,6 +492,7 @@
     <repository href="repository/excalibur-svn.xml"/>
     <repository href="repository/forrest.xml"/>
     <repository href="repository/geronimo.xml"/>
  +  <repository href="repository/gleamynode.xml"/>
     <repository href="repository/groovy.xml"/>
     <repository href="repository/gump.xml"/>
     <repository href="repository/incubator.xml"/>
  
  
  
  1.1                  gump/project/directory-mina.xml
  
  Index: directory-mina.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <!--
  /*
   * Copyright 2001-2005 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.
   */
  -->
  
  <!--
    - This descriptor was automatically generated using Maven.
    - To regenerate, run: "maven gump:gump"
    -
    - If you have a requirement that leads to hand editing, please consider filing
    - a feature request at http://jira.codehaus.org/browse/MPGUMP
  -->
  <module name="mina">
    <description>
  		A Multipurpose Infrastrusture for Network Applications
  	</description>
    <url href="http://incubator.apache.org/directory"/>
  
    <nag from="mina development &lt;directory-dev@incubator.apache.org&gt;" to="directory-dev@incubator.apache.org"/>
  
    <svn repository="" dir="" />
      
    <project name="mina">
      <maven goal="jar" basedir=".">
        <property name="maven.final.name" value="mina-@@DATE@@"/>
        
      </maven>
  
      <depend project="asn1-codec" />
      <depend project="commons-net" />
      <depend project="junit" />
      <depend project="tl-netty2" />
      
      <home nested="." />
  
      <jar name="target/mina-@@DATE@@.jar" />
        
      <javadoc nested="target/docs/apidocs" />
  
      <junitreport nested="./target/test-reports" />
    
      <nag from="MINA development &lt;directory-dev@incubator.apache.org&gt;"
           to="directory-dev@incubator.apache.org"/>
    </project>
  </module>
  
  
  
  1.1                  gump/project/tl-netty2.xml
  
  Index: tl-netty2.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <!--
  /*
   * Copyright 2001-2005 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.
   */
  -->
  
  <!--
    - This descriptor was automatically generated using Maven.
    - To regenerate, run: "maven gump:gump"
    -
    - If you have a requirement that leads to hand editing, please consider filing
    - a feature request at http://jira.codehaus.org/browse/MPGUMP
  -->
  <module name="tl-netty2">
    <description>Event-driven Network Application Framework</description>
    <url href=""/>
  
    <nag from="tl-netty2 development &lt;trustin@gleamynode.net&gt;" to="trustin@gleamynode.net"/>
  
    <svn repository="gleamynode" dir="tl-netty2/trunk" />
      
    <project name="tl-netty2">
      <maven goal="jar" basedir=".">
        <property name="maven.final.name" value="tl-netty2-@@DATE@@"/>
        
      </maven>
  
      <depend project="commons-logging" />
      
      <home nested="." />
  
      <jar name="target/tl-netty2-@@DATE@@.jar" />
        
      <javadoc nested="target/docs/apidocs" />
  
      <junitreport nested="./target/test-reports" />
    
      <nag from="Netty 2 development &lt;trustin@gleamynode.net&gt;"
           to="trustin@gleamynode.net"/>
    </project>
  </module>
  
  
  
  1.1                  gump/repository/gleamynode.xml
  
  Index: gleamynode.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <!--
    Copyright 2003-2005 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="gleamynode" type="svn">
    <title>Gleamynode.net</title>
    <home-page>http://gleamynode.net</home-page>
    
    <cvsweb>http://gleamynode.net/trac/cgi-bin/trac.cgi/browser/tl-netty2/trunk/</cvsweb>
    
    <url>svn://gleamynode.net/gleamynode.net/</url>
    
    <redistributable/>
  </repository>