[lombok] 01/05: include javax.annotation.processing.Processor META-INF

Hans-Christoph Steiner eighthave at moszumanska.debian.org
Tue Dec 29 22:07:59 UTC 2015


This is an automated email from the git hooks/post-receive script.

eighthave pushed a commit to branch master
in repository lombok.

commit 34d68fadf7bb95bb143071098d7541350be1a67e
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Fri Dec 18 11:37:28 2015 +0100

    include javax.annotation.processing.Processor META-INF
    
    This is needed to declare the annotations
---
 debian/build.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/build.xml b/debian/build.xml
index d20a50b..49a9967 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -157,6 +157,12 @@
     <copy todir="build/lombok">
       <fileset dir="build/lombok-utils" />
     </copy>
+
+    <delete file="build/lombok/META-INF/services/javax.annotation.processing.Processor" quiet="true" />
+    <mkdir dir="build/lombok/META-INF" />
+    <mkdir dir="build/lombok/META-INF/services" />
+    <echo file="build/lombok/META-INF/services/javax.annotation.processing.Processor">lombok.launch.AnnotationProcessorHider$AnnotationProcessor</echo>
+
     <jar destfile="dist/lombok-${lombok.version}.jar">
       <fileset dir="build/lombok" />
       <fileset dir="." includes="LICENSE" />

-- 
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