Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2013-01-06 23:36:03 +0000
committerJan Bartel2013-01-06 23:36:03 +0000
commitfc9cbbf8762e909b0abfda63cfa5985c5ba15392 (patch)
treecdabe033d99921d8ec3a337b30df722206fb6413 /jetty-start/src/main/resources/org/eclipse/jetty
parentc23f722286e79c033f8adaf0faf3b5f6e30c3efc (diff)
downloadorg.eclipse.jetty.project-fc9cbbf8762e909b0abfda63cfa5985c5ba15392.tar.gz
org.eclipse.jetty.project-fc9cbbf8762e909b0abfda63cfa5985c5ba15392.tar.xz
org.eclipse.jetty.project-fc9cbbf8762e909b0abfda63cfa5985c5ba15392.zip
397321 - Wrong condition in default start.config for annotations
Diffstat (limited to 'jetty-start/src/main/resources/org/eclipse/jetty')
-rw-r--r--jetty-start/src/main/resources/org/eclipse/jetty/start/start.config4
1 files changed, 2 insertions, 2 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 c75ffd022c..04386334e9 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
@@ -128,8 +128,8 @@ $(jetty.home)/lib/jetty-plus-${version}.jar
$(jetty.home)/lib/jndi/** exists $(jetty.home)/lib/jndi
[All,annotations]
-$(jetty.home)/lib/jetty-annotations-$(version).jar ! available org.eclipse.jetty.annotations.AnnotationFinder
-$(jetty.home)/lib/annotations/** exists $(jetty.home)/lib/jndi
+$(jetty.home)/lib/jetty-annotations-$(version).jar ! available org.eclipse.jetty.annotations.AnnotationParser
+$(jetty.home)/lib/annotations/** exists $(jetty.home)/lib/annotations
[All,setuid]
$(jetty.home)/lib/jetty-setuid-$(version).jar ! available org.eclipse.jetty.setuid.SetUID

Back to the top