You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2004/10/18 14:20:56 UTC

svn commit: rev 54998 - forrest/branches/sitemap-plugins/plugins

Author: rgardler
Date: Mon Oct 18 05:20:56 2004
New Revision: 54998

Modified:
   forrest/branches/sitemap-plugins/plugins/sitemap.xmap
Log:
start with an empty sitemap since install process now adds mounting snippet

Modified: forrest/branches/sitemap-plugins/plugins/sitemap.xmap
==============================================================================
--- forrest/branches/sitemap-plugins/plugins/sitemap.xmap	(original)
+++ forrest/branches/sitemap-plugins/plugins/sitemap.xmap	Mon Oct 18 05:20:56 2004
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Copyright 2002-2004 The Apache Software Foundation
 
@@ -14,26 +14,19 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
-  <!-- ============================================================ -->
-  <!-- Plugin Sitemap                                               -->
-  <!--                                                              -->
-  <!-- This sitemap includes all enabled plugins in the generation  -->
-  <!-- process. It is mounted from the main Forrest sitemap after   -->
-  <!-- any project specific sitemap but before the default Forrest  -->
-  <!-- matchers. This enables plugins to override or extend default -->
-  <!-- Forrest behaviour whilst individual projects can override    -->
-  <!-- or extend the plugins behaviour.                             -->
-  <!-- ============================================================ -->
-  
-
+<!-- ============================================================ -->
+<!-- Plugin Sitemap                                               -->
+<!--                                                              -->
+<!-- This sitemap includes all enabled plugins in the generation  -->
+<!-- process. It is mounted from the main Forrest sitemap after   -->
+<!-- any project specific sitemap but before the default Forrest  -->
+<!-- matchers. This enables plugins to override or extend default -->
+<!-- Forrest behaviour whilst individual projects can override    -->
+<!-- or extend the plugins behaviour.                             -->
+<!-- ============================================================ -->
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
   <map:pipelines>
-    <map:pipeline internal-only="false">
-       <map:mount uri-prefix="" 
-                  src="{forrest:plugins}/IMSManifest/sitemap.xmap" 
-                  check-reload="yes" 
-                  pass-through="true"/>
+    <map:pipeline>
     </map:pipeline>
   </map:pipelines>
 </map:sitemap>