[SCM] eclipse-mylyn - Plug-in for eclipse - Debian package. branch, master, updated. debian/3.8.4-2-9-g8e435cf
Jakub Adam
jakub.adam at ktknet.cz
Fri Jun 28 17:40:07 UTC 2013
The following commit has been merged in the master branch:
commit 7476e13720e2881b6235f589d39335c65350c75c
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Fri Jun 28 15:28:35 2013 +0200
Increased javac source and target compatibility to 1.6
diff --git a/debian/changelog b/debian/changelog
index ea9bdf0..9ad0400 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ eclipse-mylyn (3.9.0-1) UNRELEASED; urgency=low
* New upstream release.
* Refreshed d/patches/debian-orbit-deps.patch.
+ * Increased javac source and target compatibility to 1.6.
-- Jakub Adam <jakub.adam at ktknet.cz> Fri, 28 Jun 2013 19:11:03 +0200
diff --git a/debian/rules b/debian/rules
index 6ae2733..249e373 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,4 +15,4 @@ override_jh_compilefeatures:
-Dosgi.sharedConfiguration.area=debian/.eclipse-build/build/home \
-consoleLog -noSplash
- jh_compilefeatures --build-opts="-DjavacTarget=1.5 -DjavacSource=1.5"
+ jh_compilefeatures --build-opts="-DjavacTarget=1.6 -DjavacSource=1.6"
--
eclipse-mylyn - Plug-in for eclipse - Debian package.
More information about the pkg-java-commits
mailing list