cziegeler    2002/07/04 04:46:06

  Modified:    src/java/org/apache/cocoon Cocoon.java Processor.java
                        ProcessorWrapper.java
               src/java/org/apache/cocoon/caching Cache.java
                        CacheValidityToSourceValidity.java
                        CacheableProcessingComponent.java
                        CachedResponse.java SourceCacheValidity.java
               src/java/org/apache/cocoon/caching/impl CacheImpl.java
               src/java/org/apache/cocoon/components
                        SitemapConfigurable.java
               src/java/org/apache/cocoon/components/pipeline
                        AbstractProcessingPipeline.java
               src/java/org/apache/cocoon/components/pipeline/impl
                        CachingProcessingPipeline.java
               src/java/org/apache/cocoon/components/source
                        WriteableSAXSource.java WriteableSource.java
               src/java/org/apache/cocoon/components/treeprocessor
                        TreeProcessor.java
  Log:
  Inserted correct next version number
  
  Revision  Changes    Path
  1.32      +3 -3      xml-cocoon2/src/java/org/apache/cocoon/Cocoon.java
  
  Index: Cocoon.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/Cocoon.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- Cocoon.java       19 Jun 2002 13:49:01 -0000      1.31
  +++ Cocoon.java       4 Jul 2002 11:46:05 -0000       1.32
  @@ -602,7 +602,7 @@
       /**
        * Process the given <code>Environment</code> to assemble
        * a <code>ProcessingPipeline</code>.
  -     * @since @next-version@
  +     * @since 2.1
        */
       public ProcessingPipeline processInternal(Environment environment)
       throws Exception {
  @@ -637,7 +637,7 @@
   
       /**
        * Get the sitemap component configurations
  -     * @since @next-version@
  +     * @since 2.1
        */
       public Configuration getComponentConfigurations() {
           return null;
  
  
  
  1.9       +3 -3      xml-cocoon2/src/java/org/apache/cocoon/Processor.java
  
  Index: Processor.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/Processor.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Processor.java    29 May 2002 12:50:20 -0000      1.8
  +++ Processor.java    4 Jul 2002 11:46:05 -0000       1.9
  @@ -82,14 +82,14 @@
       /**
        * Process the given <code>Environment</code> to assemble
        * a <code>ProcessingPipeline</code>.
  -     * @since @next-version@
  +     * @since 2.1
        */
       ProcessingPipeline processInternal(Environment environment)
       throws Exception;
   
       /**
        * Get the sitemap component configurations
  -     * @since @next-version@
  +     * @since 2.1
        */
       Configuration getComponentConfigurations();
   }
  
  
  
  1.9       +3 -3      xml-cocoon2/src/java/org/apache/cocoon/ProcessorWrapper.java
  
  Index: ProcessorWrapper.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/ProcessorWrapper.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ProcessorWrapper.java     29 May 2002 12:50:20 -0000      1.8
  +++ ProcessorWrapper.java     4 Jul 2002 11:46:05 -0000       1.9
  @@ -87,7 +87,7 @@
       /**
        * Process the given <code>Environment</code> to assemble
        * a <code>ProcessingPipeline</code>.
  -     * @since @next-version@
  +     * @since 2.1
        */
       public ProcessingPipeline processInternal(Environment environment)
       throws Exception {
  @@ -96,7 +96,7 @@
   
       /**
        * Get the sitemap component configurations
  -     * @since @next-version@
  +     * @since 2.1
        */
       public Configuration getComponentConfigurations() {
           return this.processor.getComponentConfigurations();
  
  
  
  1.4       +2 -2      xml-cocoon2/src/java/org/apache/cocoon/caching/Cache.java
  
  Index: Cache.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/caching/Cache.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Cache.java        28 May 2002 08:25:00 -0000      1.3
  +++ Cache.java        4 Jul 2002 11:46:05 -0000       1.4
  @@ -60,7 +60,7 @@
    * or the investigate which responses are cached etc.
    * This interface will grow!
    *
  - * @since @next-version@
  + * @since 2.1
    * @author <a href="mailto:[EMAIL PROTECTED]";>Carsten Ziegeler</a>
    * @version CVS $Id$
    */
  
  
  
  1.6       +2 -2      
xml-cocoon2/src/java/org/apache/cocoon/caching/CacheValidityToSourceValidity.java
  
  Index: CacheValidityToSourceValidity.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/caching/CacheValidityToSourceValidity.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- CacheValidityToSourceValidity.java        4 Jun 2002 08:55:48 -0000       1.5
  +++ CacheValidityToSourceValidity.java        4 Jul 2002 11:46:05 -0000       1.6
  @@ -56,7 +56,7 @@
    * A CacheValidity object wrapping the Avalon Excalibur
    * <code>SourceValidity</code> object.
    *
  - * @since @next-version@
  + * @since 2.1
    * @author <a href="mailto:[EMAIL PROTECTED]";>Carsten Ziegeler</a>
    * @version CVS $Id$
    */
  
  
  
  1.5       +2 -2      
xml-cocoon2/src/java/org/apache/cocoon/caching/CacheableProcessingComponent.java
  
  Index: CacheableProcessingComponent.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/caching/CacheableProcessingComponent.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- CacheableProcessingComponent.java 28 May 2002 08:25:00 -0000      1.4
  +++ CacheableProcessingComponent.java 4 Jul 2002 11:46:05 -0000       1.5
  @@ -58,7 +58,7 @@
    *
    * This interface deprecates the org.apache.cocoon.caching.Cacheable interface!
    *
  - * @since @next-version@
  + * @since 2.1
    * @author <a href="mailto:[EMAIL PROTECTED]";>Carsten Ziegeler</a>
    * @version CVS $Id$
    */
  
  
  
  1.3       +2 -2      
xml-cocoon2/src/java/org/apache/cocoon/caching/CachedResponse.java
  
  Index: CachedResponse.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/caching/CachedResponse.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CachedResponse.java       6 May 2002 13:22:31 -0000       1.2
  +++ CachedResponse.java       4 Jul 2002 11:46:05 -0000       1.3
  @@ -59,7 +59,7 @@
    * This class replaces the <code>CachedEventObject</code> and the
    * <code>CachedStreamObject</code>.
    *
  - * @since @next-version@
  + * @since 2.1
    * @author <a href="mailto:[EMAIL PROTECTED]";>Carsten Ziegeler</a>
    * @version CVS $Id$
    */
  
  
  
  1.7       +2 -2      
xml-cocoon2/src/java/org/apache/cocoon/caching/SourceCacheValidity.java
  
  Index: SourceCacheValidity.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/caching/SourceCacheValidity.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- SourceCacheValidity.java  5 Jun 2002 07:33:24 -0000       1.6
  +++ SourceCacheValidity.java  4 Jul 2002 11:46:05 -0000       1.7
  @@ -56,7 +56,7 @@
    * A CacheValidity object wrapping the Avalon Excalibur
    * {@link SourceValidity} object.
    *
  - * @since @next-version@
  + * @since 2.1
    * @author <a href="mailto:[EMAIL PROTECTED]";>Carsten Ziegeler</a>
    * @version CVS $Id$
    */
  
  
  
  1.4       +2 -2      
xml-cocoon2/src/java/org/apache/cocoon/caching/impl/CacheImpl.java
  
  Index: CacheImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/caching/impl/CacheImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CacheImpl.java    28 May 2002 08:25:00 -0000      1.3
  +++ CacheImpl.java    4 Jul 2002 11:46:05 -0000       1.4
  @@ -70,7 +70,7 @@
    * or the investigate which responses are cached etc.
    * This component will grow!
    *
  - * @since @next-version@
  + * @since 2.1
    * @author <a href="mailto:[EMAIL PROTECTED]";>Carsten Ziegeler</a>
    * @version CVS $Id$
    */
  
  
  
  1.4       +2 -2      
xml-cocoon2/src/java/org/apache/cocoon/components/SitemapConfigurable.java
  
  Index: SitemapConfigurable.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/SitemapConfigurable.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SitemapConfigurable.java  4 Jun 2002 09:27:20 -0000       1.3
  +++ SitemapConfigurable.java  4 Jul 2002 11:46:05 -0000       1.4
  @@ -58,7 +58,7 @@
    * from the map:pipelines section of the sitemap each time they
    * are looked up.
    *
  - * @since @next-version@
  + * @since 2.1
    * @author <a href="mailto:[EMAIL PROTECTED]";>Carsten Ziegeler</a>
    * @version CVS $Id$
    */
  
  
  
  1.17      +2 -2      
xml-cocoon2/src/java/org/apache/cocoon/components/pipeline/AbstractProcessingPipeline.java
  
  Index: AbstractProcessingPipeline.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/pipeline/AbstractProcessingPipeline.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- AbstractProcessingPipeline.java   1 Jul 2002 08:21:09 -0000       1.16
  +++ AbstractProcessingPipeline.java   4 Jul 2002 11:46:05 -0000       1.17
  @@ -82,7 +82,7 @@
   /**
    * This is the base for all implementations of a <code>ProcessingPipeline</code>.
    *
  - * @since @next-version@
  + * @since 2.1
    * @author <a href="mailto:[EMAIL PROTECTED]";>Carsten Ziegeler</a>
    * @version CVS $Id$
    */
  
  
  
  1.27      +2 -2      
xml-cocoon2/src/java/org/apache/cocoon/components/pipeline/impl/CachingProcessingPipeline.java
  
  Index: CachingProcessingPipeline.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/pipeline/impl/CachingProcessingPipeline.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- CachingProcessingPipeline.java    14 Jun 2002 15:24:33 -0000      1.26
  +++ CachingProcessingPipeline.java    4 Jul 2002 11:46:05 -0000       1.27
  @@ -84,7 +84,7 @@
   /**
    * The CachingProcessingPipeline
    *
  - * @since @next-version@
  + * @since 2.1
    * @author <a href="mailto:[EMAIL PROTECTED]";>Carsten Ziegeler</a>
    * @version CVS $Id$
    */
  
  
  
  1.3       +2 -2      
xml-cocoon2/src/java/org/apache/cocoon/components/source/WriteableSAXSource.java
  
  Index: WriteableSAXSource.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/source/WriteableSAXSource.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WriteableSAXSource.java   21 May 2002 12:24:57 -0000      1.2
  +++ WriteableSAXSource.java   4 Jul 2002 11:46:05 -0000       1.3
  @@ -71,7 +71,7 @@
    * implementation (such as file), can use a serializer to convert
    * SAX events to a byte stream.
    *
  - * @since @next-version@
  + * @since 2.1
    * @author <a href="[EMAIL PROTECTED]">Sylvain Wallez</a>
    * @version CVS $Id$
    */
  
  
  
  1.3       +2 -2      
xml-cocoon2/src/java/org/apache/cocoon/components/source/WriteableSource.java
  
  Index: WriteableSource.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/source/WriteableSource.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WriteableSource.java      21 May 2002 12:24:57 -0000      1.2
  +++ WriteableSource.java      4 Jul 2002 11:46:05 -0000       1.3
  @@ -73,7 +73,7 @@
    * implementation (such as file), can use a serializer to convert
    * SAX events to a byte stream.
    *
  - * @since @next-version@
  + * @since 2.1
    * @author <a href="[EMAIL PROTECTED]">Sylvain Wallez</a>
    * @version CVS $Id$
    */
  
  
  
  1.19      +3 -3      
xml-cocoon2/src/java/org/apache/cocoon/components/treeprocessor/TreeProcessor.java
  
  Index: TreeProcessor.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/treeprocessor/TreeProcessor.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- TreeProcessor.java        4 Jul 2002 07:24:44 -0000       1.18
  +++ TreeProcessor.java        4 Jul 2002 11:46:06 -0000       1.19
  @@ -334,7 +334,7 @@
       /**
        * Process the given <code>Environment</code> to assemble
        * a <code>ProcessingPipeline</code>.
  -     * @since @next-version@
  +     * @since 2.1
        */
       public ProcessingPipeline processInternal(Environment environment)
       throws Exception {
  @@ -365,7 +365,7 @@
   
       /**
        * Get the sitemap component configurations
  -     * @since @next-version@
  +     * @since 2.1
        */
       public Configuration getComponentConfigurations() {
           return this.componentConfigurations;
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to