From 5c159626c6b3ace5becf03aad5ed9a1851065c15 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 29 Nov 2012 15:47:51 +0200 Subject: Always use Java target version 1.5 It has been way too common for people to accidentally have a javac from JDK 7 create class files that are of the newest version, which older JREs and Android's dex then don't understand. As many of the distro-configs files specified --with-java-target-version=1.5 anyway, let's just hardcode that for now. Change-Id: I0853820dc56a062f053b5c2c30097bf1ff3798c1 --- distro-configs/LibreOfficeOpenBSD.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'distro-configs/LibreOfficeOpenBSD.conf') diff --git a/distro-configs/LibreOfficeOpenBSD.conf b/distro-configs/LibreOfficeOpenBSD.conf index 52ba333fd8c4..a56c09735d56 100644 --- a/distro-configs/LibreOfficeOpenBSD.conf +++ b/distro-configs/LibreOfficeOpenBSD.conf @@ -21,7 +21,6 @@ --enable-extension-integration --with-fonts --with-java ---with-java-target-version=1.5 --with-jdk-home=/usr/local/jdk-1.5.0 --with-myspell-dicts --with-system-boost -- cgit