curcuru 00/02/10 11:50:25
Modified: . Makefile build.xml
src/org/apache/xalan/xpath/xml XSLTInfo.properties
src/org/apache/xalan/xslt XSLProcessorVersion.java
Log:
Update for weekly build 0.19.3D03
Revision Changes Path
1.9 +1 -1 xml-xalan/Makefile
Index: Makefile
===================================================================
RCS file: /home/cvs/xml-xalan/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile 2000/02/03 14:15:49 1.8
+++ Makefile 2000/02/10 19:50:22 1.9
@@ -65,7 +65,7 @@
echo "done"
XALAN := xalan
-XVERSION = _0_19_3D02
+XVERSION = _0_19_3D03
CPR = cp -Rvf
.PHONY: makedist
makedist:
1.3 +2 -2 xml-xalan/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 2000/01/18 14:40:46 1.2
+++ build.xml 2000/02/10 19:50:22 1.3
@@ -35,7 +35,7 @@
Copyright:
Copyright (c) 1999 The Apache Software Foundation.
- $Id: build.xml,v 1.2 2000/01/18 14:40:46 curcuru Exp $
+ $Id: build.xml,v 1.3 2000/02/10 19:50:22 curcuru Exp $
==================================================================== -->
@@ -46,7 +46,7 @@
<!-- ====== You should not need to touch anything below here ====== -->
- <property name="version" value="0.19.2-dev"/>
+ <property name="version" value="0.19.3-dev"/>
<property name="name" value="xalan"/>
<property name="Name" value="Xalan"/>
<property name="year" value="2000"/>
1.4 +1 -1
xml-xalan/src/org/apache/xalan/xpath/xml/XSLTInfo.properties
Index: XSLTInfo.properties
===================================================================
RCS file:
/home/cvs/xml-xalan/src/org/apache/xalan/xpath/xml/XSLTInfo.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XSLTInfo.properties 2000/02/03 14:16:07 1.3
+++ XSLTInfo.properties 2000/02/10 19:50:24 1.4
@@ -3,6 +3,6 @@
#
# See also: org.apache.xalan.xslt.XSLProcessorVersion
-version=0.19.3D02
+version=0.19.3D03
vendor=xml.apache.org
vendor-url=http://xml.apache.org/xalan
1.5 +2 -2
xml-xalan/src/org/apache/xalan/xslt/XSLProcessorVersion.java
Index: XSLProcessorVersion.java
===================================================================
RCS file:
/home/cvs/xml-xalan/src/org/apache/xalan/xslt/XSLProcessorVersion.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- XSLProcessorVersion.java 2000/02/03 14:16:08 1.4
+++ XSLProcessorVersion.java 2000/02/10 19:50:25 1.5
@@ -67,7 +67,7 @@
* Version String like <CODE>"<B>Xalan</B>i v.r[.dd| <B>D</B>nn]"</CODE>.
* <P>Semantics of the version string are identical to the Xerces
project.</P>
*/
- public static String S_VERSION = "0.19.3D02";
+ public static String S_VERSION = "0.19.3D03";
/**
* Constant name of product.
@@ -131,5 +131,5 @@
* well as defect fixes. 'D' drops may not be as stable as
* the final releases.
*/
- public static int DEVELOPMENT = 2;
+ public static int DEVELOPMENT = 3;
}