[swtchart] 05/06: Generate Java 6 compatible bytecode
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Aug 5 08:56:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository swtchart.
commit 1249988e5c53fad0ac59ec295616c74ef339c41e
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Aug 5 10:41:49 2016 +0200
Generate Java 6 compatible bytecode
---
debian/build.xml | 2 +-
debian/changelog | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/build.xml b/debian/build.xml
index 0713f5a..ecd2faf 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -16,7 +16,7 @@
<delete file="org.swtchart.jar"/>
</target>
<target depends="init,doc" name="build">
- <javac debug="true" destdir="org.swtchart/bin">
+ <javac debug="true" destdir="org.swtchart/bin" source="1.6" target="1.6">
<src path="org.swtchart/src"/>
<classpath>
<pathelement location="/usr/share/java/swt4.jar"/>
diff --git a/debian/changelog b/debian/changelog
index f56e446..a8184b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ swtchart (0.8.0-2) UNRELEASED; urgency=medium
* Team upload.
* Transition to libswt-gtk-4-java
+ * Generate Java 6 compatible bytecode
* Standards-Version updated to 3.9.8
* Switch to debhelper level 9
* Use secure Vcs-* URLs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/swtchart.git
More information about the pkg-java-commits
mailing list