You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by bo...@apache.org on 2004/03/31 18:37:54 UTC

cvs commit: gump/project stax.xml dom4j.xml

bodewig     2004/03/31 08:37:54

  Modified:    profile  gump.xml
               project  dom4j.xml
  Added:       project  stax.xml
  Log:
  dom4j needs StAX
  
  Revision  Changes    Path
  1.334     +2 -0      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.333
  retrieving revision 1.334
  diff -u -r1.333 -r1.334
  --- gump.xml	30 Mar 2004 11:51:34 -0000	1.333
  +++ gump.xml	31 Mar 2004 16:37:54 -0000	1.334
  @@ -257,6 +257,7 @@
     <module href="project/ldap.xml"/>
     <module href="project/msv.xml"/>
     <module href="project/tranquilo.xml"/>
  +  <module href="project/stax.xml"/>
   
   <!-- java.net -->
   
  @@ -312,6 +313,7 @@
     <project name="saxpath"          package="jaxen-1.0-FCS"/>
     <project name="saxon"            package="saxon7-9"/>
     <project name="saxon6"           package="saxon6_5_3"/>
  +  <project name="stax"             package="stax"/>
     <project name="packaged-dom4j"   package="dom4j-1.4"/>
   
   
  
  
  
  1.33      +1 -0      gump/project/dom4j.xml
  
  Index: dom4j.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/dom4j.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- dom4j.xml	4 Mar 2004 22:33:20 -0000	1.32
  +++ dom4j.xml	31 Mar 2004 16:37:54 -0000	1.33
  @@ -41,6 +41,7 @@
       <depend project="xmldb"/>
       <depend project="msv"/>
       <depend project="relaxng"/>
  +    <depend project="stax" ids="api"/>
       <depend project="xml-fop" inherit="runtime"/>
       <jar name="build/dom4j.jar" id="dom4j"/>
       <license name="LICENSE.txt"/>
  
  
  
  1.1                  gump/project/stax.xml
  
  Index: stax.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="stax">
  
    <url href="http://dev2dev.bea.com/technologies/stax/index.jsp"/>
    <description>
      Streaming API for XML
    </description>
    
    <project name="stax">
      <package>javax.xml.stream</package>
    
      <jar name="jsr173_1.0_api.jar" id="api"/>
      <jar name="jsr173_1.0_ri.jar" id="ri"/>
    </project>
  
  </module>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org