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 08:49:50 UTC

cvs commit: gump/project xml-xerces2.xml xml-apis.xml

bodewig     2004/10/27 23:49:50

  Modified:    profile  gump.xml
               project  xml-xerces2.xml
  Removed:     project  xml-apis.xml
  Log:
  provide xmlParserAPIs alias for xml-apis generated by Xerces-J 2 build
  
  Revision  Changes    Path
  1.445     +0 -2      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.444
  retrieving revision 1.445
  diff -u -r1.444 -r1.445
  --- gump.xml	28 Oct 2004 06:38:44 -0000	1.444
  +++ gump.xml	28 Oct 2004 06:49:50 -0000	1.445
  @@ -165,7 +165,6 @@
     <module href="project/xml-xerces2.xml"/>
     <module href="project/xml-xindice.xml"/>
     <module href="project/xml-xmlbeans.xml"/>
  -  <module href="project/xml-apis.xml"/>
   
   <!-- SourceForge -->
   
  @@ -400,7 +399,6 @@
     <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="xmlParserAPIs"    package="jetty-5.0.RC4"/>
   
   <!-- SVN Repository definitions -->
   
  
  
  
  1.37      +8 -0      gump/project/xml-xerces2.xml
  
  Index: xml-xerces2.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/xml-xerces2.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- xml-xerces2.xml	16 Oct 2004 14:26:10 -0000	1.36
  +++ xml-xerces2.xml	28 Oct 2004 06:49:50 -0000	1.37
  @@ -70,4 +70,12 @@
       <home nested="java/tools"/>
       <jar name="bin/xjavac.jar"/>
     </project>
  +
  +  <project name="xmlParserAPIs">
  +    <depend project="xml-xerces"/>
  +    <home nested="java/build"/>
  +    <jar name="xml-apis.jar"/>
  +    <license name="java/LICENSE"/>
  +  </project>
  +
   </module>