Skip to content

Commit

Permalink
Removed goof which is not in open source CVS version
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cocoon/branches/cocoon-1@1045444 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
dirkx committed Nov 9, 1999
1 parent 7bc5ecd commit b2d470a
Show file tree
Hide file tree
Showing 89 changed files with 175 additions and 175 deletions.
4 changes: 2 additions & 2 deletions trunk/CVSROOT/src/org/apache/cocoon/Browsers.java
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: Browsers.java,v 1.2 1999-11-09 02:20:34 dirkx Exp $ --
/*-- $Id: Browsers.java,v 1.3 1999-11-09 02:29:01 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -58,7 +58,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* and those signature fragments used for mapping.
*
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:20:34 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:01 $
*/

public class Browsers extends Vector implements Configurable, Status {
Expand Down
4 changes: 2 additions & 2 deletions trunk/CVSROOT/src/org/apache/cocoon/Cocoon.java
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: Cocoon.java,v 1.2 1999-11-09 02:20:37 dirkx Exp $ --
/*-- $Id: Cocoon.java,v 1.3 1999-11-09 02:29:04 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -64,7 +64,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* separate different knowledge contexts in different processing layers.
*
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:20:37 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:04 $
*/

public class Cocoon extends HttpServlet implements Defaults {
Expand Down
4 changes: 2 additions & 2 deletions trunk/CVSROOT/src/org/apache/cocoon/Defaults.java
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: Defaults.java,v 1.2 1999-11-09 02:20:40 dirkx Exp $ --
/*-- $Id: Defaults.java,v 1.3 1999-11-09 02:29:08 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -54,7 +54,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* The Cocoon strings.
*
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:20:40 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:08 $
*/

public interface Defaults {
Expand Down
4 changes: 2 additions & 2 deletions trunk/CVSROOT/src/org/apache/cocoon/Engine.java
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: Engine.java,v 1.2 1999-11-09 02:20:40 dirkx Exp $ --
/*-- $Id: Engine.java,v 1.3 1999-11-09 02:29:11 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -71,7 +71,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* This class implements the engine that does all the document processing.
*
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:20:40 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:11 $
*/

public class Engine implements Defaults {
Expand Down
4 changes: 2 additions & 2 deletions trunk/CVSROOT/src/org/apache/cocoon/EngineWrapper.java
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: EngineWrapper.java,v 1.2 1999-11-09 02:20:41 dirkx Exp $ --
/*-- $Id: EngineWrapper.java,v 1.3 1999-11-09 02:29:14 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -62,7 +62,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* called even from other APIs or standalone applications.
*
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:20:41 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:14 $
*/

public class EngineWrapper extends Engine {
Expand Down
4 changes: 2 additions & 2 deletions trunk/CVSROOT/src/org/apache/cocoon/Frontend.java
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: Frontend.java,v 1.2 1999-11-09 02:20:41 dirkx Exp $ --
/*-- $Id: Frontend.java,v 1.3 1999-11-09 02:29:16 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -64,7 +64,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* smart publishing behavior. (ECS may be used instead).
*
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:20:41 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:16 $
*/

public class Frontend {
Expand Down
4 changes: 2 additions & 2 deletions trunk/CVSROOT/src/org/apache/cocoon/Utils.java
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: Utils.java,v 1.2 1999-11-09 02:20:42 dirkx Exp $ --
/*-- $Id: Utils.java,v 1.3 1999-11-09 02:29:19 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -60,7 +60,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* Utility methods for Cocoon and its classes.
*
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:20:42 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:19 $
*/

public final class Utils {
Expand Down
4 changes: 2 additions & 2 deletions trunk/CVSROOT/src/org/apache/cocoon/cache/Cache.java
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: Cache.java,v 1.2 1999-11-09 02:20:50 dirkx Exp $ --
/*-- $Id: Cache.java,v 1.3 1999-11-09 02:29:25 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -57,7 +57,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* The interface that all caching implementations must adhere to.
*
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $Date: 1999/11/09 01:51:28 $
* @version $Revision: 1.3 $Date: 1999/11/09 02:20:50 $
*/

public interface Cache extends Actor {
Expand Down
4 changes: 2 additions & 2 deletions trunk/CVSROOT/src/org/apache/cocoon/cache/CocoonCache.java
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: CocoonCache.java,v 1.2 1999-11-09 02:20:50 dirkx Exp $ --
/*-- $Id: CocoonCache.java,v 1.3 1999-11-09 02:29:28 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -62,7 +62,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* statically and dynamically generated.
*
* @author <a href="stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $Date: 1999/11/09 01:51:28 $
* @version $Revision: 1.3 $Date: 1999/11/09 02:20:50 $
*/
public class CocoonCache implements Cache, Status {

Expand Down
4 changes: 2 additions & 2 deletions trunk/CVSROOT/src/org/apache/cocoon/cache/NoCache.java
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: NoCache.java,v 1.2 1999-11-09 02:20:51 dirkx Exp $ --
/*-- $Id: NoCache.java,v 1.3 1999-11-09 02:29:30 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -57,7 +57,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* A caching implementation that doesn't cache anything :).
*
* @author <a href="stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $Date: 1999/11/09 01:51:28 $
* @version $Revision: 1.3 $Date: 1999/11/09 02:20:51 $
*/
public class NoCache extends AbstractActor implements Cache, Status {

Expand Down
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: AbstractCompiler.java,v 1.2 1999-11-09 02:20:53 dirkx Exp $ --
/*-- $Id: AbstractCompiler.java,v 1.3 1999-11-09 02:29:32 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -57,7 +57,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
/**
*
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:20:53 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:32 $
*/

public abstract class AbstractCompiler implements org.apache.cocoon.compiler.Compiler, Status {
Expand Down
4 changes: 2 additions & 2 deletions trunk/CVSROOT/src/org/apache/cocoon/compiler/Compiler.java
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: Compiler.java,v 1.2 1999-11-09 02:20:54 dirkx Exp $ --
/*-- $Id: Compiler.java,v 1.3 1999-11-09 02:29:33 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -56,7 +56,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
/**
*
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:20:54 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:33 $
*/

public interface Compiler {
Expand Down
4 changes: 2 additions & 2 deletions trunk/CVSROOT/src/org/apache/cocoon/compiler/Error.java
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: Error.java,v 1.2 1999-11-09 02:20:54 dirkx Exp $ --
/*-- $Id: Error.java,v 1.3 1999-11-09 02:29:34 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -53,7 +53,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
/**
*
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:20:54 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:34 $
*/

public class Error {
Expand Down
4 changes: 2 additions & 2 deletions trunk/CVSROOT/src/org/apache/cocoon/compiler/Javac.java
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: Javac.java,v 1.2 1999-11-09 02:20:55 dirkx Exp $ --
/*-- $Id: Javac.java,v 1.3 1999-11-09 02:29:35 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -56,7 +56,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
/**
*
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:20:55 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:35 $
*/

public class Javac extends AbstractCompiler {
Expand Down
4 changes: 2 additions & 2 deletions trunk/CVSROOT/src/org/apache/cocoon/compiler/Jikes.java
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: Jikes.java,v 1.2 1999-11-09 02:20:56 dirkx Exp $ --
/*-- $Id: Jikes.java,v 1.3 1999-11-09 02:29:36 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -56,7 +56,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
/**
*
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:20:56 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:36 $
*/

public class Jikes extends AbstractCompiler {
Expand Down
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: DefaultDCPProcessor.java,v 1.2 1999-11-09 02:21:00 dirkx Exp $ --
/*-- $Id: DefaultDCPProcessor.java,v 1.3 1999-11-09 02:29:42 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -58,7 +58,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* The convenience class that all DCP objects should extend.
*
* @author <a href="mailto:rrocha@plenix.org">Ricardo Rocha</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:21:00 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:42 $
*/

public abstract class DefaultDCPProcessor implements Configurable {
Expand Down
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: ServletDCPProcessor.java,v 1.2 1999-11-09 02:21:02 dirkx Exp $ --
/*-- $Id: ServletDCPProcessor.java,v 1.3 1999-11-09 02:29:42 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -59,7 +59,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* servlet request parameters should extend.
*
* @author <a href="mailto:rrocha@plenix.org">Ricardo Rocha</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:21:02 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:42 $
*/

public abstract class ServletDCPProcessor extends DefaultDCPProcessor {
Expand Down
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: DCPExample.java,v 1.2 1999-11-09 02:21:06 dirkx Exp $ --
/*-- $Id: DCPExample.java,v 1.3 1999-11-09 02:29:45 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: DummyProducer.java,v 1.2 1999-11-09 02:21:06 dirkx Exp $ --
/*-- $Id: DummyProducer.java,v 1.3 1999-11-09 02:29:46 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -60,7 +60,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* Stupid producer to show how this functionality works.
*
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:21:06 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:46 $
*/

public class DummyProducer extends AbstractProducer implements Status {
Expand Down
4 changes: 2 additions & 2 deletions trunk/CVSROOT/src/org/apache/cocoon/formatter/Formatter.java
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: Formatter.java,v 1.2 1999-11-09 02:21:11 dirkx Exp $ --
/*-- $Id: Formatter.java,v 1.3 1999-11-09 02:29:47 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -59,7 +59,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* into streams.
*
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:21:11 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:47 $
*/

public interface Formatter {
Expand Down
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: FormatterFactory.java,v 1.2 1999-11-09 02:21:13 dirkx Exp $ --
/*-- $Id: FormatterFactory.java,v 1.3 1999-11-09 02:29:48 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -61,7 +61,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* processing instruction telling which document type we have to work on.
*
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:21:13 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:48 $
*/

public class FormatterFactory extends Router implements Defaults {
Expand Down
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: OpenXMLFormatter.java,v 1.2 1999-11-09 02:21:14 dirkx Exp $ --
/*-- $Id: OpenXMLFormatter.java,v 1.3 1999-11-09 02:29:48 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -62,7 +62,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* This class implements an abstract formatter based on OpenXML publishing API.
*
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:21:14 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:48 $
*/

public abstract class OpenXMLFormatter implements Formatter, Configurable, Status {
Expand Down
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: XSLPFormatter.java,v 1.2 1999-11-09 02:21:15 dirkx Exp $ --
/*-- $Id: XSLPFormatter.java,v 1.3 1999-11-09 02:29:49 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -56,7 +56,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* This class implements an abstract formatter based on XSLP publishing classes.
*
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:21:15 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:49 $
*/

public abstract class XSLPFormatter implements Formatter, Configurable, Status {
Expand Down
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: OpenXMLHTMLFormatter.java,v 1.2 1999-11-09 02:21:25 dirkx Exp $ --
/*-- $Id: OpenXMLHTMLFormatter.java,v 1.3 1999-11-09 02:29:51 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -57,7 +57,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* This class implements a DOM->HTML formatter usign OpenXML publishing API.
*
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:21:25 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:51 $
*/

public class OpenXMLHTMLFormatter extends OpenXMLFormatter {
Expand Down
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: XSLPHTMLFormatter.java,v 1.2 1999-11-09 02:21:26 dirkx Exp $ --
/*-- $Id: XSLPHTMLFormatter.java,v 1.3 1999-11-09 02:29:51 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -62,7 +62,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
*
* @author <a href="mailto:balld@webslingerZ.com">Donald Ball</a>
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:21:26 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:51 $
*/

public class XSLPHTMLFormatter extends XSLPFormatter {
Expand Down
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: NRGFormatter.java,v 1.2 1999-11-09 02:21:29 dirkx Exp $ --
/*-- $Id: NRGFormatter.java,v 1.3 1999-11-09 02:29:53 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -64,7 +64,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
*
* @author <a href="mailto:pier@apache.org">Pierpaolo Fumagalli</a>
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:21:29 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:53 $
*/
public class ImageFormatter implements Formatter, Configurable, Status {

Expand Down
@@ -1,4 +1,4 @@
/*>$File$ -- $Id: XSPFormatter.java,v 1.2 1999-11-09 02:21:32 dirkx Exp $ --
/*-- $Id: XSPFormatter.java,v 1.3 1999-11-09 02:29:54 dirkx Exp $ --
============================================================================
The Apache Software License, Version 1.1
Expand Down Expand Up @@ -60,7 +60,7 @@ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* The formatter for the eXtensible Server Pages format.
*
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @version $Revision: 1.2 $ $Date: 1999-11-09 02:21:32 $
* @version $Revision: 1.3 $ $Date: 1999-11-09 02:29:54 $
*/
public class XSPFormatter implements Formatter, Status {

Expand Down

0 comments on commit b2d470a

Please sign in to comment.