You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2001/07/12 12:53:37 UTC

cvs commit: xml-cocoon2/xdocs docs-book.xml site-book.xml

cziegeler    01/07/12 03:53:35

  Modified:    src/org/apache/cocoon/components/source Tag:
                        cocoon_20_branch SitemapSource.java
               xdocs    Tag: cocoon_20_branch docs-book.xml site-book.xml
  Log:
  Removed debug code
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.10  +1 -3      xml-cocoon2/src/org/apache/cocoon/components/source/SitemapSource.java
  
  Index: SitemapSource.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/components/source/SitemapSource.java,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- SitemapSource.java	2001/07/12 06:33:23	1.1.2.9
  +++ SitemapSource.java	2001/07/12 10:53:07	1.1.2.10
  @@ -50,7 +50,7 @@
    * Description of a source which is defined by a pipeline.
    *
    * @author <a href="mailto:cziegeler@apache.org">Carsten Ziegeler</a>
  - * @version CVS $Revision: 1.1.2.9 $ $Date: 2001/07/12 06:33:23 $
  + * @version CVS $Revision: 1.1.2.10 $ $Date: 2001/07/12 10:53:07 $
    */
   
   public final class SitemapSource
  @@ -260,9 +260,7 @@
                               // the event pipeline is cacheable
                               // now calculate a last modification date
                               String hashKey = pck.toString() + validity.toString();
  -                            System.out.println("Building hash key:" + hashKey);
                               this.lastModificationDate = HashUtil.hash(hashKey);
  -                            System.out.println("Hash:" + this.lastModificationDate);
                           }
                       }
                   }
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.11  +4 -1      xml-cocoon2/xdocs/docs-book.xml
  
  Index: docs-book.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/xdocs/docs-book.xml,v
  retrieving revision 1.3.2.10
  retrieving revision 1.3.2.11
  diff -u -r1.3.2.10 -r1.3.2.11
  --- docs-book.xml	2001/07/11 08:38:22	1.3.2.10
  +++ docs-book.xml	2001/07/12 10:53:22	1.3.2.11
  @@ -11,10 +11,13 @@
     <page id="overview" label="Overview" source="overview.xml"/>
     <page id="uc2" label="Concepts" source="uc2.xml"/>
     <page id="sitemap" label="Sitemap" source="sitemap.xml"/>
  -  <page id="caching" label="Caching" source="caching.xml"/>
     <page id="actions" label="Actions" source="actions.xml"/>
     <page id="matchers-selectors" label="Matchers and Selectors" source="matchers_selectors.xml"/>
  +  <page id="generators" label="Generators" source="generators.xml"/>
  +  <page id="transformers" label="Transformers" source="transformers.xml"/>
  +  <page id="serializers" label="Serializers" source="serializers.xml"/>
     <page id="flow" label="Flow" source="httprequest.xml"/>
  +  <page id="caching" label="Caching" source="caching.xml"/>
     <page id="sessions" label="Sessions" source="sessions.xml"/>
     <page id="datasources" label="Using Databases" source="datasources.xml"/>
     <page id="svg" label="SVG Serializer" source="svg-serializer.xml"/>
  
  
  
  1.3.2.13  +5 -2      xml-cocoon2/xdocs/site-book.xml
  
  Index: site-book.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/xdocs/site-book.xml,v
  retrieving revision 1.3.2.12
  retrieving revision 1.3.2.13
  diff -u -r1.3.2.12 -r1.3.2.13
  --- site-book.xml	2001/07/11 08:38:48	1.3.2.12
  +++ site-book.xml	2001/07/12 10:53:24	1.3.2.13
  @@ -15,10 +15,13 @@
     <page id="overview" label="Overview" source="overview.xml"/>
     <page id="uc2" label="Concepts" source="uc2.xml"/>
     <page id="sitemap" label="Sitemap" source="sitemap.xml"/>
  -  <page id="matchers-selectors" label="Matchers and Selectors" source="matchers_selectors.xml"/>
  -  <page id="caching" label="Caching" source="caching.xml"/>
     <page id="actions" label="Actions" source="actions.xml"/>
  +  <page id="matchers-selectors" label="Matchers and Selectors" source="matchers_selectors.xml"/>
  +  <page id="generators" label="Generators" source="generators.xml"/>
  +  <page id="transformers" label="Transformers" source="transformers.xml"/>
  +  <page id="serializers" label="Serializers" source="serializers.xml"/>
     <page id="flow" label="Flow" source="httprequest.xml"/>
  +  <page id="caching" label="Caching" source="caching.xml"/>
     <page id="sessions" label="Sessions" source="sessions.xml"/>
     <page id="datasources" label="Using Databases" source="datasources.xml"/>
     <page id="svg" label="SVG Serializer" source="svg-serializer.xml"/>
  
  
  

----------------------------------------------------------------------
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