This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-interactivity-api.
commit f9508b6cfba2b88c6db2ddfaf09d410aa7298ff2 Author: Paul Cager <[email protected]> Date: Thu Jul 19 22:23:29 2007 +0000 Added components.xml to the Jar - otherwise it fails to find default handlers --- debian/build.xml | 8 ++++---- debian/changelog | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/build.xml b/debian/build.xml index 97b86a5..7f36613 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -51,10 +51,10 @@ <target name="jar" depends="compile"> <delete file="${jar}"/> - <jar jarfile="${jar}" - basedir="${build.dir}" - includes="**/*.class,**/*.properties" - /> + <jar jarfile="${jar}"> + <fileset dir="${build.dir}" includes="**/*.class,**/*.properties"/> + <fileset dir="${src.dir}/main/resources/" /> + </jar> </target> <target name="javadoc" depends="init"> diff --git a/debian/changelog b/debian/changelog index bf9c30e..24b742d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +plexus-interactivity-api (1.0-alpha-6-2) unstable; urgency=low + + * Include META-INF/plexus/components.xml in Jar + + -- Paul Cager <[email protected]> Thu, 19 Jul 2007 23:16:27 +0100 + plexus-interactivity-api (1.0-alpha-6-1) unstable; urgency=low * Revert to stable release. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-interactivity-api.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

