This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tomcat7.
commit ee7f9465347e7d86cc7fb65f0f7c420fec67b388 Author: Emmanuel Bourg <[email protected]> Date: Tue Aug 4 15:07:25 2015 +0200 Install the missing WebSocket jars in /usr/share/tomcat7/lib/ (Closes: #787220, LP: #1326687) --- debian/changelog | 2 ++ debian/tomcat7-common.install | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 98fd9dc..57c2a0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ tomcat7 (7.0.63-2) UNRELEASED; urgency=medium * Team upload. + * Install the missing WebSocket jars in /usr/share/tomcat7/lib/ + (Closes: #787220, LP: #1326687) * Changed the authbind configuration to allow IPv6 connections (LP: #1443041) * Fixed an upgrade error when /etc/tomcat7/tomcat-users.xml is removed (LP: #1010791) diff --git a/debian/tomcat7-common.install b/debian/tomcat7-common.install index 60e490d..27dd8de 100644 --- a/debian/tomcat7-common.install +++ b/debian/tomcat7-common.install @@ -1,2 +1,4 @@ output/build/bin/bootstrap.jar /usr/share/tomcat7/bin/ +output/build/lib/websocket-api.jar /usr/share/tomcat7/lib/ +output/build/lib/tomcat7-websocket.jar /usr/share/tomcat7/lib/ bin/* /usr/share/tomcat7/bin/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat7.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

