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/03 03:03:03 UTC

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

sanders     02/02/02 18:03:03

  Modified:    proposal/vindico/src/xml/project xml-xerces.xml
  Log:
  depend on cvs for now.  I will try and fix this at a later time
  
  Revision  Changes    Path
  1.3       +6 -2      jakarta-alexandria/proposal/vindico/src/xml/project/xml-xerces.xml
  
  Index: xml-xerces.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/vindico/src/xml/project/xml-xerces.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xml-xerces.xml	30 Jan 2002 18:58:12 -0000	1.2
  +++ xml-xerces.xml	3 Feb 2002 02:03:03 -0000	1.3
  @@ -5,11 +5,14 @@
       Java XML Parser
     </description>
   
  -  <!-- build bootstrap -->
  +  <project name="xml-xerces-cvs">
  +    <cvs repository="xml" tag="xerces_j_1"/>
  +  </project>
   
  +  <!-- build bootstrap -->
     <project name="xml-xerces">
  -    <cvs repository="xml" tag="xerces_j_1"/>
       <ant basedir="java" target="jar"/>
  +    <depend project="xml-xerces-cvs"/>
       <depend project="jaxp"/>
       <depend project="bootstrap-ant"/>
     
  @@ -21,6 +24,7 @@
   
     <project name="dist-xerces">
       <ant basedir="java" target="pack-bin"/>
  +    <depend project="xml-xerces-cvs"/>
       <depend project="jakarta-ant"/>
       <depend project="xml-xalan2"/>
       <depend project="xml-xerces"/>
  
  
  

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