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/11/06 23:46:21 UTC

svn commit: rev 56785 - forrest/trunk/main/webapp

Author: rgardler
Date: Sat Nov  6 14:46:21 2004
New Revision: 56785

Modified:
   forrest/trunk/main/webapp/sitemap.xmap
Log:
temporary mount for rtf plugin

Modified: forrest/trunk/main/webapp/sitemap.xmap
==============================================================================
--- forrest/trunk/main/webapp/sitemap.xmap	(original)
+++ forrest/trunk/main/webapp/sitemap.xmap	Sat Nov  6 14:46:21 2004
@@ -567,6 +567,16 @@
             <map:mount uri-prefix="" src="{forrest:plugins}/s5/sitemap.xmap" check-reload="yes" pass-through="true"/>
           </map:when>
         </map:select>
+      </map:pipeline> 
+
+      <!-- FIXME: temporary fix to get rtf plugin working
+           this mount should be managed by the plugns framework -->
+      <map:pipeline internal-only="false">
+        <map:select type="exists">
+          <map:when test="{forrest:plugins}/rtf/sitemap.xmap">
+            <map:mount uri-prefix="" src="{forrest:plugins}/rtf/sitemap.xmap" check-reload="yes" pass-through="true"/>
+          </map:when>
+        </map:select>
       </map:pipeline>
 
       <!-- Plain Old Documentation -->