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/10/20 01:23:10 UTC

cvs commit: xml-xerces/java build.xml

jeffreyr    00/10/19 16:23:10

  Modified:    java     build.xml
  Log:
  to version 1.2.1 so it build correctly
  
  Revision  Changes    Path
  1.23      +3 -3      xml-xerces/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/build.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- build.xml	2000/09/07 00:46:55	1.22
  +++ build.xml	2000/10/19 23:23:08	1.23
  @@ -51,7 +51,7 @@
   Copyright:
     Copyright (c) 2000 The Apache Software Foundation.
   
  -   $Id: build.xml,v 1.22 2000/09/07 00:46:55 lehors Exp $
  +   $Id: build.xml,v 1.23 2000/10/19 23:23:08 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.2.0"/>
  -    <property name="version_postfix" value="_1_2_0"/>
  +    <property name="version" value="1.2.1"/>
  +    <property name="version_postfix" value="_1_2_1"/>
       <property name="year" value="1999-2000"/>
   	<property name="copyright" value="Copyright &#169; ${year} Apache XML Project. All Rights Reserved."/>