crafterm@apache.org wrote:
>crafterm 2003/03/26 07:37:09
>
> Modified: src/java/org/apache/cocoon/components/language/markup/xsp/java
> xsp.xsl
> Log:
> * Removed nonexistant import (causes xsp compilation error when using
> the eclipse java compiler).
>
> Revision Changes Path
> 1.2 +2 -3 cocoon-2.1/src/java/org/apache/cocoon/components/language/markup/xsp/java/xsp.xsl
>
> Index: xsp.xsl
> ===================================================================
> RCS file: /home/cvs/cocoon-2.1/src/java/org/apache/cocoon/components/language/markup/xsp/java/xsp.xsl,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -r1.1 -r1.2
> --- xsp.xsl 9 Mar 2003 00:08:57 -0000 1.1
> +++ xsp.xsl 26 Mar 2003 15:37:09 -0000 1.2
> @@ -113,7 +113,6 @@
>
> import org.apache.cocoon.Constants;
> import org.apache.cocoon.ProcessingException;
> - import org.apache.cocoon.components.parser.Parser;
> import org.apache.cocoon.generation.Generator;
>
Reminder (to myself or to any volunteer): This import was used by
capture.xsl logicsheet, which has to be upgraded to latest APIs.
Vadim
|