This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch dev in repository jabref.
commit 53f0dad8fbc8e546b8f4dad9a89a72cd021b6010 Author: tony mancill <[email protected]> Date: Sun Nov 20 21:12:53 2016 -0800 add jaxb-impl to classpath for xjc --- debian/patches/series | 1 + debian/patches/xjc.patch | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/debian/patches/series b/debian/patches/series index 79d9dfe..16fe31b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,4 @@ #upstream_1240.patch gradle_build.patch disable_automatic_upgrade_check.patch +xjc.patch diff --git a/debian/patches/xjc.patch b/debian/patches/xjc.patch new file mode 100644 index 0000000..b3d4a60 --- /dev/null +++ b/debian/patches/xjc.patch @@ -0,0 +1,12 @@ +--- a/xjc.gradle ++++ b/xjc.gradle +@@ -3,7 +3,8 @@ + } + + dependencies { +- xjc 'com.sun.xml.bind:jaxb-xjc:2.2.4-1' ++ xjc 'com.sun.xml.bind:jaxb-impl:2.2.5' ++ xjc 'com.sun.xml.bind:jaxb-xjc:2.2.5' + } + + task xjc { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

