You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by ru...@apache.org on 2001/12/11 20:50:27 UTC

cvs commit: jakarta-alexandria/proposal/gump/project xml-commons.xml

rubys       01/12/11 11:50:27

  Modified:    proposal/gump/project xml-commons.xml
  Log:
  xml-commons-which: new Which utility to replace EnvironmentCheck
  Submitted by:	Shane Curcuru <sh...@us.ibm.com>
  
  Revision  Changes    Path
  1.3       +8 -1      jakarta-alexandria/proposal/gump/project/xml-commons.xml
  
  Index: xml-commons.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/xml-commons.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xml-commons.xml	2001/08/18 07:03:16	1.2
  +++ xml-commons.xml	2001/12/11 19:50:27	1.3
  @@ -1,7 +1,7 @@
   <module name="xml-commons">
   
     <description>
  -    XML commons
  +    XML commons($Revision: 1.3 $) externally defined standards - DOM,SAX,JAXP; plus xml utilities
     </description>
   
     <cvs repository="xml"/>
  @@ -14,4 +14,11 @@
       <jar name="xml-apis.jar"/>
     </project>
   
  +  <project name="xml-commons-which">
  +    <ant basedir="java" buildfile="which.xml" target="jar"/>
  +    <depend project="jaxp"/>
  +    <depend project="bootstrap-ant"/>
  +    <home nested="java/build"/>
  +    <jar name="which.jar"/>
  +  </project>
   </module>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>