[lombok] 01/02: Update build.patch and include tools.jar explicitly.

Markus Koschany apo-guest at moszumanska.debian.org
Mon Feb 15 18:54:37 GMT 2016


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 <apo at debian.org>
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



More information about the pkg-java-commits mailing list