Trivial review: 7178483 - Change of Embedded version string
David Holmes
david.holmes at oracle.com
Thu Jun 21 01:41:41 UTC 2012
Trivial change to the Defs-embedded.gmk build file to change the version
string used for SE Embedded.
http://cr.openjdk.java.net/~dholmes/7178483/webrev/
or see below.
Contributed by Gary Collins, and reviewed by myself. I'd appreciate one
TL reviewer as I will push to TL.
Thanks,
David
diff -r cdcbd22cfb9d make/common/Defs-embedded.gmk
--- a/make/common/Defs-embedded.gmk
+++ b/make/common/Defs-embedded.gmk
@@ -42,7 +42,7 @@
OTHER_CPPFLAGS += -DJAVASE_EMBEDDED
# Product naming
-PRODUCT_SUFFIX = SE Runtime Environment for Embedded
+PRODUCT_SUFFIX = SE Embedded Runtime Environment
RUNTIME_NAME = $(PRODUCT_NAME) $(PRODUCT_SUFFIX)
More information about the core-libs-dev
mailing list