Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2013-03-05 06:03:07 +0000
committerJan Bartel2013-03-05 06:03:07 +0000
commita4f2e743d0e5fa828a79bfe5f5c572892fdb1948 (patch)
tree5f3ffc68f9b81634844d31ceb5d5298ab9f66ad8
parentcde549c0e8b479b87ae04a52720690545c372f37 (diff)
downloadorg.eclipse.jetty.project-a4f2e743d0e5fa828a79bfe5f5c572892fdb1948.tar.gz
org.eclipse.jetty.project-a4f2e743d0e5fa828a79bfe5f5c572892fdb1948.tar.xz
org.eclipse.jetty.project-a4f2e743d0e5fa828a79bfe5f5c572892fdb1948.zip
399070 add updated version of npn-boot jar to start.ini
-rw-r--r--jetty-distribution/src/main/resources/start.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/jetty-distribution/src/main/resources/start.ini b/jetty-distribution/src/main/resources/start.ini
index b927a2bddf..641b19c901 100644
--- a/jetty-distribution/src/main/resources/start.ini
+++ b/jetty-distribution/src/main/resources/start.ini
@@ -161,21 +161,21 @@ etc/jetty-http.xml
#
# SPDY requires the NPN jar iwhich must be separately downloaded:
#
-# http://repo1.maven.org/maven2/org/mortbay/jetty/npn/npn-boot/1.1.1.v20121030/npn-boot-1.1.1.v20121030.jar
+# http://repo1.maven.org/maven2/org/mortbay/jetty/npn/npn-boot/1.1.2.v20130305/npn-boot-1.1.2.v20130305.jar
#
-# Which should be saved in lib/npn-boot-1.1.1.v20121030.jar
+# Which should be saved in lib/npn-boot-1.1.2.v20130305.jar
#
# To include the NPN jar on the boot path, you must either:
#
# a) enable --exec above and uncomment the -Xbootclass line
# below
#
-# b) Add -Xbootclasspath/p:lib/npn-boot-1.1.1.v20121030.jar
+# b) Add -Xbootclasspath/p:lib/npn-boot-1.1.2.v20130305.jar
# to the command line when running jetty.
#
#-----------------------------------------------------------
# OPTIONS=spdy
-# -Xbootclasspath/p:lib/npn-boot-1.1.1.v20121030.jar
+# -Xbootclasspath/p:lib/npn-boot-1.1.2.v20130305.jar
# etc/jetty-spdy.xml
#===========================================================

Back to the top