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/29 03:27:36 UTC

svn commit: rev 55922 - forrest/trunk/forrestcore/src/core/context

Author: rgardler
Date: Thu Oct 28 18:27:35 2004
New Revision: 55922

Modified:
   forrest/trunk/forrestcore/src/core/context/sitemap.xmap
Log:
mount plugin sitemap after all reserved file names

Modified: forrest/trunk/forrestcore/src/core/context/sitemap.xmap
==============================================================================
--- forrest/trunk/forrestcore/src/core/context/sitemap.xmap	(original)
+++ forrest/trunk/forrestcore/src/core/context/sitemap.xmap	Thu Oct 28 18:27:35 2004
@@ -376,18 +376,7 @@
            <map:serialize type="xml"/>
          </map:match>
        </map:pipeline>
-    
-      <map:pipeline internal-only="false">
-           <map:select type="exists">
-             <map:when test="{forrest:plugins}/sitemap.xmap">
-               <map:mount uri-prefix="" 
-                          src="{forrest:plugins}/sitemap.xmap" 
-                          check-reload="yes" 
-                          pass-through="true"/>
-            </map:when>  
-          </map:select>
-      </map:pipeline>
-
+       
     <map:pipeline internal-only="false">
       <!-- ============================================================ -->
       <!-- SOURCE FORMATS                                               -->
@@ -442,6 +431,15 @@
         <map:match pattern="lucene-*.xml">
           <map:mount uri-prefix="" src="search.xmap" check-reload="yes"/>
         </map:match>
+        
+         <map:select type="exists">
+           <map:when test="{forrest:plugins}/sitemap.xmap">
+             <map:mount uri-prefix="" 
+                        src="{forrest:plugins}/sitemap.xmap" 
+                        check-reload="yes" 
+                        pass-through="true"/>
+          </map:when>  
+        </map:select>
 
         <!-- Default source types -->
         <map:mount uri-prefix="" src="forrest.xmap" check-reload="yes" />