aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/check-java-major-version.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-09-19 09:20:03 +0200
committerSven Gothel <[email protected]>2013-09-19 09:20:03 +0200
commitb1db882abfe6166abb5f06df8ff2d386e5f8f842 (patch)
tree17e5c0d9ae8659352f3d0e3ecbf1266a2d6747a7 /make/scripts/check-java-major-version.sh
parent5822557d00b43ee3655db4343eeefcd417094983 (diff)
Fix Bug 835: Use target.[sourcelevel,targetlevel,rt.jar] for all javac tasks.
Before we bumped java language version to 1.6, i.e. target == 1.5, we required to compile some parts w/ the host level (1.6). This is no more required.
Diffstat (limited to 'make/scripts/check-java-major-version.sh')
-rwxr-xr-xmake/scripts/check-java-major-version.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/make/scripts/check-java-major-version.sh b/make/scripts/check-java-major-version.sh
index 08e3bc7b5..86a2c2832 100755
--- a/make/scripts/check-java-major-version.sh
+++ b/make/scripts/check-java-major-version.sh
@@ -24,4 +24,8 @@ function do_it() {
}
do_it $1 2>&1 | tee check-java-major-version.log
+echo
+echo VERSIONS found:
+echo
+grep 'major version' check-java-major-version.log | sort -u