xdc-B03
diff --git a/README b/README
index 30e5c24..caaf0b0 100644
--- a/README
+++ b/README
@@ -1,9 +1,14 @@
- xdc-B02 (corevers:16.0.2.0; B:150,G:180,R:170)
+ xdc-B03 (corevers:16.0.2.0; B:150,G:180,R:170)
eXpanDed C Tools (XDCtools)
This tree contains the RTSC build and configuration engines for
- target content. The tree is used in XDCtools product releases.
+ target content. The tree is used in XDCtools product releases. This series
+ of trees breaks forward compatibility with XDCtools 3.24. The Java
+ classes built in this tree are build for Java 1.6, while XDCtools 3.24
+ (and earlier) has a Java 1.5 JRE. However, XDCtools 3.24 and earlier are
+ already forward incompatible with the current release because of
+ @DirectCall changes in xdc.runtime in XDCtools 3.25.
Librarian repo creation
-----------------------
@@ -20,7 +25,7 @@
cp -f config-dr config
o fetch the latest changes from the Eclipse git server, but do it from
- a SUSE 11 host because SUSE 10 has an old version of ssh
+ a Ubuntu host because SUSE 10 has an old version of ssh
cd xdc.git
git fetch
@@ -80,12 +85,18 @@
CHANGES
-xdc.tools.cdoc
- eliminated use of XSLT
+xdc.bld bumped the version of generated Java classes in packages from
+ 1.5 compatible to 1.6 compatible
-xdc.*
- minor cleanup
+bundles all hosts now use the same version of JRE
+
+xdc.xs updated XDCTOOLS_JAVA_HOME error message to require 64-bit
+ JRE native libraries
+
+* fixed various compile warnings coming from Java files
MRS
-ECL443437 - cdoc index.html does not have the left-pane tree when using Chrome
+ECL443437 cdoc index.html does not have the left-pane tree navigation
+ thingie when using Chrome
+
diff --git a/ident.c b/ident.c
index 5a4bc30..57ca0af 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-B02"
+#define _VERS_ "@(#)*** xdc-B03"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;