This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository felix-framework.
commit 73d90ced31d78b1a33393ca977a321413fced2a4 Author: Markus Koschany <[email protected]> Date: Mon Jul 14 11:49:28 2014 +0200 Drop 01-java8-compatibility.patch. Fixed upstream. --- debian/patches/01-java8-compatibility.patch | 16 ---------------- debian/patches/series | 1 - 2 files changed, 17 deletions(-) diff --git a/debian/patches/01-java8-compatibility.patch b/debian/patches/01-java8-compatibility.patch deleted file mode 100644 index c36f2bc..0000000 --- a/debian/patches/01-java8-compatibility.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Use the target 1.5 instead of jsr14 which is no longer - supported by javac in Java 8. This patch can be removed after upgrading - felix-framework to 4.2.0 or later. -Author: Emmanuel Bourg <[email protected]> -Forwarded: not-needed ---- a/pom.xml -+++ b/pom.xml -@@ -44,7 +44,7 @@ - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> -- <target>jsr14</target> -+ <target>1.5</target> - <source>1.5</source> - </configuration> - </plugin> diff --git a/debian/patches/series b/debian/patches/series index 137beee..f8b50dc 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ # Only for bootstrapping #bootstrap_packaging_jar.diff -01-java8-compatibility.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/felix-framework.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

