Author: twilliams
Date: Sat Sep  3 20:54:41 2005
New Revision: 278554

URL: http://svn.apache.org/viewcvs?rev=278554&view=rev
Log:
the rest of the fix for FOR-662.  handles index.source.xml for pluginDocs

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?rev=278554&r1=278553&r2=278554&view=diff
==============================================================================
--- forrest/trunk/main/webapp/sitemap.xmap (original)
+++ forrest/trunk/main/webapp/sitemap.xmap Sat Sep  3 20:54:41 2005
@@ -381,7 +381,7 @@
       <!-- Body content -->
       <map:match pattern="**.xml">
 
-        <map:match pattern="pluginDocs/plugins_*/index.xml">
+        <map:match pattern="pluginDocs/plugins_(.*)/index(|\.source).xml" 
type="regexp">
           <map:aggregate element="pluginList">
             <map:part src="{forrest:plugins-src}/plugins.xml"/>
             <map:part 
src="{forrest:whiteboard-plugins-src}/whiteboard-plugins.xml"/>