/hg/icedtea-web: javac source and target levels set to 7 (droppi...
aazores at icedtea.classpath.org
aazores at icedtea.classpath.org
Mon Apr 7 15:24:42 UTC 2014
changeset f664addf7da2 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=f664addf7da2
author: Andrew Azores <aazores at redhat.com>
date: Mon Apr 07 11:24:18 2014 -0400
javac source and target levels set to 7 (dropping JDK6 compatibility)
* Makefile.am: (IT_LANGUAGE_SOURCE_VERSION, IT_CLASS_TARGET_VERSION)
bumped to 7, dropping JDK6 compatibility
diffstat:
ChangeLog | 5 +++++
Makefile.am | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 65cb5965ec77 -r f664addf7da2 ChangeLog
--- a/ChangeLog Mon Apr 07 10:30:22 2014 -0400
+++ b/ChangeLog Mon Apr 07 11:24:18 2014 -0400
@@ -1,3 +1,8 @@
+2014-04-07 Andrew Azores <aazores at redhat.com>
+
+ * Makefile.am: (IT_LANGUAGE_SOURCE_VERSION, IT_CLASS_TARGET_VERSION)
+ bumped to 7, dropping JDK6 compatibility
+
2014-04-07 Andrew Azores <aazores at redhat.com>
* netx/net/sourceforge/jnlp/security/SecurityDialogs.java:
diff -r 65cb5965ec77 -r f664addf7da2 Makefile.am
--- a/Makefile.am Mon Apr 07 10:30:22 2014 -0400
+++ b/Makefile.am Mon Apr 07 11:24:18 2014 -0400
@@ -106,8 +106,8 @@
# Flags
export IT_CFLAGS=$(CFLAGS) $(ARCHFLAG)
export IT_JAVAC_SETTINGS=-g -encoding utf-8 $(JAVACFLAGS) $(MEMORY_LIMIT) $(PREFER_SOURCE)
-export IT_LANGUAGE_SOURCE_VERSION=6
-export IT_CLASS_TARGET_VERSION=6
+export IT_LANGUAGE_SOURCE_VERSION=7
+export IT_CLASS_TARGET_VERSION=7
export IT_JAVACFLAGS=$(IT_JAVAC_SETTINGS) -source $(IT_LANGUAGE_SOURCE_VERSION) -target $(IT_CLASS_TARGET_VERSION)
#
More information about the distro-pkg-dev
mailing list