Author: crossley
Date: Sun Apr 10 00:25:38 2005
New Revision: 160746
URL: http://svn.apache.org/viewcvs?view=rev&rev=160746
Log:
Match changes.html and todo.html in sub-directories too.
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/input.xmap
Modified: forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/input.xmap
URL:
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/input.xmap?view=diff&r1=160745&r2=160746
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/input.xmap
(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/input.xmap Sun
Apr 10 00:25:38 2005
@@ -29,7 +29,7 @@
<map:pipelines>
<map:pipeline>
- <map:match pattern="changes.xml">
+ <map:match type="regexp" pattern="^(.*?)([^/]*)changes.xml$">
<map:generate type="file" src="{project:status}" />
<map:transform src="resources/stylesheets/changes2document.xsl" >
<map:parameter name="bugtracking-url"
value="{defaults:bugtracking-url}"/>
@@ -37,7 +37,7 @@
<map:serialize type="xml-document"/>
</map:match>
- <map:match pattern="todo.xml">
+ <map:match type="regexp" pattern="^(.*?)([^/]*)todo.xml$">
<map:generate type="file" src="{project:status}" />
<map:transform src="resources/stylesheets/todo2document.xsl" />
<map:serialize type="xml-document"/>