proyal 2003/09/10 10:42:04
Modified: src/java/org/apache/cocoon/components/treeprocessor
TreeProcessor.java
Log:
Continue removing LogKitManager / LogKitManageable from the codebase
Revision Changes Path
1.14 +2 -14
cocoon-2.1/src/java/org/apache/cocoon/components/treeprocessor/TreeProcessor.java
Index: TreeProcessor.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/java/org/apache/cocoon/components/treeprocessor/TreeProcessor.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- TreeProcessor.java 31 Aug 2003 20:33:19 -0000 1.13
+++ TreeProcessor.java 10 Sep 2003 17:42:04 -0000 1.14
@@ -58,8 +58,6 @@
import org.apache.avalon.excalibur.component.RoleManageable;
import org.apache.avalon.excalibur.component.RoleManager;
-import org.apache.avalon.excalibur.logger.LogKitManageable;
-import org.apache.avalon.excalibur.logger.LogKitManager;
import org.apache.avalon.framework.activity.Disposable;
import org.apache.avalon.framework.component.ComponentException;
import org.apache.avalon.framework.component.ComponentManager;
@@ -101,7 +99,6 @@
Processor,
Composable,
Configurable,
- LogKitManageable,
RoleManageable,
Contextualizable,
Disposable {
@@ -120,9 +117,6 @@
/** The component manager */
protected ComponentManager manager;
- /** The logkit manager to get Loggers */
- protected LogKitManager logKit;
-
/** The role manager */
protected RoleManager roleManager;
@@ -187,7 +181,6 @@
this.enableLogging(parent.getLogger());
this.context = parent.context;
this.roleManager = parent.roleManager;
- this.logKit = parent.logKit;
this.builderSelector = parent.builderSelector;
this.checkReload = parent.checkReload;
this.lastModifiedDelay = parent.lastModifiedDelay;
@@ -226,10 +219,6 @@
this.manager = manager;
}
- public void setLogKitManager(LogKitManager logKit) {
- this.logKit = logKit;
- }
-
public void setRoleManager(RoleManager rm) {
this.roleManager = rm;
}
@@ -287,7 +276,6 @@
this.context,
this.manager,
this.roleManager,
- this.logKit,
builtin
);
} catch(ConfigurationException ce) {
@@ -302,7 +290,7 @@
* @return If the processing is successfull <code>true</code> is
returned.
* If not match is found in the sitemap <code>false</code>
* is returned.
- * @throws ResourceNotFoundException If a sitemap component tries
+ * @throws org.apache.cocoon.ResourceNotFoundException If a sitemap
component tries
* to access a resource which can not
* be found, e.g. the generator
* ConnectionResetException If the connection was reset