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/11/12 10:17:11 UTC

cvs commit: gump/project maven.xml xml-commons.xml xpp.xml

bodewig     2004/11/12 01:17:11

  Modified:    project  maven.xml xml-commons.xml xpp.xml
  Log:
  Try to match some more Maven ids
  
  Revision  Changes    Path
  1.20      +5 -1      gump/project/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/maven.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- maven.xml	2 Nov 2004 03:12:22 -0000	1.19
  +++ maven.xml	12 Nov 2004 09:17:11 -0000	1.20
  @@ -93,6 +93,10 @@
       <depend project="commons-httpclient" />
       <depend project="commons-io" />
       <depend project="commons-jelly" />
  +    <depend project="commons-jelly-tags-ant" />
  +    <depend project="commons-jelly-tags-define" />
  +    <depend project="commons-jelly-tags-util" />
  +    <depend project="commons-jelly-tags-xml" />
       <depend project="commons-jexl" />
       <depend project="commons-lang" />
       <depend project="commons-logging" />
  @@ -109,7 +113,7 @@
       <depend project="xml-commons-which" />
       <depend project="xml-resolver" />
       <depend project="xml-xerces" />
  -    <depend project="xpp" />
  +    <depend project="xpp3" />
       
       <work nested="target/classes"/>
       <work nested="target/test-classes"/>
  
  
  
  1.23      +2 -2      gump/project/xml-commons.xml
  
  Index: xml-commons.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/xml-commons.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- xml-commons.xml	16 Oct 2004 17:12:28 -0000	1.22
  +++ xml-commons.xml	12 Nov 2004 09:17:11 -0000	1.23
  @@ -42,7 +42,7 @@
       <depend project="xml-xerces" />
       <depend project="bootstrap-ant"/>
       <home nested="java/build"/>
  -    <jar name="which.jar"/>
  +    <jar name="which.jar" id="which"/>
     </project>
   
     <project name="xml-commons-resolver">
  
  
  
  1.2       +6 -0      gump/project/xpp.xml
  
  Index: xpp.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/xpp.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xpp.xml	10 Sep 2004 14:01:01 -0000	1.1
  +++ xpp.xml	12 Nov 2004 09:17:11 -0000	1.2
  @@ -43,4 +43,10 @@
       <jar name="build/xpp3_xpath-@@DATE@@.jar" id="xpath"/>
     </project>
   
  +  <project name="xpp3">
  +    <package>org.xmlpull</package>
  +    <depend project="xpp"/>
  +    <license name="LICENSE.txt"/>
  +    <jar name="build/xpp3-@@DATE@@.jar" id="xpp3"/>
  +  </project>
   </module>