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 2005/05/20 14:44:07 UTC

cvs commit: gump/project dom4j-HEAD.xml xpp.xml

bodewig     2005/05/20 05:44:07

  Modified:    profile  gump.xml
               project  xpp.xml
  Added:       project  dom4j-HEAD.xml
  Log:
  Use dom4j's 1.x branch, keep building HEAD.
  
  Make XPP2 an installed package.
  
  Revision  Changes    Path
  1.558     +2 -0      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.557
  retrieving revision 1.558
  diff -u -r1.557 -r1.558
  --- gump.xml	7 May 2005 19:34:28 -0000	1.557
  +++ gump.xml	20 May 2005 12:44:07 -0000	1.558
  @@ -202,6 +202,7 @@
     <module href="project/cppunit.xml"/>
     <module href="project/dumbster.xml"/>
     <module href="project/dom4j.xml"/>
  +  <module href="project/dom4j-HEAD.xml"/>
     <module href="project/easymock.xml"/>
     <module href="project/easymockclassextension.xml"/>
     <module href="project/ehcache.xml"/>
  @@ -495,6 +496,7 @@
     <project name="tagishauth"       package="20030217.jaas-modules.1.0.3.full"/>
     <project name="tagsoup"          package="tagsoup-0.10.1"/>
     <project name="tranquilo"        package="xsdlib-20010424"/>
  +  <project name="xpp2"             package="PullParser2.1.10"/>
   
   <!-- Repository definitions -->
   
  
  
  
  1.4       +7 -0      gump/project/xpp.xml
  
  Index: xpp.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/xpp.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- xpp.xml	6 May 2005 07:50:56 -0000	1.3
  +++ xpp.xml	20 May 2005 12:44:07 -0000	1.4
  @@ -50,4 +50,11 @@
       <license name="LICENSE.txt"/>
       <jar name="build/xpp3-@@DATE@@.jar" id="xpp3"/>
     </project>
  +
  +  <!-- this is an installed package -->
  +  <project name="xpp2">
  +    <package>org.gjt.xpp</package>
  +    <license name="LICENSE.txt"/>
  +    <jar name="build/lib/PullParser-2.1.10.jar"/>
  +  </project>
   </module>
  
  
  
  1.1                  gump/project/dom4j-HEAD.xml
  
  Index: dom4j-HEAD.xml
  ===================================================================
  <?xml version="1.0" ?>
  <!--
    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.
  -->
  <module name="dom4j-HEAD">
  
    <url href="http://www.dom4j.org"/>
    <description>
      The flexible XML framework for Java
    </description>
    <redistributable/>
  
    <cvs repository="sourceforge"  dir="dom4j"/>
    
    <project name="dom4j-HEAD">
      <package>org.dom4j</package>
  
      <ant target="prepare-gump,package">
        <property name="jaxen.src" project="jaxen-from-packaged-dom4j"
                  path="src/java/main"/>
        <sysproperty name="ant.build.clonevm" value="true"/>
      </ant>
      <depend project="ant" inherit="runtime"/>
      <depend project="xml-xerces"/>
      <depend project="junit"/>
      <depend project="xml-apis-12"/>
      <depend project="jaxp" ids="sax"/>
      <depend project="xalan"/>
      <depend project="xpp2"/>
      <depend project="xpp"/>
      <depend project="jaxen-from-packaged-dom4j"/>
      <depend project="xsdlib"/>
      <depend project="relaxng"/>
      <depend project="stax"/>
      <depend project="junitperf"/>
      <depend project="ws-jaxme" ids="api"/>
  
      <jar name="build/dom4j.jar" id="dom4j"/>
      <license name="LICENSE.txt"/>
      <nag from="Maarten Coene &lt;MacBelgium@toughguy.net&gt;" to="dom4j-dev@lists.sourceforge.net" />
    </project>
  
    <project name="dom4j-HEAD-tests">
      <package>org.dom4j</package>
  
      <ant target="test">
        <property name="jaxen.src" project="jaxen-from-packaged-dom4j"
                  path="src/java/main"/>
        <sysproperty name="ant.build.clonevm" value="true"/>
      </ant>
      <depend project="dom4j" inherit="all"/>
  
      <!-- needed for tests -->
      <work nested="build/classes"/>
      <!-- holds resources for tests -->
      <work nested="."/>
  
      <junitreport nested="build/test-results/xml"/>
      <license name="LICENSE.txt"/>
      <nag from="Maarten Coene &lt;MacBelgium@toughguy.net&gt;" to="dom4j-dev@lists.sourceforge.net" />
    </project>
  
  </module>