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 2007/02/11 14:04:07 UTC

svn commit: r505952 - /cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-sample/src/main/resources/COB-INF/sitemap-viewer/sitemap.xmap

Author: cziegeler
Date: Sun Feb 11 05:04:06 2007
New Revision: 505952

URL: http://svn.apache.org/viewvc?view=rev&rev=505952
Log:
Fix sitemap

Modified:
    cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-sample/src/main/resources/COB-INF/sitemap-viewer/sitemap.xmap

Modified: cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-sample/src/main/resources/COB-INF/sitemap-viewer/sitemap.xmap
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-sample/src/main/resources/COB-INF/sitemap-viewer/sitemap.xmap?view=diff&rev=505952&r1=505951&r2=505952
==============================================================================
--- cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-sample/src/main/resources/COB-INF/sitemap-viewer/sitemap.xmap (original)
+++ cocoon/trunk/blocks/cocoon-scratchpad/cocoon-scratchpad-sample/src/main/resources/COB-INF/sitemap-viewer/sitemap.xmap Sun Feb 11 05:04:06 2007
@@ -104,7 +104,7 @@
             If you set the internal-only value to "no", you'll get the unsecure version of the viewer, 
             set it to "yes" to make it secure. -->
             
-        <map:pipeline internal-only="yes" label="srcviewing">
+        <map:pipeline internal-only="yes">
         
             <map:match pattern="src/**">
                 <map:mount uri-prefix="src" src="unsecure.xmap"/>
@@ -285,10 +285,6 @@
                   </map:generate>
                   <map:serialize type="xml"/>
               </map:match>
-
-        <map:pipeline>
-
-        </map:pipeline>
 
             <map:match pattern="**">
                 <map:generate  src="cocoon:/{1}._xmap"/>