This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjaxp1.3-java.
commit 2a7d4c2bbb635dfc2bacb09be86effd398bf6771 Author: Matthias Klose <[email protected]> Date: Mon Oct 20 10:59:57 2008 +0000 * Set java source and target version to 1.4. --- debian/changelog | 3 ++- debian/rules | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dd06b2e..b27ab58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ libjaxp1.3-java (1.3.04-4) UNRELEASED; urgency=low * Depend on default-jre-headless. * debian/rules: Fix jar options. + * Set java source and target version to 1.4. - -- Matthias Klose <[email protected]> Thu, 31 Jul 2008 11:09:28 +0000 + -- Matthias Klose <[email protected]> Mon, 20 Oct 2008 13:00:01 +0200 libjaxp1.3-java (1.3.04-3) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 2191673..b81b472 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk JAVA_HOME := /usr/lib/jvm/default-java +ANT_OPTS = -Dant.build.javac.source=1.4 include /usr/share/gcj/debian_defaults ifneq (,$(filter $(DEB_HOST_ARCH), $(gcj_native_archs))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjaxp1.3-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

