Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2009-12-08 12:34:44 +0000
committerGreg Wilkins2009-12-08 12:34:44 +0000
commit07d9656136bf63b3f063a08ef6f6ac7f184d876a (patch)
treeaed1e69c6cee1e1c0b885ab960c6a15fd3a4a090 /jetty-deploy/src/test/resources/jetty-deploymgr-contexts.xml
parent02c44adedefea731a98931d909f5376b37f8f792 (diff)
downloadorg.eclipse.jetty.project-07d9656136bf63b3f063a08ef6f6ac7f184d876a.tar.gz
org.eclipse.jetty.project-07d9656136bf63b3f063a08ef6f6ac7f184d876a.tar.xz
org.eclipse.jetty.project-07d9656136bf63b3f063a08ef6f6ac7f184d876a.zip
some simplifications of the graph classes
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1133 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'jetty-deploy/src/test/resources/jetty-deploymgr-contexts.xml')
-rw-r--r--jetty-deploy/src/test/resources/jetty-deploymgr-contexts.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-deploy/src/test/resources/jetty-deploymgr-contexts.xml b/jetty-deploy/src/test/resources/jetty-deploymgr-contexts.xml
index df27c6e13c..975f24bff9 100644
--- a/jetty-deploy/src/test/resources/jetty-deploymgr-contexts.xml
+++ b/jetty-deploy/src/test/resources/jetty-deploymgr-contexts.xml
@@ -10,7 +10,7 @@
<Ref id="Contexts" />
</Set>
<Set name="configurationManager">
- <New class="org.eclipse.jetty.deploy.support.FileConfigurationManager">
+ <New class="org.eclipse.jetty.deploy.FileConfigurationManager">
<Set name="file">
<Property name="test.targetdir" default="target" />/xml-configured-jetty.properties
</Set>

Back to the top