Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2014-04-16 09:06:34 +0000
committerSimone Bordet2014-04-16 09:06:50 +0000
commit40c82a99abf5cd336a66699b3f9297674450b762 (patch)
tree13954bb5c3190dbfa865d2d5a400c7262ecc859f /jetty-spdy
parent361d8e5bd21de3f5d92641ec00164f1a334ea4fc (diff)
downloadorg.eclipse.jetty.project-40c82a99abf5cd336a66699b3f9297674450b762.tar.gz
org.eclipse.jetty.project-40c82a99abf5cd336a66699b3f9297674450b762.tar.xz
org.eclipse.jetty.project-40c82a99abf5cd336a66699b3f9297674450b762.zip
Added profile in the main pom.xml to build with JDK 7u55.
Added new NPN module files for JDK 7u55, referencing the new NPN version required by JDK 7u55.
Diffstat (limited to 'jetty-spdy')
-rw-r--r--jetty-spdy/spdy-http-server/src/main/config/modules/npn/npn-1.7.0_55.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/jetty-spdy/spdy-http-server/src/main/config/modules/npn/npn-1.7.0_55.mod b/jetty-spdy/spdy-http-server/src/main/config/modules/npn/npn-1.7.0_55.mod
new file mode 100644
index 0000000000..06387a2bbf
--- /dev/null
+++ b/jetty-spdy/spdy-http-server/src/main/config/modules/npn/npn-1.7.0_55.mod
@@ -0,0 +1,9 @@
+[name]
+npn-boot
+
+[files]
+http://central.maven.org/maven2/org/mortbay/jetty/npn/npn-boot/1.1.7.v20140316/npn-boot-1.1.7.v20140316.jar:lib/npn/npn-boot-1.1.7.v20140316.jar
+
+[ini-template]
+--exec
+-Xbootclasspath/p:lib/npn/npn-boot-1.1.7.v20140316.jar

Back to the top