From cvs-return-15701-apmail-cocoon-cvs-archive=cocoon.apache.org@cocoon.apache.org Thu Nov 20 15:13:37 2003 Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 87428 invoked from network); 20 Nov 2003 15:13:37 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Nov 2003 15:13:37 -0000 Received: (qmail 4038 invoked by uid 500); 20 Nov 2003 15:13:33 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 3919 invoked by uid 500); 20 Nov 2003 15:13:32 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 3908 invoked by uid 500); 20 Nov 2003 15:13:32 -0000 Delivered-To: apmail-cocoon-2.1-cvs@apache.org Received: (qmail 3905 invoked from network); 20 Nov 2003 15:13:32 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 20 Nov 2003 15:13:32 -0000 Received: (qmail 87418 invoked by uid 1672); 20 Nov 2003 15:13:36 -0000 Date: 20 Nov 2003 15:13:36 -0000 Message-ID: <20031120151336.87416.qmail@minotaur.apache.org> From: joerg@apache.org To: cocoon-2.1-cvs@apache.org Subject: cvs commit: cocoon-2.1/src/blocks/batik/java/org/apache/cocoon/serialization SVGSerializer.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N joerg 2003/11/20 07:13:36 Modified: src/blocks/batik/java/org/apache/cocoon/serialization SVGSerializer.java Log: removed Composable Revision Changes Path 1.10 +2 -11 cocoon-2.1/src/blocks/batik/java/org/apache/cocoon/serialization/SVGSerializer.java Index: SVGSerializer.java =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/batik/java/org/apache/cocoon/serialization/SVGSerializer.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- SVGSerializer.java 9 Oct 2003 15:26:54 -0000 1.9 +++ SVGSerializer.java 20 Nov 2003 15:13:36 -0000 1.10 @@ -54,8 +54,6 @@ import java.io.OutputStream; import org.apache.avalon.excalibur.pool.Poolable; -import org.apache.avalon.framework.component.ComponentManager; -import org.apache.avalon.framework.component.Composable; import org.apache.avalon.framework.configuration.Configurable; import org.apache.avalon.framework.configuration.Configuration; import org.apache.avalon.framework.configuration.ConfigurationException; @@ -89,7 +87,7 @@ * @version CVS $Id$ */ public class SVGSerializer extends SVGBuilder -implements Composable, Serializer, Configurable, Poolable, CacheableProcessingComponent, Contextualizable { +implements Serializer, Configurable, Poolable, CacheableProcessingComponent, Contextualizable { /** * Get the context @@ -211,13 +209,6 @@ throw new ConfigurationException("No field available for parameter \"" + name + "\"", ex); } } - } - - /** - * Set the current ComponentManager instance used by this - * Composable. - */ - public void compose(ComponentManager manager) { } /**