You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sb...@apache.org on 2001/01/02 05:03:37 UTC

cvs commit: xml-xalan/java build.xml

sboag       01/01/01 20:03:37

  Modified:    java     build.xml
  Log:
  Update to D06
  
  Revision  Changes    Path
  1.65      +3 -2      xml-xalan/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/build.xml,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- build.xml	2000/12/31 09:17:25	1.64
  +++ build.xml	2001/01/02 04:03:37	1.65
  @@ -29,6 +29,7 @@
       - auto*    targets used by automated build programs, without dependencies
       - minitest compile and run the minitest in xml-xalan\test
       - conftest compile and run the conftest in xml-xalan\test
  +    - smoketest run a pre-checkin smoketest (5 to 10 minutes).
           
   If you build a target that depends on other targets, those other targets are created in 
   the correct order.
  @@ -42,7 +43,7 @@
     
     - Much of this file stolen from Stefano's xml-xerces build.xml  
     
  -   $Id: build.xml,v 1.64 2000/12/31 09:17:25 sboag Exp $
  +   $Id: build.xml,v 1.65 2001/01/02 04:03:37 sboag Exp $
      
   ==================================================================== -->
   
  @@ -50,7 +51,7 @@
     <!-- =================================================================== -->
     <!-- Defines variables used by the other targets                         -->
     <!-- =================================================================== -->
  -  <property name="version" value="2_0_D05"/>
  +  <property name="version" value="2_0_D06"/>
     <property name="name" value="xalan"/>
     <property name="Name" value="Xalan-Java"/>
     <property name="year" value="2000"/>