changeset 980:f664addf7da2

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
author Andrew Azores <aazores@redhat.com>
date Mon, 07 Apr 2014 11:24:18 -0400
parents 65cb5965ec77
children 449852a92985
files ChangeLog Makefile.am
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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@redhat.com>
+
+	* Makefile.am: (IT_LANGUAGE_SOURCE_VERSION, IT_CLASS_TARGET_VERSION)
+	bumped to 7, dropping JDK6 compatibility
+
 2014-04-07  Andrew Azores  <aazores@redhat.com>
 
 	* netx/net/sourceforge/jnlp/security/SecurityDialogs.java:
--- 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)
 
 #