curcuru 00/03/16 12:34:55
Modified: . Tag: Bxalan_1_0_0 README make.include
src/org/apache/xalan/xslt Tag: Bxalan_1_0_0
XSLProcessorVersion.java
Log:
Update Build number for branch 1.0.0 build PR: SCUU4HGN4Q
Revision Changes Path
No revision
No revision
1.11.2.1 +4 -7 xml-xalan/README
Index: README
===================================================================
RCS file: /home/cvs/xml-xalan/README,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -u -r1.11 -r1.11.2.1
--- README 2000/03/06 14:47:48 1.11
+++ README 2000/03/16 20:34:53 1.11.2.1
@@ -1,13 +1,13 @@
README for xml-xalan project at xml.apache.org
--- This Xalan build is 0.20.0. It is compatible with Xerces 1.0.2.
+-- This Xalan build is 1.0.0. It is compatible with Xerces 1.0.3.
-- IMPORTANT NOTES:
- If you have downloaded Xalan from xml.apache.org/dist/, you have sources
and the build.
- Open docs_production/index.html for information about setting up and using
Xalan.
- See docs_production/apidocs/index.html for Javadoc.
+ Open docs/readme.html for information about setting up and using Xalan.
+ See docs/apidocs/index.html for Javadoc.
- If you have obtained Xalan from the Apache XML CVS repository, you only
have sources,
so you must build Xalan, including the HTML documentation.
@@ -35,10 +35,7 @@
'make all' to build everything.
'make build' to compile and build the jar.
'make jars' to build jar files.
- 'make docs' to build the docs (they will be put into the
docs_production directory).
+ 'make docs' to build the docs (they will be put into a new
build/docs directory).
'make samples' to build the samples and create samples.jar.
'make clean' as you'd expect.
-- Special note for JDK 1.1.7B users: Some dependencies seem to cause a
problem
- with JDK 1.1.7B - you may have to do a 'make all' several times to get
everything
- built. It compiles fine the first time with JDK 1.1.8 or later. We'll
look into it.
1.8.2.2 +1 -1 xml-xalan/make.include
Index: make.include
===================================================================
RCS file: /home/cvs/xml-xalan/make.include,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -r1.8.2.1 -r1.8.2.2
--- make.include 2000/03/16 19:39:39 1.8.2.1
+++ make.include 2000/03/16 20:34:53 1.8.2.2
@@ -30,7 +30,7 @@
# Build-specific tools and flags definitions
###########################################################
PRODUCT_NAME := xalan
-VERSION = _0_20_0
+VERSION = _1_0_0
JARNAME = $(PRODUCT_NAME)$(JARX)
JARDISTNAME = $(PRODUCT_NAME)-j$(VERSION)$(JARX)
TARDISTNAME = $(PRODUCT_NAME)-j$(VERSION)$(TARX)
No revision
No revision
1.10.2.1 +3 -3
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.10
retrieving revision 1.10.2.1
diff -u -r1.10 -r1.10.2.1
--- XSLProcessorVersion.java 2000/03/06 14:47:49 1.10
+++ XSLProcessorVersion.java 2000/03/16 20:34:54 1.10.2.1
@@ -76,7 +76,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.20.0";
+ public static String S_VERSION = "1.0.0";
/**
* Constant name of product.
@@ -99,7 +99,7 @@
* of new versions as external interfaces and behaviour
* may have changed.
*/
- public static int VERSION = 0;
+ public static int VERSION = 1;
/**
* Release Number.
@@ -109,7 +109,7 @@
* - API or behaviour change.
* - its designated as a reference release.
*/
- public static int RELEASE = 20;
+ public static int RELEASE = 0;
/**
* Maintenance Drop Number.