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/04/12 13:11:20 UTC

svn commit: r161042 - forrest/trunk/main/webapp/sitemap.xmap

Author: rgardler
Date: Tue Apr 12 04:11:19 2005
New Revision: 161042

URL: http://svn.apache.org/viewcvs?view=rev&rev=161042
Log:
generate plugins index page

Modified:
    forrest/trunk/main/webapp/sitemap.xmap

Modified: forrest/trunk/main/webapp/sitemap.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/sitemap.xmap?view=diff&r1=161041&r2=161042
==============================================================================
--- forrest/trunk/main/webapp/sitemap.xmap (original)
+++ forrest/trunk/main/webapp/sitemap.xmap Tue Apr 12 04:11:19 2005
@@ -326,6 +326,12 @@
       <!-- Body content -->
       <map:match pattern="**.xml">
      
+        <map:match pattern="docs/plugins/index.xml">
+			<map:generate src="{forrest:plugins-src}/plugins.xml"/>
+			<map:transform src="{forrest:stylesheets}/plugins2xdoc.xsl"/>
+			<map:serialize type="xml"/>
+        </map:match>
+     
         <map:match pattern="linkmap.xml">
           <map:mount uri-prefix="" src="linkmap.xmap" check-reload="yes" />
         </map:match>