You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bl...@apache.org on 2001/04/25 20:20:43 UTC

cvs commit: xml-cocoon/src/org/apache/cocoon/util/url/resource Handler.java

bloritsch    01/04/25 11:20:43

  Modified:    src/org/apache/cocoon Tag: xml-cocoon2 Modifiable.java
               src/org/apache/cocoon/acting Tag: xml-cocoon2
                        LangSelect.java
               src/org/apache/cocoon/components/language/markup/xsp Tag:
                        xml-cocoon2 XSPUtil.java
               src/org/apache/cocoon/components/language/programming Tag:
                        xml-cocoon2 CompiledProgrammingLanguage.java
               src/org/apache/cocoon/components/sax Tag: xml-cocoon2
                        XMLByteStreamInterpreter.java XMLTeePipe.java
               src/org/apache/cocoon/components/saxconnector Tag:
                        xml-cocoon2 NullSAXConnector.java SAXConnector.java
               src/org/apache/cocoon/generation Tag: xml-cocoon2
                        ImageDirectoryGenerator.java
               src/org/apache/cocoon/transformation Tag: xml-cocoon2
                        AbstractDOMTransformer.java I18nTransformer.java
  Removed:     src/org/apache/cocoon/util/url Tag: xml-cocoon2
                        CocoonURLStreamHandlerFactory.java
               src/org/apache/cocoon/util/url/context Tag: xml-cocoon2
                        Handler.java
               src/org/apache/cocoon/util/url/resource Tag: xml-cocoon2
                        Handler.java
  Log:
  Made all license headers the same, and removed unused URL Handlers from Util.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +7 -7      xml-cocoon/src/org/apache/cocoon/Attic/Modifiable.java
  
  Index: Modifiable.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/Attic/Modifiable.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Modifiable.java	2001/04/24 15:27:41	1.1.2.1
  +++ Modifiable.java	2001/04/25 18:20:33	1.1.2.2
  @@ -1,10 +1,10 @@
  -/*
  - * Copyright (C) The Apache Software Foundation. All rights reserved.
  - *
  - * This software is published under the terms of the Apache Software License
  - * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  - */
  +/*****************************************************************************
  + * Copyright (C) The Apache Software Foundation. All rights reserved.        *
  + * ------------------------------------------------------------------------- *
  + * This software is published under the terms of the Apache Software License *
  + * version 1.1, a copy of which has been included  with this distribution in *
  + * the LICENSE file.                                                         *
  + *****************************************************************************/
   package org.apache.cocoon;
   
   /**
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.12  +2 -4      xml-cocoon/src/org/apache/cocoon/acting/Attic/LangSelect.java
  
  Index: LangSelect.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/acting/Attic/LangSelect.java,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- LangSelect.java	2001/04/25 17:05:10	1.1.2.11
  +++ LangSelect.java	2001/04/25 18:20:34	1.1.2.12
  @@ -1,12 +1,10 @@
  -/**
  - ****************************************************************************
  +/*****************************************************************************
    * Copyright (C) The Apache Software Foundation. All rights reserved.        *
    * ------------------------------------------------------------------------- *
    * This software is published under the terms of the Apache Software License *
    * version 1.1, a copy of which has been included  with this distribution in *
    * the LICENSE file.                                                         *
  - ****************************************************************************
  - */
  + *****************************************************************************/
   package org.apache.cocoon.acting;
   
   import java.util.ArrayList;
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.13  +3 -4      xml-cocoon/src/org/apache/cocoon/components/language/markup/xsp/Attic/XSPUtil.java
  
  Index: XSPUtil.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/components/language/markup/xsp/Attic/XSPUtil.java,v
  retrieving revision 1.1.2.12
  retrieving revision 1.1.2.13
  diff -u -r1.1.2.12 -r1.1.2.13
  --- XSPUtil.java	2001/04/25 17:05:47	1.1.2.12
  +++ XSPUtil.java	2001/04/25 18:20:34	1.1.2.13
  @@ -1,11 +1,10 @@
  -/**
  - ****************************************************************************
  +/*****************************************************************************
    * Copyright (C) The Apache Software Foundation. All rights reserved.        *
    * ------------------------------------------------------------------------- *
    * This software is published under the terms of the Apache Software License *
    * version 1.1, a copy of which has been included  with this distribution in *
    * the LICENSE file.                                                         *
  - */
  + *****************************************************************************/
   package org.apache.cocoon.components.language.markup.xsp;
   
   import java.io.BufferedInputStream;
  @@ -43,7 +42,7 @@
    * The XSP <code>Utility</code> object helper
    * @author <a href="mailto:ricardo@apache.org">Ricardo Rocha</a>
    * @author <a href="mailto:bloritsch@apache.org>Berin Loritsch</a>
  - * @version $Revision: 1.1.2.12 $ $Date: 2001/04/25 17:05:47 $
  + * @version $Revision: 1.1.2.13 $ $Date: 2001/04/25 18:20:34 $
    */
   public class XSPUtil {
       public static String pathComponent(String filename) {
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.20  +3 -4      xml-cocoon/src/org/apache/cocoon/components/language/programming/Attic/CompiledProgrammingLanguage.java
  
  Index: CompiledProgrammingLanguage.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/components/language/programming/Attic/CompiledProgrammingLanguage.java,v
  retrieving revision 1.1.2.19
  retrieving revision 1.1.2.20
  diff -u -r1.1.2.19 -r1.1.2.20
  --- CompiledProgrammingLanguage.java	2001/04/25 17:05:53	1.1.2.19
  +++ CompiledProgrammingLanguage.java	2001/04/25 18:20:35	1.1.2.20
  @@ -1,11 +1,10 @@
  -/**
  - ****************************************************************************
  +/*****************************************************************************
    * Copyright (C) The Apache Software Foundation. All rights reserved.        *
    * ------------------------------------------------------------------------- *
    * This software is published under the terms of the Apache Software License *
    * version 1.1, a copy of which has been included  with this distribution in *
    * the LICENSE file.                                                         *
  - */
  + *****************************************************************************/
   package org.apache.cocoon.components.language.programming;
   
   import java.io.File;
  @@ -24,7 +23,7 @@
    * A compiled programming language. This class extends <code>AbstractProgrammingLanguage</code> adding support for compilation
    * and object program files
    * @author <a href="mailto:ricardo@apache.org">Ricardo Rocha</a>
  - * @version CVS $Revision: 1.1.2.19 $ $Date: 2001/04/25 17:05:53 $
  + * @version CVS $Revision: 1.1.2.20 $ $Date: 2001/04/25 18:20:35 $
    */
   public abstract class CompiledProgrammingLanguage extends AbstractProgrammingLanguage implements Contextualizable {
       /** The compiler */
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.5   +3 -5      xml-cocoon/src/org/apache/cocoon/components/sax/Attic/XMLByteStreamInterpreter.java
  
  Index: XMLByteStreamInterpreter.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/components/sax/Attic/XMLByteStreamInterpreter.java,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- XMLByteStreamInterpreter.java	2001/04/25 17:06:32	1.1.2.4
  +++ XMLByteStreamInterpreter.java	2001/04/25 18:20:36	1.1.2.5
  @@ -1,12 +1,10 @@
  -/**
  - ****************************************************************************
  +/*****************************************************************************
    * Copyright (C) The Apache Software Foundation. All rights reserved.        *
    * ------------------------------------------------------------------------- *
    * This software is published under the terms of the Apache Software License *
    * version 1.1, a copy of which has been included  with this distribution in *
    * the LICENSE file.                                                         *
  - ****************************************************************************
  - */
  + *****************************************************************************/
   package org.apache.cocoon.components.sax;
   
   import java.util.ArrayList;
  @@ -23,7 +21,7 @@
    *
    * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
    * @author <a href="mailto:cziegeler@apache.org">Carsten Ziegeler</a>
  - * @version CVS $Revision: 1.1.2.4 $ $Date: 2001/04/25 17:06:32 $
  + * @version CVS $Revision: 1.1.2.5 $ $Date: 2001/04/25 18:20:36 $
    */
   
   public final class XMLByteStreamInterpreter
  
  
  
  1.1.2.4   +3 -5      xml-cocoon/src/org/apache/cocoon/components/sax/Attic/XMLTeePipe.java
  
  Index: XMLTeePipe.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/components/sax/Attic/XMLTeePipe.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- XMLTeePipe.java	2001/04/25 17:06:34	1.1.2.3
  +++ XMLTeePipe.java	2001/04/25 18:20:36	1.1.2.4
  @@ -1,12 +1,10 @@
  -/**
  - ****************************************************************************
  +/*****************************************************************************
    * Copyright (C) The Apache Software Foundation. All rights reserved.        *
    * ------------------------------------------------------------------------- *
    * This software is published under the terms of the Apache Software License *
    * version 1.1, a copy of which has been included  with this distribution in *
    * the LICENSE file.                                                         *
  - ****************************************************************************
  - */
  + *****************************************************************************/
   package org.apache.cocoon.components.sax;
   
   import org.apache.cocoon.xml.XMLConsumer;
  @@ -25,7 +23,7 @@
    * The incoming events are forwarded to two other components.
    *
    * @author <a href="mailto:cziegeler@sundn.de">Carsten Ziegeler</a>
  - * @version CVS $Revision: 1.1.2.3 $ $Date: 2001/04/25 17:06:34 $
  + * @version CVS $Revision: 1.1.2.4 $ $Date: 2001/04/25 18:20:36 $
    */
   
   public final class XMLTeePipe
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.7   +8 -3      xml-cocoon/src/org/apache/cocoon/components/saxconnector/Attic/NullSAXConnector.java
  
  Index: NullSAXConnector.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/components/saxconnector/Attic/NullSAXConnector.java,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- NullSAXConnector.java	2001/04/25 17:06:39	1.1.2.6
  +++ NullSAXConnector.java	2001/04/25 18:20:37	1.1.2.7
  @@ -1,5 +1,10 @@
  -/* Generated by Together */
  -
  +/*****************************************************************************
  + * Copyright (C) The Apache Software Foundation. All rights reserved.        *
  + * ------------------------------------------------------------------------- *
  + * This software is published under the terms of the Apache Software License *
  + * version 1.1, a copy of which has been included  with this distribution in *
  + * the LICENSE file.                                                         *
  + *****************************************************************************/
   package org.apache.cocoon.components.saxconnector;
   
   import java.io.IOException;
  @@ -15,7 +20,7 @@
   /**
    * Null implementation of the SAXConnector. Simply sends events on to the next component in the pipeline.
    * @author <a href="prussell@apache.org">Paul Russell</a>
  - * @version CVS $Revision: 1.1.2.6 $ $Date: 2001/04/25 17:06:39 $
  + * @version CVS $Revision: 1.1.2.7 $ $Date: 2001/04/25 18:20:37 $
    */
   public class NullSAXConnector extends AbstractXMLPipe implements Poolable, SAXConnector {
   
  
  
  
  1.1.2.7   +8 -2      xml-cocoon/src/org/apache/cocoon/components/saxconnector/Attic/SAXConnector.java
  
  Index: SAXConnector.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/components/saxconnector/Attic/SAXConnector.java,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- SAXConnector.java	2001/04/25 17:06:40	1.1.2.6
  +++ SAXConnector.java	2001/04/25 18:20:37	1.1.2.7
  @@ -1,4 +1,10 @@
  -/* Generated by Together */
  +/*****************************************************************************
  + * Copyright (C) The Apache Software Foundation. All rights reserved.        *
  + * ------------------------------------------------------------------------- *
  + * This software is published under the terms of the Apache Software License *
  + * version 1.1, a copy of which has been included  with this distribution in *
  + * the LICENSE file.                                                         *
  + *****************************************************************************/
   package org.apache.cocoon.components.saxconnector;
   
   import org.apache.avalon.component.Component;
  @@ -10,7 +16,7 @@
   /**
    * Provides a connection between SAX components.
    * @author <a href="mailto:prussell@apache.org">Paul Russell</a>
  - * @version CVS $Revision: 1.1.2.6 $ $Date: 2001/04/25 17:06:40 $
  + * @version CVS $Revision: 1.1.2.7 $ $Date: 2001/04/25 18:20:37 $
    */
   public interface SAXConnector extends XMLPipe, Component, SitemapModelComponent {
   }
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.9   +8 -1      xml-cocoon/src/org/apache/cocoon/generation/Attic/ImageDirectoryGenerator.java
  
  Index: ImageDirectoryGenerator.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/generation/Attic/ImageDirectoryGenerator.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- ImageDirectoryGenerator.java	2001/04/25 17:07:42	1.1.2.8
  +++ ImageDirectoryGenerator.java	2001/04/25 18:20:39	1.1.2.9
  @@ -1,3 +1,10 @@
  +/*****************************************************************************
  + * Copyright (C) The Apache Software Foundation. All rights reserved.        *
  + * ------------------------------------------------------------------------- *
  + * This software is published under the terms of the Apache Software License *
  + * version 1.1, a copy of which has been included  with this distribution in *
  + * the LICENSE file.                                                         *
  + *****************************************************************************/
   package org.apache.cocoon.generation;
   
   import java.io.*;
  @@ -10,7 +17,7 @@
    * files.
    *
    * @author <a href="mailto:balld@webslingerZ.com">Donald A. Ball Jr.</a>
  - * @version $Revision: 1.1.2.8 $ $Date: 2001/04/25 17:07:42 $
  + * @version $Revision: 1.1.2.9 $ $Date: 2001/04/25 18:20:39 $
    */
   public class ImageDirectoryGenerator extends DirectoryGenerator {
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.11  +7 -0      xml-cocoon/src/org/apache/cocoon/transformation/Attic/AbstractDOMTransformer.java
  
  Index: AbstractDOMTransformer.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/transformation/Attic/AbstractDOMTransformer.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- AbstractDOMTransformer.java	2001/04/25 17:08:59	1.1.2.10
  +++ AbstractDOMTransformer.java	2001/04/25 18:20:40	1.1.2.11
  @@ -1,3 +1,10 @@
  +/*****************************************************************************
  + * Copyright (C) The Apache Software Foundation. All rights reserved.        *
  + * ------------------------------------------------------------------------- *
  + * This software is published under the terms of the Apache Software License *
  + * version 1.1, a copy of which has been included  with this distribution in *
  + * the LICENSE file.                                                         *
  + *****************************************************************************/
   package org.apache.cocoon.transformation;
   
   import java.io.IOException;
  
  
  
  1.1.2.15  +2 -4      xml-cocoon/src/org/apache/cocoon/transformation/Attic/I18nTransformer.java
  
  Index: I18nTransformer.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/transformation/Attic/I18nTransformer.java,v
  retrieving revision 1.1.2.14
  retrieving revision 1.1.2.15
  diff -u -r1.1.2.14 -r1.1.2.15
  --- I18nTransformer.java	2001/04/25 17:09:01	1.1.2.14
  +++ I18nTransformer.java	2001/04/25 18:20:40	1.1.2.15
  @@ -1,12 +1,10 @@
  -/**
  - ****************************************************************************
  +/*****************************************************************************
    * Copyright (C) The Apache Software Foundation. All rights reserved.        *
    * ------------------------------------------------------------------------- *
    * This software is published under the terms of the Apache Software License *
    * version 1.1, a copy of which has been included  with this distribution in *
    * the LICENSE file.                                                         *
  - ****************************************************************************
  - */
  + *****************************************************************************/
   package org.apache.cocoon.transformation;
   
   import java.io.BufferedInputStream;
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org