Author: crossley
Date: Thu Nov 10 18:10:36 2005
New Revision: 332418

URL: http://svn.apache.org/viewcvs?rev=332418&view=rev
Log:
Enable locationmap to define the location of project:status file.

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/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap?rev=332418&r1=332417&r2=332418&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 
Thu Nov 10 18:10:36 2005
@@ -44,7 +44,7 @@
       
     
       <map:match type="regexp" pattern="^(.*?)([^/]*)changes.xml$">
-        <map:generate type="file" src="{project:status}" />
+        <map:generate type="file" src="{lm:project.status}" />
         <map:transform src="{lm:projectInfo.transform.changes.document}" >
           <map:parameter name="bugtracking-url" 
value="{defaults:bugtracking-url}"/>
           <map:parameter name="path" value="{1}{2}"/>
@@ -63,13 +63,13 @@
       </map:match>
 
       <map:match type="regexp" pattern="^(.*?)([^/]*)todo.xml$">
-        <map:generate type="file" src="{project:status}" />
+        <map:generate type="file" src="{lm:project.status}" />
         <map:transform src="{lm:projectInfo.transform.todo.document}" />
         <map:serialize type="xml-document"/>
       </map:match>
 
       <map:match type="regexp" pattern="^(.*?)([^/]*)releaseNotes_(.*).xml$">
-        <map:generate type="file" src="{project:status}" />
+        <map:generate type="file" src="{lm:project.status}" />
         <map:transform src="{lm:projectInfo.transform.releaseNotes.document}">
           <map:parameter name="versionNumber" value="{3}"/>
         </map:transform>

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml?rev=332418&r1=332417&r2=332418&view=diff
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml 
(original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml 
Thu Nov 10 18:10:36 2005
@@ -41,6 +41,11 @@
         <p>This plugin provides various mechanisms for extracting and
         displaying information about a given project.</p>
       </notes>
+      <action dev="DC" type="add" context="code" importance="high">
+        Enable project-level locationmap to define the location of
+        the project:status file which contains the change notes.
+        Therefore this can even be from a remote location.
+      </action>
       <action dev="RDG" type="add" context="code" importance="high">
         Add an automated index page that lists all projects
         in a category. Use 


Reply via email to