You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by le...@locus.apache.org on 2000/06/03 02:12:23 UTC

cvs commit: xml-xerces/java README

lehors      00/06/02 17:12:23

  Modified:    java     README
  Log:
  updated the README to allow building the doc with an older version of the tools
  
  Revision  Changes    Path
  1.5       +9 -7      xml-xerces/java/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/README,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- README	2000/02/22 19:38:06	1.4
  +++ README	2000/06/03 00:12:21	1.5
  @@ -2,7 +2,7 @@
   
   Table of Contents
   
  - 1. Building Source
  + 1. Building Xerces
    2. Building Documentation
    3. Special Instructions
       3.1 Building on Windows Platform
  @@ -10,7 +10,7 @@
   
   ---------------------------------------------------------------------
   
  -1. Building Source
  +1. Building Xerces
   
      The top level Makefile will build everything, including the
      documentation. If you only want to compile the source code and
  @@ -32,11 +32,13 @@
   
        Xerces-J-tools.x.y.z.zip
   
  -   where "x.y.z" is the version of the Xerces-J parser for which
  -   you want to build the documentation. Extract the tools package
  -   in the same directory where you extracted the source
  -   distribution.
  -   
  +   where "x.y.z" is either the exact version or the version just before
  +   the version of the Xerces-J parser for which you want to build the
  +   documentation. Extract the tools package in the top directory of the
  +   Xerces Java tree so that you get something like:
  +
  +     xerces_a_b_c/tools
  +
      Then, from the top of the Xerces Java tree, type the following
      command to build the documentation: