cziegeler 2003/01/27 02:37:15
Modified: src/java/org/apache/cocoon/generation
ServerPagesGenerator.java
src/java/org/apache/cocoon/environment
AbstractEnvironment.java
src/blocks/session-fw/java/org/apache/cocoon/webapps/session/transformation
SessionPreTransformer.java
src/java/org/apache/cocoon/components/source/impl
SourceDeferredValidity.java
src/java/org/apache/cocoon/components/modules/input
DigestMetaModule.java
Log:
Remove unused imports
Revision Changes Path
1.26 +1 -2
xml-cocoon2/src/java/org/apache/cocoon/generation/ServerPagesGenerator.java
Index: ServerPagesGenerator.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/generation/ServerPagesGenerator.java,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ServerPagesGenerator.java 25 Jan 2003 02:58:57 -0000 1.25
+++ ServerPagesGenerator.java 27 Jan 2003 10:37:15 -0000 1.26
@@ -57,7 +57,6 @@
import org.apache.avalon.framework.configuration.Configurable;
import org.apache.avalon.framework.configuration.Configuration;
import org.apache.avalon.framework.configuration.ConfigurationException;
-import org.apache.avalon.framework.logger.LogEnabled;
import org.apache.avalon.framework.parameters.Parameters;
import org.apache.cocoon.ProcessingException;
import org.apache.cocoon.ResourceNotFoundException;
1.34 +1 -2
xml-cocoon2/src/java/org/apache/cocoon/environment/AbstractEnvironment.java
Index: AbstractEnvironment.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/environment/AbstractEnvironment.java,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- AbstractEnvironment.java 16 Jan 2003 14:33:32 -0000 1.33
+++ AbstractEnvironment.java 27 Jan 2003 10:37:15 -0000 1.34
@@ -53,7 +53,6 @@
import org.apache.avalon.excalibur.collections.IteratorEnumeration;
import org.apache.avalon.framework.component.ComponentManager;
-import org.apache.avalon.framework.component.ComponentException;
import org.apache.avalon.framework.logger.AbstractLogEnabled;
import org.apache.cocoon.ProcessingException;
1.5 +0 -1
xml-cocoon2/src/blocks/session-fw/java/org/apache/cocoon/webapps/session/transformation/SessionPreTransformer.java
Index: SessionPreTransformer.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/blocks/session-fw/java/org/apache/cocoon/webapps/session/transformation/SessionPreTransformer.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- SessionPreTransformer.java 10 Jan 2003 21:12:07 -0000 1.4
+++ SessionPreTransformer.java 27 Jan 2003 10:37:15 -0000 1.5
@@ -58,7 +58,6 @@
import org.apache.cocoon.environment.SourceResolver;
import org.apache.cocoon.webapps.session.SessionConstants;
import org.apache.excalibur.source.SourceParameters;
-import org.w3c.dom.DocumentFragment;
import org.xml.sax.Attributes;
import org.xml.sax.SAXException;
1.3 +1 -3
xml-cocoon2/src/java/org/apache/cocoon/components/source/impl/SourceDeferredValidity.java
Index: SourceDeferredValidity.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/source/impl/SourceDeferredValidity.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SourceDeferredValidity.java 13 Jan 2003 13:12:30 -0000 1.2
+++ SourceDeferredValidity.java 27 Jan 2003 10:37:15 -0000 1.3
@@ -50,8 +50,6 @@
*/
package org.apache.cocoon.components.source.impl;
-import java.io.Serializable;
-
import org.apache.excalibur.source.Source;
import org.apache.excalibur.source.SourceValidity;
import org.apache.excalibur.source.impl.validity.DeferredValidity;
1.13 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/modules/input/DigestMetaModule.java
Index: DigestMetaModule.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/modules/input/DigestMetaModule.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- DigestMetaModule.java 17 Jan 2003 11:31:55 -0000 1.12
+++ DigestMetaModule.java 27 Jan 2003 10:37:15 -0000 1.13
@@ -118,7 +118,7 @@
this.defaultProvider =
this.inputConf.getAttribute("provider",this.defaultProvider);
this.defaultSalt = this.inputConf.getAttribute("salt",this.defaultSalt);
this.defaultEncode = this.inputConf.getAttribute("encode","false");
- if (this.encodingNames.get(this.defaultEncode) == null) {
+ if (encodingNames.get(this.defaultEncode) == null) {
if (getLogger().isErrorEnabled())
getLogger().error("Requested encoding is unknown:
"+this.defaultEncode);
this.defaultEncode="false";
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]