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:
parent
b1edad57e4
commit
310cc72448
|
@ -12,7 +12,7 @@ import org.eclipse.jetty.util.resource.Resource;
|
|||
import org.eclipse.jetty.webapp.WebAppContext;
|
||||
import org.eclipse.jetty.xml.XmlConfiguration;
|
||||
|
||||
public class GlobalJettyXmlBinding implements AppLifeCycle.Binding
|
||||
public class GlobalWebappConfigBinding implements AppLifeCycle.Binding
|
||||
{
|
||||
|
||||
private String _jettyXml;
|
|
@ -34,7 +34,7 @@ import org.junit.Test;
|
|||
/**
|
||||
* Tests {@link ScanningAppProvider} as it starts up for the first time.
|
||||
*/
|
||||
public class GlobalJettyXmlBindingTest
|
||||
public class GlobalWebappConfigBindingTest
|
||||
{
|
||||
@Rule
|
||||
public TestingDir testdir = new TestingDir();
|
|
@ -35,7 +35,7 @@
|
|||
<Ref id="DeploymentManager">
|
||||
<Call name="addLifeCycleBinding">
|
||||
<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>
|
||||
</New>
|
||||
</Arg>
|
||||
|
|
Loading…
Reference in New Issue