xdc-A62
diff --git a/.gitignore b/.gitignore
index 670aed5..3fb5685 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
## Build artifacts in the tree root directory
/tdiff,*
/Make.log
+/config-*
/exports/
/imports/
/.tools-*
diff --git a/README b/README
index af90a66..0225b9f 100644
--- a/README
+++ b/README
@@ -1,22 +1,35 @@
- xdc-A61 (rorevers:16.0.2.0; B:150,G:180,R:170)
+ xdc-A62 (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.
+Librarian repo creation
+-----------------------
+ The xdc.git repo was created to "track" the repo maintained at
+ eclipse.org and was created as follows:
+ git clone --bare ssh://git.eclipse.org/gitroot/rtsc/org.eclipse.rtsc.xdccore.git xdc.git
+ cd xdc.git
+ git config remote.origin.fetch "+refs/heads/*:refs/heads/*"
+
BUILD
o setup ssh to enable "git" from xlibrary as "dr" (if necessary)
cd ~xlibrary/.ssh
cp -f config-dr config
- Build this tree from Linux using standard SM-MAKE
+ o make sure the user email and name are your eclipse credentials before
+ making any changes that need to be pushed to eclipse
+ cat config-dr >> ./.git/config
+
+ o Build this tree from Linux using standard SM-MAKE
# clone the tree and merge/review user content
ggentree xdc.git/
cd xdc-A??
- git merge origin/xdc-A-dr
+ cat config-dr >> ./.git/config
+ git merge origin/xdccore-A-dr
# build the tree
SM-MAKE .clean
@@ -30,7 +43,7 @@
greltree -u dr -m "something brief and meaningful"
o to make both the UNIX and PC sides, from a Linux workstation, go to the
- top directory of the tree and type:
+ top directory of the tree and type:
SM-MAKE .all-files
@@ -58,7 +71,13 @@
CHANGES
-*
- first git repo build
+xdc.services.intern.gen
+ added an error message for the case when a map indexed by strings is
+ used at runtime
+
+xdc.xs
+ changed the JVM dynamic library that we load on Mac because the calls
+ to libjvm.dylib are intercepted by MacOS to check for a default JVM
+ which we don't need/want.
MRS
diff --git a/ident.c b/ident.c
index 9d0d7ee..cc75caa 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-A61"
+#define _VERS_ "@(#)*** xdc-A62"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;