You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by je...@locus.apache.org on 2000/09/01 01:24:36 UTC

cvs commit: xml-xerces/java build.xml

jeffreyr    00/08/31 16:24:36

  Modified:    java     build.xml
  Log:
  Prepare for Xerces 1.2.0
  
  Revision  Changes    Path
  1.21      +3 -3      xml-xerces/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/build.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.xml	2000/07/18 18:19:42	1.20
  +++ build.xml	2000/08/31 23:24:36	1.21
  @@ -51,7 +51,7 @@
   Copyright:
     Copyright (c) 2000 The Apache Software Foundation.
   
  -   $Id: build.xml,v 1.20 2000/07/18 18:19:42 abagchi Exp $
  +   $Id: build.xml,v 1.21 2000/08/31 23:24:36 jeffreyr Exp $
   
   ==================================================================== -->
   
  @@ -60,8 +60,8 @@
     <target name="init">
       <property name="name" value="xerces"/>
       <property name="Name" value="Xerces-J"/>
  -    <property name="version" value="1.1.3"/>
  -    <property name="version_postfix" value="_1_1_3"/>
  +    <property name="version" value="1.2.0"/>
  +    <property name="version_postfix" value="_1_2_0"/>
       <property name="year" value="1999-2000"/>
   	<property name="copyright" value="Copyright &#169; ${year} Apache XML Project. All Rights Reserved."/>