This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository lombok.
commit 47411e5b7fc6cd3befcaca5346887154127b44c8 Author: Markus Koschany <[email protected]> Date: Mon Feb 15 19:48:11 2016 +0100 Update build.patch and include tools.jar explicitly. --- debian/patches/build.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/build.patch b/debian/patches/build.patch index f861c8b..fa339f6 100644 --- a/debian/patches/build.patch +++ b/debian/patches/build.patch @@ -27,8 +27,8 @@ index e157632..ad8118c 100644 + <fileset dir="/usr/lib/eclipse/plugins/"> + <include name="*.jar" /> + </fileset> -+ <fileset dir="/usr/lib/jvm/java-8-openjdk-amd64/lib/"> -+ <include name="*.jar" /> ++ <fileset dir="/usr/lib/jvm/**"> ++ <include name="tools.jar" /> + </fileset> </path> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lombok.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

