Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2012-03-14 23:47:16 +0000
committerJan Bartel2012-03-14 23:47:16 +0000
commit64e526dad4fb4456fd9e301edb2b41ff73b96f04 (patch)
tree5057574413be75f30224f2f433922a955f2dbf79 /jetty-start
parent83ce567e66bc8ef1e1ea03187722b5511b2b2d58 (diff)
downloadorg.eclipse.jetty.project-64e526dad4fb4456fd9e301edb2b41ff73b96f04.tar.gz
org.eclipse.jetty.project-64e526dad4fb4456fd9e301edb2b41ff73b96f04.tar.xz
org.eclipse.jetty.project-64e526dad4fb4456fd9e301edb2b41ff73b96f04.zip
Remove duplicate websocket entry in start.config
Diffstat (limited to 'jetty-start')
-rw-r--r--jetty-start/src/main/resources/org/eclipse/jetty/start/start.config3
1 files changed, 0 insertions, 3 deletions
diff --git a/jetty-start/src/main/resources/org/eclipse/jetty/start/start.config b/jetty-start/src/main/resources/org/eclipse/jetty/start/start.config
index ca2d0ae5ea..23bb426162 100644
--- a/jetty-start/src/main/resources/org/eclipse/jetty/start/start.config
+++ b/jetty-start/src/main/resources/org/eclipse/jetty/start/start.config
@@ -142,9 +142,6 @@ $(jetty.home)/lib/jetty-policy-$(version).jar
$(jetty.home)/lib/jetty-http-$(version).jar ! available org.eclipse.jetty.http.HttpParser
$(jetty.home)/lib/jetty-client-$(version).jar ! available org.eclipse.jetty.client.HttpClient
-[All,websocket]
-$(jetty.home)/lib/jetty-websocket-$(version).jar ! available org.eclipse.jetty.websocket.WebSocket
-
[Client]
$(jetty.home)/lib/jetty-http-$(version).jar ! available org.eclipse.jetty.http.HttpParser

Back to the top