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/10/28 09:57:38 UTC

cvs commit: gump/project nekopull.xml forrest.xml

bodewig     2004/10/28 00:57:38

  Modified:    profile  gump.xml
               project  forrest.xml
  Added:       project  nekopull.xml
  Log:
  turn nekopull into a real installed package
  
  Revision  Changes    Path
  1.446     +2 -0      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.445
  retrieving revision 1.446
  diff -u -r1.445 -r1.446
  --- gump.xml	28 Oct 2004 06:49:50 -0000	1.445
  +++ gump.xml	28 Oct 2004 07:57:38 -0000	1.446
  @@ -254,6 +254,7 @@
     <module href="project/jdepend.xml"/>
     <module href="project/junitperf.xml"/>
     <module href="project/nekohtml.xml"/>
  +  <module href="project/nekopull.xml"/>
     <module href="project/nsuml.xml"/>
     <module href="project/resin.xml"/>
     <module href="project/rhino.xml"/>
  @@ -371,6 +372,7 @@
     <project name="junitperf"        package="junitperf-1.8"/>
     <project name="ldap"             package="ldap-1_2_4"/>
     <project name="nekohtml"         package="nekohtml-0.9.3"/>
  +  <project name="nekopull"         package="nekohtml-0.2.4"/>
     <project name="mockobjects"      package="mockobjects-0.09"/>
     <project name="mockobjects-j2ee-13" package="mockobjects-0.09"/>
     <!--project name="mockobjects-j2ee-14" package="mockobjects-0.09"/-->
  
  
  
  1.4       +0 -10     gump/project/forrest.xml
  
  Index: forrest.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/forrest.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- forrest.xml	16 Oct 2004 14:26:10 -0000	1.3
  +++ forrest.xml	28 Oct 2004 07:57:38 -0000	1.4
  @@ -59,16 +59,6 @@
       <nag from="Gump Integration Build &lt;dev@forrest.apache.org&gt;" to="dev@forrest.apache.org"/>
     </project>
   
  -  <project name="nekopull">
  -    <url href="http://www.apache.org/~andyc/neko/doc/pull/index.html"/>
  -    <description>
  -      NekoPull is an XML document parsing API that extends the
  -      Xerces Native Interface (XNI) to provide pull parsing functionality.
  -    </description>
  -    <home nested="lib/core"/>
  -    <jar name="nekopull-0.2.4.jar"/>
  -  </project>
  -
     <project name="forrest-forrestbar">
       <ant target="forrestbar"/>
       <home nested="build"/>
  
  
  
  1.1                  gump/project/nekopull.xml
  
  Index: nekopull.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="nekopull">
  
    <url href="http://www.apache.org/~andyc/neko/doc/pull/index.pull"/>
    <description>
      CyberNeko PULL Parser
    </description>
    
    <project name="nekopull">
      <package>org.cyberneko.pull</package>
      <jar name="nekopull.jar" id="nekopull"/>
    </project>
  
  </module>