The following commit has been merged in the master branch:
commit 7476e13720e2881b6235f589d39335c65350c75c
Author: Jakub Adam <[email protected]>
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 <[email protected]>  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.

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to