Build cleanup post-refactor

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@884 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Joakim Erdfelt 2009-09-11 17:43:42 +00:00
parent c148b97ffc
commit e8ccebcc67
3 changed files with 3 additions and 4 deletions

View File

@ -8,9 +8,8 @@
<Configure id="Server" class="org.eclipse.jetty.server.Server"> <Configure id="Server" class="org.eclipse.jetty.server.Server">
<Call name="addBean"> <Call name="addBean">
<Arg> <Arg>
<New class="org.eclipse.jetty.logging.CentralizedLogging"> <New class="org.eclipse.jetty.webapp.logging.CentralizedLogging">
<Set name="server"><Ref id="Server" /></Set> <Set name="server"><Ref id="Server" /></Set>
<Set name="configurationFilename"><SystemProperty name="jetty.home" default="."/>/etc/jetty-centralized-logging.properties</Set>
</New> </New>
</Arg> </Arg>
</Call> </Call>

View File

@ -47,7 +47,7 @@ public class CentralizedLoggingTest extends TestCase
jetty = new XmlConfiguredJetty(this); jetty = new XmlConfiguredJetty(this);
jetty.addConfiguration("jetty.xml"); jetty.addConfiguration("jetty.xml");
jetty.addConfiguration("jetty-centralized-logging.xml"); jetty.addConfiguration("jetty-webapp-logging.xml");
jetty.load(); jetty.load();

View File

@ -8,7 +8,7 @@
<Configure id="Server" class="org.eclipse.jetty.server.Server"> <Configure id="Server" class="org.eclipse.jetty.server.Server">
<Call name="addBean"> <Call name="addBean">
<Arg> <Arg>
<New class="org.eclipse.jetty.logging.CentralizedLogging"> <New class="org.eclipse.jetty.webapp.logging.CentralizedLogging">
<Set name="server"><Ref id="Server" /></Set> <Set name="server"><Ref id="Server" /></Set>
<Set name="configurationFilename"><SystemProperty name="test.resourcesdir" default="src/test/resources"/>/logger/testing.properties</Set> <Set name="configurationFilename"><SystemProperty name="test.resourcesdir" default="src/test/resources"/>/logger/testing.properties</Set>
</New> </New>