Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2010-04-07 20:04:37 +0000
committerJan Bartel2010-04-07 20:04:37 +0000
commite89eab77f3cf67cf719e618d4bf94f7c152c02d1 (patch)
treefa4c040c460f197968baffc0aef1847d377de6c0 /jetty-plus
parentac50ff46f3386fef7f07fc2f262bf513d95f09c7 (diff)
downloadorg.eclipse.jetty.project-e89eab77f3cf67cf719e618d4bf94f7c152c02d1.tar.gz
org.eclipse.jetty.project-e89eab77f3cf67cf719e618d4bf94f7c152c02d1.tar.xz
org.eclipse.jetty.project-e89eab77f3cf67cf719e618d4bf94f7c152c02d1.zip
jetty-plus.xml was not finished being ported to jetty-7 because it still referred to addLifeCycle instead of addBean. Also added AnnotationConfiguration in as part of plusConfig
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1477 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'jetty-plus')
-rw-r--r--jetty-plus/src/main/config/etc/jetty-plus.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jetty-plus/src/main/config/etc/jetty-plus.xml b/jetty-plus/src/main/config/etc/jetty-plus.xml
index 3a9375f314..8aece6ab3e 100644
--- a/jetty-plus/src/main/config/etc/jetty-plus.xml
+++ b/jetty-plus/src/main/config/etc/jetty-plus.xml
@@ -47,6 +47,7 @@
<Item>org.eclipse.jetty.webapp.FragmentConfiguration</Item>
<Item>org.eclipse.jetty.plus.webapp.EnvConfiguration</Item>
<Item>org.eclipse.jetty.plus.webapp.Configuration</Item>
+ <Item>org.eclipse.jetty.annotations.AnnotationConfiguration</Item>
<Item>org.eclipse.jetty.webapp.JettyWebXmlConfiguration</Item>
<Item>org.eclipse.jetty.webapp.TagLibConfiguration</Item>
</Array>

Back to the top