This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jetty9.
commit c5dcca02c807e1e1259d85bb32e66fb75c2cc536 Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 29 16:00:25 2014 +0200 Updated the location of the webapps directory in jetty-shared-webapps.xml --- debian/changelog | 1 + debian/jetty-shared-webapps.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 28f05d1..a51b7f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ jetty8 (8.1.15-1) UNRELEASED; urgency=medium - Refreshed the patches - Ignore the Maven dependency on the Mycila maven-license-plugin * debian/watch: Watch the tags from the Git repository + * debian/jetty-shared-webapps.xml: Updated the path of the webapps directory -- Emmanuel Bourg <[email protected]> Wed, 30 Jul 2014 16:01:22 +0200 diff --git a/debian/jetty-shared-webapps.xml b/debian/jetty-shared-webapps.xml index 9a8cc78..0c1fee8 100644 --- a/debian/jetty-shared-webapps.xml +++ b/debian/jetty-shared-webapps.xml @@ -3,7 +3,7 @@ <!-- =============================================================== --> <!-- Configure the Jetty Server to use webapps located in --> -<!-- /usr/share/java/webapps --> +<!-- /usr/share/jetty8/webapps --> <!-- --> <!-- Documentation of this file format can be found at: --> <!-- http://docs.codehaus.org/display/JETTY/jetty.xml --> @@ -21,7 +21,7 @@ <!-- non standard contexts (see ContextDeployer above). --> <!-- --> <!-- This deployer is configured to deploy webapps from the --> - <!-- /usr/share/jetty/webapps directory --> + <!-- /usr/share/jetty8/webapps directory --> <!-- --> <!-- Normally only one type of deployer need be used. --> <!-- --> -- 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

