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 2007/04/04 22:47:06 UTC

svn commit: r525599 - in /forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo: input.xmap status.xml

Author: rgardler
Date: Wed Apr  4 13:47:05 2007
New Revision: 525599

URL: http://svn.apache.org/viewvc?view=rev&rev=525599
Log:
Correct issue tracker URL in release notes (FOR-977)

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

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap?view=diff&rev=525599&r1=525598&r2=525599
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap Wed Apr  4 13:47:05 2007
@@ -79,6 +79,7 @@
           <map:part src="{lm:project.status}"/>
         </map:aggregate>
         <map:transform src="{lm:projectInfo.transform.releaseNotes.document}">
+          <map:parameter name="bugtracking-url" value="{properties:forrest.bugtracking-url}"/>
           <map:parameter name="versionNumber" value="{3}"/>
         </map:transform>
         <map:transform type="i18n">
@@ -89,7 +90,9 @@
 
       <map:match type="regexp" pattern="^(.*?)([^/]*)releaseSummary.xml$">
         <map:generate type="file" src="{lm:{0}}" />
-        <map:transform src="{lm:projectInfo.transform.releaseNotes.document}"/>
+        <map:transform src="{lm:projectInfo.transform.releaseNotes.document}">
+          <map:parameter name="bugtracking-url" value="{properties:forrest.bugtracking-url}"/>
+        </map:transform>
         <map:serialize type="xml-document"/>
       </map:match>
       

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml?view=diff&rev=525599&r1=525598&r2=525599
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml Wed Apr  4 13:47:05 2007
@@ -56,6 +56,9 @@
           displaying information about one or more projects.</p>
         </section>
       </notes>
+      <action type="update" context="code" dev="RDG" fixes-bug="FOR-977">
+        Fix URLs to issues in the release notes generation.
+      </action>
       <action type="update" context="code" dev="TS"> Adding svn support 
         specific properties to the default.plugin.properties.xml. Further 
         activated this new properties (projectInfo.svn.ext and