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 2006/04/09 03:01:33 UTC

svn commit: r392649 - /forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap

Author: rgardler
Date: Sat Apr  8 18:01:32 2006
New Revision: 392649

URL: http://svn.apache.org/viewcvs?rev=392649&view=rev
Log:
change the fixed URL   for the summary to a less generic URL to allow sites to use */summary.html URLs

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap?rev=392649&r1=392648&r2=392649&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap Sat Apr  8 18:01:32 2006
@@ -79,7 +79,7 @@
         <map:serialize type="xml-document"/>
       </map:match>
 
-      <map:match type="regexp" pattern="^(.*?)([^/]*)summary.xml$">
+      <map:match type="regexp" pattern="^(.*?)([^/]*)releaseSummary.xml$">
         <map:generate type="file" src="{lm:{0}}" />
         <map:transform src="{lm:projectInfo.transform.releaseNotes.document}"/>
         <map:serialize type="xml-document"/>