From: markt Date: Tue, 22 Sep 2009 15:25:46 +0000 (+0000) Subject: I refactored the location and missed this one in the previous commit. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=822faafe68516e18e8b7f8933b4fcc20a0563ace;p=tomcat7.0 I refactored the location and missed this one in the previous commit. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@817699 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/startup/ContextRuleSet.java b/java/org/apache/catalina/startup/ContextRuleSet.java index 762ae73a5..b37cd5344 100644 --- a/java/org/apache/catalina/startup/ContextRuleSet.java +++ b/java/org/apache/catalina/startup/ContextRuleSet.java @@ -204,7 +204,7 @@ public class ContextRuleSet extends RuleSetBase { "addWrapperListener", 0); digester.addObjectCreate(prefix + "Context/JarScanner", - "org.apache.catalina.deploy.DefaultJarScanner", + "org.apache.catalina.startup.DefaultJarScanner", "className"); digester.addSetProperties(prefix + "Context/JarScanner"); digester.addSetNext(prefix + "Context/JarScanner",