You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2001/02/22 00:19:11 UTC

cvs commit: xml-xerces/java build.xml

neilg       01/02/21 15:19:10

  Modified:    java     build.xml
  Log:
  fix comments in build file; based on patch submitted by Chavdar Botev
  
  Revision  Changes    Path
  1.37      +3 -2      xml-xerces/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/build.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- build.xml	2001/02/21 21:30:46	1.36
  +++ build.xml	2001/02/21 23:19:09	1.37
  @@ -27,7 +27,8 @@
   
   Most useful targets:
   
  - - package -> creates the "xerces.jar" package in "./build"
  + - jar -> creates the "xerces.jar" file in "./build"
  + - jars -> creates the "xerces.jar" and xercesSamples.jar files in "./build"
    - docs -> creates the HTML documentation in "./build/docs"
    - javadocs - crates the javadocs in "./build/javadocs"
    - dist -> creates the complete distribution
  @@ -51,7 +52,7 @@
   Copyright:
     Copyright (c) 2000 The Apache Software Foundation.
   
  -   $Id: build.xml,v 1.36 2001/02/21 21:30:46 twl Exp $
  +   $Id: build.xml,v 1.37 2001/02/21 23:19:09 neilg Exp $
   
   ==================================================================== -->