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 2005/10/04 16:59:48 UTC

svn commit: r294787 - in /forrest/trunk/main/webapp: issues.xmap locationmap.xml

Author: rgardler
Date: Tue Oct  4 07:59:38 2005
New Revision: 294787

URL: http://svn.apache.org/viewcvs?rev=294787&view=rev
Log:
use locationmap in issues.xmap

Modified:
    forrest/trunk/main/webapp/issues.xmap
    forrest/trunk/main/webapp/locationmap.xml

Modified: forrest/trunk/main/webapp/issues.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/issues.xmap?rev=294787&r1=294786&r2=294787&view=diff
==============================================================================
--- forrest/trunk/main/webapp/issues.xmap (original)
+++ forrest/trunk/main/webapp/issues.xmap Tue Oct  4 07:59:38 2005
@@ -39,8 +39,8 @@
     <map:pipeline>
 
       <map:match pattern="**.xml">
-        <map:generate type="file" src="{forrest:issues-rss-url}" />
-        <map:transform src="{forrest:stylesheets}/rssissues2document.xsl" />
+        <map:generate type="file" src="{lm:forrest.issues-rss-url}" />
+        <map:transform src="{lm:transform.rssissues.document}" />
         <map:serialize type="xml-document"/>
       </map:match>
 

Modified: forrest/trunk/main/webapp/locationmap.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/locationmap.xml?rev=294787&r1=294786&r2=294787&view=diff
==============================================================================
--- forrest/trunk/main/webapp/locationmap.xml (original)
+++ forrest/trunk/main/webapp/locationmap.xml Tue Oct  4 07:59:38 2005
@@ -50,7 +50,7 @@
     <select>
       <mount src="{forrest:context}/locationmap-i18n.xml"/>
     </select>
-    
+
     <select>
       <mount src="{forrest:context}/locationmap-skinconf.xml"/>
     </select>
@@ -59,10 +59,15 @@
       <mount src="{forrest:context}/locationmap-plugin.xml"/>
     </select>
     
+    <!--  FIXME: this should be part of a chaperon plugin -->
     <select>
       <mount src="{forrest:context}/locationmap-chaperon.xml"/>
     </select>
-    
+   
+    <!--  FIXME: this should be part of the projectInfo plugin -->
+    <select>
+      <mount src="{forrest:context}/locationmap-issues.xml"/>
+    </select>
     
     <!-- ================================== -->
     <!-- project files                      -->