Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-osgi/test-jetty-osgi-context')
-rw-r--r--jetty-osgi/test-jetty-osgi-context/src/main/context/acme.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-osgi/test-jetty-osgi-context/src/main/context/acme.xml b/jetty-osgi/test-jetty-osgi-context/src/main/context/acme.xml
index 5b5418d7fb..f6c5cf581a 100644
--- a/jetty-osgi/test-jetty-osgi-context/src/main/context/acme.xml
+++ b/jetty-osgi/test-jetty-osgi-context/src/main/context/acme.xml
@@ -8,7 +8,7 @@
<Arg><Property name="bundle.root"/></Arg>
</Call>
- <Ref>
+ <Ref refid="res">
<Call id="base" name="addPath">
<Arg>/static/</Arg>
</Call>

Back to the top