You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jk...@apache.org on 2001/10/01 20:09:56 UTC

cvs commit: xml-xalan/java/xdocs/sources xalan-jsite.xml

jkesselm    01/10/01 11:09:56

  Modified:    java     build.xml
               java/src/org/apache/xalan/processor XSLProcessorVersion.java
               java/xdocs/sources xalan-jsite.xml
  Log:
  Beginning update for 2.2.D12
  
  Revision  Changes    Path
  1.132     +3 -3      xml-xalan/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/build.xml,v
  retrieving revision 1.131
  retrieving revision 1.132
  diff -u -r1.131 -r1.132
  --- build.xml	2001/09/28 14:57:09	1.131
  +++ build.xml	2001/10/01 18:09:56	1.132
  @@ -42,7 +42,7 @@
   
   Copyright:
     Copyright (c) 1999-2001 The Apache Software Foundation.
  -   $Id: build.xml,v 1.131 2001/09/28 14:57:09 dleslie Exp $
  +   $Id: build.xml,v 1.132 2001/10/01 18:09:56 jkesselm Exp $
   ==================================================================== -->
   
   <project name="Xalan" default="jar" basedir=".">
  @@ -84,7 +84,7 @@
     <property name="version.VERSION" value="2"/>
     <property name="version.RELEASE" value="2"/>
     <property name="version.DEVELOPER" value="D"/><!-- Set this to 'D' if a developer release; blank "" if maintenance release -->
  -  <property name="version.MINOR" value="11"/><!-- EITHER the developer release number, or a maintenance release number -->
  +  <property name="version.MINOR" value="12"/><!-- EITHER the developer release number, or a maintenance release number -->
     <property name="version" value="${version.VERSION}_${version.RELEASE}_${version.DEVELOPER}${version.MINOR}"/><!-- GUMP: version # of dist file -->
     <property name="impl.version" value="${version.VERSION}.${version.RELEASE}.${version.DEVELOPER}${version.MINOR}"/><!-- Used in jar task for filtering MANIFEST.MF file -->
     <property name="name" value="xalan"/><!-- GUMP: base name of jar target's file -->
  @@ -180,7 +180,7 @@
     <!-- Creates output build directories and doc prerequistes               -->
     <!-- =================================================================== -->
     <target name="prepare">
  -    <echo message="Project:${Name} version:${version} build.xml $Revision: 1.131 $"/>
  +    <echo message="Project:${Name} version:${version} build.xml $Revision: 1.132 $"/>
       <mkdir dir="${build.dir}"/>
       <mkdir dir="${build.classes}"/>
       <!-- Note that all testing-related targets *must* depend on 
  
  
  
  1.28      +1 -1      xml-xalan/java/src/org/apache/xalan/processor/XSLProcessorVersion.java
  
  Index: XSLProcessorVersion.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/processor/XSLProcessorVersion.java,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- XSLProcessorVersion.java	2001/09/25 18:40:34	1.27
  +++ XSLProcessorVersion.java	2001/10/01 18:09:56	1.28
  @@ -136,7 +136,7 @@
      *          well as defect fixes. 'D' drops may not be as stable as
      *          the final releases.
      */
  -  public static int DEVELOPMENT = 11;
  +  public static int DEVELOPMENT = 12;
     
     /**
      * Version String like <CODE>"<B>Xalan</B> <B>Language</B> 
  
  
  
  1.29      +1 -1      xml-xalan/java/xdocs/sources/xalan-jsite.xml
  
  Index: xalan-jsite.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan-jsite.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- xalan-jsite.xml	2001/09/25 18:44:13	1.28
  +++ xalan-jsite.xml	2001/10/01 18:09:56	1.29
  @@ -62,7 +62,7 @@
     <resources source="sbk:/sources/xalan/resources.xml"/>
     <external href="../index.html" label="Home"/>
     <separator/>
  -  <document id="index" label="Xalan-J 2.2.D11" source="xalan/index.xml"/>
  +  <document id="index" label="Xalan-J 2.2.D12" source="xalan/index.xml"/>
     <document id="whatsnew" label="What's New" source="xalan/whatsnew.xml"/>
     <document id="dtm" label="DTM" source="xalan/dtm.xml"/>  
     <document id="xsltc_usage" label="XSLTC Translets" source="xalan/xsltc_usage.xml"/>
  
  
  

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