Merge
authortbell
Mon, 27 Jul 2009 23:03:37 -0700
changeset 3358 d4b60a33650f
parent 3290 513367e9e6eb (current diff)
parent 3357 554aac3029bc (diff)
child 3359 0589e2ed45b3
Merge
--- a/corba/make/Makefile	Fri Jul 24 13:39:48 2009 -0700
+++ b/corba/make/Makefile	Mon Jul 27 23:03:37 2009 -0700
@@ -110,7 +110,7 @@
 ifdef TARGET_CLASS_VERSION
     TARGET_LEVEL = $(TARGET_CLASS_VERSION)
 else
-    TARGET_LEVEL = 6
+    TARGET_LEVEL = 7
 endif
 
 ifndef TARGET_JAVA
--- a/corba/make/common/shared/Defs-java.gmk	Fri Jul 24 13:39:48 2009 -0700
+++ b/corba/make/common/shared/Defs-java.gmk	Mon Jul 27 23:03:37 2009 -0700
@@ -107,12 +107,12 @@
 NO_PROPRIETARY_API_WARNINGS = -XDignore.symbol.file=true
 JAVACFLAGS  += $(NO_PROPRIETARY_API_WARNINGS)
 
-# Add the source level (currently all source is 1.5, should this be 1.6?)
-LANGUAGE_VERSION = -source 1.5
+# Add the source level
+LANGUAGE_VERSION = -source 7
 JAVACFLAGS  += $(LANGUAGE_VERSION)
 
-# Add the class version we want (currently this is 5, should it be 6 or even 7?)
-TARGET_CLASS_VERSION = 5
+# Add the class version we want
+TARGET_CLASS_VERSION = 7
 CLASS_VERSION = -target $(TARGET_CLASS_VERSION)
 JAVACFLAGS  += $(CLASS_VERSION)
 JAVACFLAGS  += -encoding ascii