[pkg-java] r17288 - trunk/commons-daemon/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Tue Oct 1 11:31:10 UTC 2013
Author: ebourg-guest
Date: 2013-10-01 11:31:10 +0000 (Tue, 01 Oct 2013)
New Revision: 17288
Modified:
trunk/commons-daemon/debian/changelog
trunk/commons-daemon/debian/rules
Log:
Generate Java 6 compatible bytecode
Modified: trunk/commons-daemon/debian/changelog
===================================================================
--- trunk/commons-daemon/debian/changelog 2013-10-01 11:00:17 UTC (rev 17287)
+++ trunk/commons-daemon/debian/changelog 2013-10-01 11:31:10 UTC (rev 17288)
@@ -1,6 +1,7 @@
commons-daemon (1.0.15-3) UNRELEASED; urgency=low
* Use canonical URLs for the Vcs-* fields
+ * Generate Java 6 compatible bytecode
-- Emmanuel Bourg <ebourg at apache.org> Tue, 01 Oct 2013 12:59:44 +0200
Modified: trunk/commons-daemon/debian/rules
===================================================================
--- trunk/commons-daemon/debian/rules 2013-10-01 11:00:17 UTC (rev 17287)
+++ trunk/commons-daemon/debian/rules 2013-10-01 11:31:10 UTC (rev 17288)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
JAVA_HOME := /usr/lib/jvm/default-java
-ANT_ARGS := -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4
+ANT_ARGS := -Dcompile.source=1.6 -Dcompile.target=1.6
MAN_STYLESHEET := /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
XSLTPROC := xsltproc --nonet
More information about the pkg-java-commits
mailing list