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 sa...@apache.org on 2002/02/02 03:08:05 UTC

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

sanders     02/02/01 18:08:05

  Modified:    proposal/vindico/src/xml/project xml-commons.xml
  Log:
  Added cvs project to implicitly depend upon.
  
  Revision  Changes    Path
  1.2       +7 -2      jakarta-alexandria/proposal/vindico/src/xml/project/xml-commons.xml
  
  Index: xml-commons.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/vindico/src/xml/project/xml-commons.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xml-commons.xml	28 Jan 2002 12:45:35 -0000	1.1
  +++ xml-commons.xml	2 Feb 2002 02:08:05 -0000	1.2
  @@ -1,15 +1,19 @@
   <module name="xml-commons">
   
     <description>
  -    XML commons($Revision: 1.1 $) externally defined standards - DOM,SAX,JAXP; plus xml utilities
  +    XML commons($Revision: 1.2 $) externally defined standards - DOM,SAX,JAXP; plus xml utilities
     </description>
   
  -  <cvs repository="xml"/>
     
  +  <project name="xml-commons-cvs">
  +    <cvs repository="xml"/>
  +  </project>
  +
     <project name="xml-apis">
       <ant basedir="java/external"/>
       <depend project="bootstrap-ant"/>
       <depend project="xml-xerces"/>
  +    <depend project="xml-commons"/>
       <home nested="java/external/build"/>
       <jar name="xml-apis.jar" type="boot"/>
     </project>
  @@ -18,6 +22,7 @@
       <ant basedir="java" buildfile="which.xml" target="jar"/>
       <depend project="jaxp"/>
       <depend project="bootstrap-ant"/>
  +    <depend project="xml-commons"/>
       <home nested="java/build"/>
       <jar name="which.jar"/>
     </project>
  
  
  

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