java: Add -target 1.6 to all java compiles
authorKeith Packard <keithp@keithp.com>
Tue, 10 Dec 2013 08:51:01 +0000 (00:51 -0800)
committerKeith Packard <keithp@keithp.com>
Tue, 10 Dec 2013 08:51:01 +0000 (00:51 -0800)
This makes sure the results can run with the old JVM

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/Makefile.am
altosui/Makefile.am
altosuilib/Makefile.am

index 2c26220bd2ee1d821c62d3e4147a7f22b9c27f31..6d396635905ab2e6bbacb0d48485442940797290 100644 (file)
@@ -1,4 +1,4 @@
-AM_JAVACFLAGS=-encoding UTF-8 -Xlint:deprecation -source 6
+AM_JAVACFLAGS=-target 1.6 -encoding UTF-8 -Xlint:deprecation -source 6
 
 JAVAROOT=bin
 
index a2138d0d82b7d50ba906717fe4db92655682f526..f11c3bfaf7f451425a2907b1548d1d4fa79951a7 100644 (file)
@@ -1,6 +1,6 @@
 
 JAVAROOT=classes
-AM_JAVACFLAGS=-encoding UTF-8 -Xlint:deprecation -source 6
+AM_JAVACFLAGS=-target 1.6 -encoding UTF-8 -Xlint:deprecation -source 6
 
 man_MANS=altosui.1
 
index 5e19e00f9a747972b182621e8e39041e9048fe1d..4b22af1f8eda6fab2ed14cc710c7ce16db3cbfee 100644 (file)
@@ -1,4 +1,4 @@
-AM_JAVACFLAGS=-encoding UTF-8 -Xlint:deprecation -source 6
+AM_JAVACFLAGS=-target 1.6 -encoding UTF-8 -Xlint:deprecation -source 6
 
 JAVAROOT=bin