You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by an...@apache.org on 2001/08/24 06:45:16 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl Version.java

andyc       01/08/23 21:45:16

  Modified:    java     build.xml
               java/docs releases.xml
               java/docs/dtd entities.ent
               java/src/org/apache/xerces/impl Version.java
  Log:
  Updated version number for impending Xerces-J 2.0.0 (beta2) release.
  
  Revision  Changes    Path
  1.52      +6 -45     xml-xerces/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/build.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- build.xml	2001/08/23 01:04:03	1.51
  +++ build.xml	2001/08/24 04:45:16	1.52
  @@ -2,56 +2,17 @@
   
   <!-- ===================================================================
   
  -Build file for Xerces-Java
  +Read the README file for build instruction.
   
  -Notes:
  -   This is a build file for use with the Jakarta Ant build tool.
  -
  -Installation Instructions:
  -   To install Ant on your system, you need to checkout the
  -   "jakarta-tools" CVS module. Then you should place the files
  -     - ant.jar
  -     - projectx-tr2.jar
  -     - javac.jar
  -   in your classpath.
  -
  -Build Instructions:
  -   To build, run
  -
  -     java org.apache.tools.ant.Main <target>
  -
  -   on the directory where this file is located with the target you want.
  -   There is also a batch file called "build.bat" to invoke Ant from a
  -   Windows command line shell. On the UNIX platform, use "build.sh" shell
  -   script to invoke Ant.
  -
  -Most useful targets:
  -
  - - package -> creates the "xerces.jar" package in "./build"
  - - docs -> creates the HTML documentation in "./build/docs"
  - - javadocs - crates the javadocs in "./build/javadocs"
  - - dist -> creates the complete distribution
  - - site -> regenerates the web site
  -
  -Note:
  -
  -  In order to regenerate the web site, you must have the "xml-site" and "xml-xerces"
  -  CVS modules checked-out in the same directory, or this won't work. for example
  -
  -    xml.apache.org/xml-site
  -    xml.apache.org/xml-xerces
  -    ...
  -
  -  Have fun!
  -
   Authors:
     Stefano Mazzocchi <st...@apache.org>
     Anupam Bagchi     <ab...@apache.org>
  +  Andy Clark, IBM
   
   Copyright:
     Copyright (c) 2000 The Apache Software Foundation.
   
  -   $Id: build.xml,v 1.51 2001/08/23 01:04:03 lehors Exp $
  +   $Id: build.xml,v 1.52 2001/08/24 04:45:16 andyc Exp $
   
   ==================================================================== -->
   
  @@ -60,9 +21,9 @@
     <target name="init">
       <property name="name" value="xerces"/>
       <property name="Name" value="Xerces-J"/>
  -    <property name="version" value="2.0.0 (beta)"/>
  -    <property name="version_postfix" value=".2.0.0.beta"/>
  -    <property name="appendit" value="2_0_0_beta"/>
  +    <property name="version" value="2.0.0 (beta2)"/>
  +    <property name="version_postfix" value=".2.0.0.beta2"/>
  +    <property name="appendit" value="2_0_0_beta2"/>
       <property name="year" value="1999-2001"/>
       <property name="copyright" value="Copyright &#169; ${year} Apache XML Project. All Rights Reserved."/>
   
  
  
  
  1.68      +1 -1      xml-xerces/java/docs/releases.xml
  
  Index: releases.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/releases.xml,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- releases.xml	2001/08/24 03:43:53	1.67
  +++ releases.xml	2001/08/24 04:45:16	1.68
  @@ -1,7 +1,7 @@
   <?xml version='1.0' encoding='UTF-8'?>
   <!DOCTYPE releases SYSTEM 'dtd/releases.dtd'>
   <releases>
  - <release version='NOT YET RELEASED'>
  + <release version='&ParserName; 2.0.0 (beta2)'>
     <desc/>
     <changes>
      <fix>
  
  
  
  1.16      +3 -3      xml-xerces/java/docs/dtd/entities.ent
  
  Index: entities.ent
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/dtd/entities.ent,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- entities.ent	2001/08/23 00:35:15	1.15
  +++ entities.ent	2001/08/24 04:45:16	1.16
  @@ -2,12 +2,12 @@
   <!-- upper case versions of names and versions -->
   <!ENTITY ParserNameLong 'Xerces2 Java Parser'>
   <!ENTITY ParserName 'Xerces-J'>
  -<!ENTITY ParserVersion '2.0.0 (beta)'>
  +<!ENTITY ParserVersion '2.0.0 (beta2)'>
   
   <!-- lower case versions of names and versions -->
   <!ENTITY parsername 'xerces-j'>
  -<!ENTITY parserversion '2.0.0.beta'>
  +<!ENTITY parserversion '2.0.0.beta2'>
   
   <!-- packaging names -->
  -<!ENTITY parserdir 'xerces-2_0_0_beta'>
  +<!ENTITY parserdir 'xerces-2_0_0_beta2'>
   <!ENTITY parserdistname 'Xerces-J-bin'>
  
  
  
  1.3       +2 -2      xml-xerces/java/src/org/apache/xerces/impl/Version.java
  
  Index: Version.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/Version.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Version.java	2001/08/23 00:35:21	1.2
  +++ Version.java	2001/08/24 04:45:16	1.3
  @@ -60,7 +60,7 @@
   /**
    * This class defines the version number of the parser.
    *
  - * @version $Id: Version.java,v 1.2 2001/08/23 00:35:21 lehors Exp $
  + * @version $Id: Version.java,v 1.3 2001/08/24 04:45:16 andyc Exp $
    */
   public class Version {
   
  @@ -69,7 +69,7 @@
       //
   
       /** Version string. */
  -    public static String fVersion = "Xerces 2.0.0 (beta)";
  +    public static String fVersion = "Xerces 2.0.0 (beta2)";
   
       //
       // MAIN
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org