This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jetty9.
commit 8c559c0bb6562ea93bb6545826c2ca4555af9fb3 Author: Emmanuel Bourg <[email protected]> Date: Wed Dec 2 12:02:24 2015 +0100 Removed the JDK_DIRS variable from /etc/default/jetty8 --- debian/changelog | 1 + debian/jetty8.default | 8 +++----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index e489fbd..4b059df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ jetty8 (8.1.18-3) UNRELEASED; urgency=medium * Removed the unused commons-daemon.jar and tools.jar from the start classpath * Invoke Jetty with 'java -jar start.jar' instead of 'java -cp start.jar org.eclipse.jetty.start.Main' + * Removed the JDK_DIRS variable from /etc/default/jetty8 -- Emmanuel Bourg <[email protected]> Wed, 02 Dec 2015 10:05:19 +0100 diff --git a/debian/jetty8.default b/debian/jetty8.default index 27f211d..1c322d8 100644 --- a/debian/jetty8.default +++ b/debian/jetty8.default @@ -28,13 +28,11 @@ VERBOSE=yes # Extra options to pass to the JVM #JAVA_OPTIONS="-Xmx256m -Djava.awt.headless=true" -# Home of Java installation. +# The home directory of the Java Runtime Environment (JRE). You need at least +# Java 6. If JAVA_HOME is not set, some common directories for OpenJDK and +# the Oracle JDK are tried. #JAVA_HOME= -# The first existing directory is used for JAVA_HOME (if JAVA_HOME is not -# defined in /etc/default/jetty). Should contain a list of space separated directories. -#JDK_DIRS="/usr/lib/jvm/default-java /usr/lib/jvm/java-6-sun" - # Java compiler to use for translating JavaServer Pages (JSPs). You can use all # compilers that are accepted by Ant's build.compiler property. #JSP_COMPILER=jikes -- 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

