This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jetty9.
commit c84349cf97eb6660bf79d33c2baabebad407684e Author: Ludovico Cavedon <[email protected]> Date: Thu Dec 5 22:20:15 2013 -0800 Added jars in libjetty8-java for: jetty-jaspi, jetty-jsp, jetty-nested, jetty-websocket (Closes: #724973) --- debian/changelog | 9 +++++++-- debian/rules | 6 ++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 10b7d80..9d3ba1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,16 @@ -jetty8 (8.1.3-9) UNRELEASED; urgency=low +jetty8 (8.1.3-9) unstable; urgency=low + [ Emmanuel Bourg ] * Team upload. * Use the Tomcat 7 jars from /usr/share/tomcat7/lib * Updated Standards-Version to 3.9.5 (no changes) * debian/copyright: Updated the Format URI - -- Emmanuel Bourg <[email protected]> Thu, 07 Nov 2013 10:01:43 +0100 + [ Ludovico Cavedon ] + * Added jars in libjetty8-java for: jetty-jaspi, jetty-jsp, jetty-nested, + jetty-websocket (Closes: #724973). + + -- Ludovico Cavedon <[email protected]> Thu, 05 Dec 2013 22:20:15 -0800 jetty8 (8.1.3-8) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 6407a12..0553ff9 100755 --- a/debian/rules +++ b/debian/rules @@ -11,8 +11,10 @@ DEB_MAVEN_INSTALL_DOC_TARGET := DEB_MAVEN_DOC_TARGET := javadoc:aggregate DEB_MAVEN_ARGS := -P-aggregates -P-osgi -LIBJETTY_JARS := continuation deploy http io jmx overlay-deployer policy rewrite security \ - server servlet servlets start util webapp xml +LIBJETTY_JARS := continuation deploy http io jaspi jmx jsp nested \ + overlay-deployer policy rewrite security server servlet servlets start util \ + webapp websocket xml + LIBJETTY_EXTRA_JARS := ajp annotations client jndi monitor plus -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty9.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

