ilene 2002/08/27 13:52:34
Modified: java/xdocs/sources entities.ent xalan-jsite.xml
java build.xml
java/src/org/apache/xalan/processor XSLProcessorVersion.java
Log:
Updating version numbers to 2.4.0 for new release.
Revision Changes Path
1.56 +3 -3 xml-xalan/java/xdocs/sources/entities.ent
Index: entities.ent
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/entities.ent,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- entities.ent 13 Jun 2002 15:20:35 -0000 1.55
+++ entities.ent 27 Aug 2002 20:52:34 -0000 1.56
@@ -3,15 +3,15 @@
<!ENTITY xslt "Xalan">
<!ENTITY xslt4j "Xalan-Java">
<!ENTITY xslt4j2 "Xalan-Java 2">
-<!ENTITY xslt4j-dist "xalan-j_2_4_D1">
+<!ENTITY xslt4j-dist "xalan-j_2_4_0">
<!ENTITY xslt4j-dist-bin "&xslt4j-dist;-bin">
<!ENTITY xslt4j-dist-src "&xslt4j-dist;-src">
-<!ENTITY xslt4j-current "&xslt4j; version 2.4.D1">
+<!ENTITY xslt4j-current "&xslt4j; version 2.4.0">
<!ENTITY xslt4j-distdir "http://xml.apache.org/dist/xalan-j/">
<!ENTITY xml4j "Xerces-Java">
<!ENTITY xml4j1 "Xerces-Java 1">
<!ENTITY xml4j2 "Xerces-Java 2">
-<!ENTITY xml4j-used "&xml4j; 2.0.1">
+<!ENTITY xml4j-used "&xml4j; 2.1.0">
<!ENTITY xml4j-jar "xercesImpl.jar">
<!ENTITY xslt4c "Xalan-C++">
<!ENTITY xml4c "Xerces-C++">
1.45 +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.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- xalan-jsite.xml 13 Jun 2002 15:20:35 -0000 1.44
+++ xalan-jsite.xml 27 Aug 2002 20:52:34 -0000 1.45
@@ -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.4.D1" source="xalan/index.xml"/>
+ <document id="index" label="Xalan-J 2.4.0" 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"/>
1.175 +5 -5 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- build.xml 26 Jun 2002 13:24:47 -0000 1.174
+++ build.xml 27 Aug 2002 20:52:34 -0000 1.175
@@ -84,12 +84,12 @@
<!-- Defines general variables used by the other targets; name controls
output xalan.jar -->
<property name="version.VERSION" value="2"/>
<property name="version.RELEASE" value="4"/>
- <property name="version.DEVELOPER" value="D"/><!-- Set this to 'D' if a
developer release; blank "" if maintenance release -->
- <property name="version.MINOR" value="1"/><!-- EITHER the developer
release number, or a maintenance release number -->
+ <property name="version.DEVELOPER" value=""/><!-- Set this to 'D' if a
developer release; blank "" if maintenance release -->
+ <property name="version.MINOR" value="0"/><!-- 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 -->
- <property name="year" value="2001"/>
+ <property name="year" value="2002"/>
<property name="build.debug" value="on"/>
<!-- Relative locations of source directories -->
1.39 +2 -2
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.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- XSLProcessorVersion.java 24 Mar 2002 14:57:10 -0000 1.38
+++ XSLProcessorVersion.java 27 Aug 2002 20:52:34 -0000 1.39
@@ -118,7 +118,7 @@
* When missing, it designates the final and complete
* development drop for a release.
*/
- public static int MAINTENANCE = 1;
+ public static int MAINTENANCE = 0;
/**
* Development Drop Number.
@@ -137,7 +137,7 @@
* well as defect fixes. 'D' drops may not be as stable as
* the final releases.
*/
- public static int DEVELOPMENT = 1;
+ public static int DEVELOPMENT = 0;
/**
* Version String like <CODE>"<B>Xalan</B> <B>Language</B>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]