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

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

abagchi     00/06/02 10:58:06

  Modified:    java     build.xml
               java/src/org/apache/xerces/framework Version.java
  Log:
  Sync'd up with latest sources
  
  Revision  Changes    Path
  1.11      +5 -5      xml-xerces/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml	2000/06/02 17:31:01	1.10
  +++ build.xml	2000/06/02 17:58:02	1.11
  @@ -51,7 +51,7 @@
   Copyright:
     Copyright (c) 2000 The Apache Software Foundation.
   
  -   $Id: build.xml,v 1.10 2000/06/02 17:31:01 abagchi Exp $
  +   $Id: build.xml,v 1.11 2000/06/02 17:58:02 abagchi Exp $
   
   ==================================================================== -->
   
  @@ -153,9 +153,9 @@
       <!-- copy src files -->
       <copydir src="${src.dir}" dest="${build.src}" includes="**/Makefile, **/Makefile.incl, javax/**, org/**"
                excludes="**/classfiles_updated **/CVS* **/.#*
  -                       **/DatatypeValidatorFactory.java **/SchemaImporter.java
  -                       **/RevalidatingDOMParser.java **/DatatypeContentModel.java
  -                       **/ComplexTypeInfo.java **/DTDImporter.java "/>
  +                       **/SchemaImporter.java **/RevalidatingDOMParser.java
  +                       **/DatatypeContentModel.java **/ComplexTypeInfo.java
  +                       **/DTDImporter.java "/>
   	<deltree dir="${build.src}/whiteboard"/>
   
       <!-- substitute tokens as needed -->
  @@ -216,7 +216,7 @@
     <!-- =================================================================== -->
     <target name="docs" depends="prepare, prepare-docs">
   	<echo message="Building docs for ${Name} ${version} ..." />
  -    <java fork="no"
  +    <java fork="yes"
             classpath="${java.class.path}:${doc.generator.package}"
             classname="${doc.generator}"
             args="targetDirectory=${build.docs} ${docs.book} ${doc.style}"/>
  
  
  
  1.7       +5 -5      xml-xerces/java/src/org/apache/xerces/framework/Version.java
  
  Index: Version.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/framework/Version.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Version.java	2000/05/18 02:10:33	1.6
  +++ Version.java	2000/06/02 17:58:04	1.7
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -10,7 +10,7 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *    notice, this list of conditions and the following disclaimer. 
  + *    notice, this list of conditions and the following disclaimer.
    *
    * 2. Redistributions in binary form must reproduce the above copyright
    *    notice, this list of conditions and the following disclaimer in
  @@ -18,7 +18,7 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution,
  - *    if any, must include the following acknowledgment:  
  + *    if any, must include the following acknowledgment:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
    *    Alternately, this acknowledgment may appear in the software itself,
  @@ -26,7 +26,7 @@
    *
    * 4. The names "Xerces" and "Apache Software Foundation" must
    *    not be used to endorse or promote products derived from this
  - *    software without prior written permission. For written 
  + *    software without prior written permission. For written
    *    permission, please contact apache@apache.org.
    *
    * 5. Products derived from this software may not be called "Apache",
  @@ -69,7 +69,7 @@
       //
   
       /** Version string. */
  -    public static String  fVersion = "Xerces 1.1.0";
  +    public static String  fVersion = "Xerces @@version@@";
   
       //
       // MAIN