Bug 345729 change name of key classes

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3210 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Jesse McConnell 2011-05-18 21:35:43 +00:00
parent b1edad57e4
commit 310cc72448
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ import org.eclipse.jetty.util.resource.Resource;
import org.eclipse.jetty.webapp.WebAppContext; import org.eclipse.jetty.webapp.WebAppContext;
import org.eclipse.jetty.xml.XmlConfiguration; import org.eclipse.jetty.xml.XmlConfiguration;
public class GlobalJettyXmlBinding implements AppLifeCycle.Binding public class GlobalWebappConfigBinding implements AppLifeCycle.Binding
{ {
private String _jettyXml; private String _jettyXml;

View File

@ -34,7 +34,7 @@ import org.junit.Test;
/** /**
* Tests {@link ScanningAppProvider} as it starts up for the first time. * Tests {@link ScanningAppProvider} as it starts up for the first time.
*/ */
public class GlobalJettyXmlBindingTest public class GlobalWebappConfigBindingTest
{ {
@Rule @Rule
public TestingDir testdir = new TestingDir(); public TestingDir testdir = new TestingDir();

View File

@ -35,7 +35,7 @@
<Ref id="DeploymentManager"> <Ref id="DeploymentManager">
<Call name="addLifeCycleBinding"> <Call name="addLifeCycleBinding">
<Arg> <Arg>
<New class="org.eclipse.jetty.deploy.bindings.GlobalJettyXmlBinding"> <New class="org.eclipse.jetty.deploy.bindings.GlobalWebappConfigBinding">
<Set name="jettyXml">file://<SystemProperty name="jetty.home" />/context-binding-test-1.xml</Set> <Set name="jettyXml">file://<SystemProperty name="jetty.home" />/context-binding-test-1.xml</Set>
</New> </New>
</Arg> </Arg>