This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jetty9.
commit dc667a5db8ed46edd6db15c575d8319e743b7f3e Author: Emmanuel Bourg <[email protected]> Date: Thu Dec 3 17:48:11 2015 +0100 Removed start.config --- debian/jetty9.default | 3 --- debian/jetty9.init | 4 ---- debian/jetty9.install | 1 - 3 files changed, 8 deletions(-) diff --git a/debian/jetty9.default b/debian/jetty9.default index 9721bfb..3edb499 100644 --- a/debian/jetty9.default +++ b/debian/jetty9.default @@ -27,9 +27,6 @@ VERBOSE=yes # Jetty uses a directory to store temporary files like unpacked webapps #JETTY_TMP=/var/cache/jetty9 -# Jetty uses a config file to setup its boot classpath -#JETTY_START_CONFIG=/etc/jetty9/start.config - # Default for number of days to keep old log files in /var/log/jetty9/ #LOGFILE_DAYS=14 diff --git a/debian/jetty9.init b/debian/jetty9.init index b3ebcad..5549cc9 100644 --- a/debian/jetty9.init +++ b/debian/jetty9.init @@ -133,9 +133,6 @@ JETTY_SHUTDOWN=30 # Jetty uses a directory to store temporary files like unpacked webapps JETTY_TMP=/var/cache/jetty$VERSION/data -# Jetty uses a config file to setup its boot classpath -JETTY_START_CONFIG=/etc/jetty$VERSION/start.config - # End of variables that can be overwritten in /etc/default/jetty # overwrite settings from default file @@ -175,7 +172,6 @@ export JAVA="$JAVA_HOME/bin/java" JAVA_OPTIONS="$JAVA_OPTIONS \ -Djava.io.tmpdir=$JETTY_TMP \ -Djava.library.path=/usr/lib \ - -DSTART=$JETTY_START_CONFIG \ -Djetty.home=$JETTY_HOME \ -Djetty.logs=$LOGDIR \ -Djetty.state=$JETTY_STATE" diff --git a/debian/jetty9.install b/debian/jetty9.install index 6d46c65..f440568 100644 --- a/debian/jetty9.install +++ b/debian/jetty9.install @@ -18,7 +18,6 @@ test-jetty-webapp/src/main/webapp/jetty_banner.gif usr/share/jetty9/default-ro jetty-distribution/src/main/resources/start.ini etc/jetty9 jetty-distribution/src/main/resources/etc/* etc/jetty9 jetty-distribution/src/main/resources/resources usr/share/jetty9 -jetty-start/target/classes/org/eclipse/jetty/start/start.config etc/jetty9 LICENSE-CONTRIBUTOR/cla-* usr/share/doc/jetty9/LICENSES LICENSE-CONTRIBUTOR/ccla-* usr/share/doc/jetty9/LICENSES -- 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

