[jetty8] 04/09: Removed the unused commons-daemon.jar and tools.jar from the start classpath
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Dec 2 12:28:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jetty8.
commit 67e3d3f27abae799803319a4959d5967d727ff31
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Dec 2 10:28:01 2015 +0100
Removed the unused commons-daemon.jar and tools.jar from the start classpath
---
debian/changelog | 1 +
debian/jetty8.init | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index ea325dd..95c19eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ jetty8 (8.1.18-3) UNRELEASED; urgency=medium
and the oracle-java{n > 7}-installer packages from webupd8.
* Updated the error message displayed when the JAVA_HOME variable defined
in /etc/default/jetty8 doesn't point to a JRE.
+ * Removed the unused commons-daemon.jar and tools.jar from the start classpath
-- Emmanuel Bourg <ebourg at apache.org> Wed, 02 Dec 2015 10:05:19 +0100
diff --git a/debian/jetty8.init b/debian/jetty8.init
index 1ebac88..b2c1e9a 100644
--- a/debian/jetty8.init
+++ b/debian/jetty8.init
@@ -208,7 +208,7 @@ export JAVA_OPTIONS
PIDFILE="/var/run/$NAME.pid"
WEBAPPDIR="$JETTY_HOME/webapps"
BOOTSTRAP_CLASS=org.eclipse.jetty.start.Main
-START_CLASSPATH="/usr/share/java/commons-daemon.jar:$START_JAR:$JAVA_HOME/lib/tools.jar"
+START_CLASSPATH="$START_JAR"
ROTATELOGS=/usr/sbin/rotatelogs
HOSTNAME=$(uname -n)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty8.git
More information about the pkg-java-commits
mailing list