This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository bnd.
commit 613b13df3c9bf44692c18fdaa285bf0b11d90354 Author: Emmanuel Bourg <[email protected]> Date: Wed Dec 16 09:24:32 2015 +0100 Added the missing resources to the bootstrap jar --- debian/bootstrap.xml | 3 +++ debian/changelog | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/bootstrap.xml b/debian/bootstrap.xml index 6c76c60..fbdd7a7 100644 --- a/debian/bootstrap.xml +++ b/debian/bootstrap.xml @@ -30,6 +30,9 @@ file="biz.aQute.bnd/src/aQute/bnd/ant/taskdef.properties" /> <jar destfile="bootstrap/bnd.jar"> <fileset dir="bootstrap/build/"/> + <fileset dir="aQute.libg/src" includes="**/packageinfo"/> + <fileset dir="biz.aQute.bndlib/src" includes="**/packageinfo,**/*.bnd,**/*.info,**/*.txt,**/*.xml,**/*.properties"/> + <fileset dir="biz.aQute.bnd/src" includes="**/packageinfo,**/*.xml,**/*.xslt,**/*.xsl,**/*.bash"/> </jar> </target> diff --git a/debian/changelog b/debian/changelog index a908004..f8a24e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ bnd (2.2.0-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches - Updated the Maven poms + - Added the missing resources to the bootstrap jar * Restored the Java 8 compatibility patch * Use XZ compression for the upstream tarball -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bnd.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

