This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository eclipse.
commit 6e461d54ea2a94e624dc978d4e29dc9d473adba0 Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 3 16:02:14 2014 +0200 Replaced the jsr14 compilation target with 1.5 to compile with Java 8 --- debian/changelog | 7 +++++++ debian/patches/java8-compatibility.patch | 12 ++++++++++++ debian/patches/series | 1 + 3 files changed, 20 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6c1e0d7..6ba1ba9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +eclipse (3.8.1-6) UNRELEASED; urgency=medium + + * Team upload. + * Replaced the jsr14 compilation target with 1.5 to compile with Java 8 + + -- Emmanuel Bourg <[email protected]> Tue, 03 Jun 2014 16:01:22 +0200 + eclipse (3.8.1-5.1) unstable; urgency=low [ Jakub Adam ] diff --git a/debian/patches/java8-compatibility.patch b/debian/patches/java8-compatibility.patch new file mode 100644 index 0000000..fac2cc4 --- /dev/null +++ b/debian/patches/java8-compatibility.patch @@ -0,0 +1,12 @@ +Description: Replaces the jsr14 compilation target with 1.5 to compile with Java 8 +Author: Emmanuel Bourg <[email protected]> +Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=369145 +--- a/eclipse/plugins/org.eclipse.equinox.event/build.properties ++++ b/eclipse/plugins/org.eclipse.equinox.event/build.properties +@@ -20,4 +20,4 @@ + jre.compilation.profile = J2SE-1.5 + + javacSource=1.5 +-javacTarget=jsr14 +\ No newline at end of file ++javacTarget=1.5 diff --git a/debian/patches/series b/debian/patches/series index 68475ae..ac77a50 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -44,3 +44,4 @@ equinox-jsp-jasper-tomcat-7.0.40.patch osgi-target-java-1.5.patch eclipse-add-aarch64-ppc64el.patch fix-s390-s390x-build.patch +java8-compatibility.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

