Author: rgardler
Date: Wed Oct 24 14:40:32 2007
New Revision: 588046

URL: http://svn.apache.org/viewvc?rev=588046&view=rev
Log:
Use the previously defined projectInfo.project.url property

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

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/forrest.properties.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/forrest.properties.xml?rev=588046&r1=588045&r2=588046&view=diff
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/forrest.properties.xml
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/forrest.properties.xml
 Wed Oct 24 14:40:32 2007
@@ -30,5 +30,5 @@
   <property name="projectInfo.changes.includeCommitterList" value="false"/>
   <property name="projectInfo.svn.ext" value=".svn.xml"/>
   <property name="projectInfo.project.fullname" value="Apache Forrest 
ProjectInfo"/>
-  <property name="projectInfo.url" 
value="http://forrest.apache.org/pluginDocs/plugins_0_90/index.html"/>
+  <property name="projectInfo.project.url" 
value="http://forrest.apache.org/pluginDocs/plugins_0_90/index.html"/>
 </properties>

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources.xmap
URL: 
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources.xmap?rev=588046&r1=588045&r2=588046&view=diff
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources.xmap
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources.xmap
 Wed Oct 24 14:40:32 2007
@@ -33,7 +33,7 @@
           <map:part src="{lm:project.status}"/>
         </map:aggregate>
         <map:transform src="{lm:projectInfo.transform.changes.rss}">
-          <map:parameter name="changes-url" 
value="{properties:projectInfo.url}/changes.html"/>
+          <map:parameter name="changes-url" 
value="{properties:projectInfo.project.url}/changes.html"/>
           <map:parameter name="project-name" 
value="{properties:projectInfo.project.fullname}"/>
         </map:transform>
         <map:serialize type="rss091" />
@@ -45,7 +45,7 @@
         </map:aggregate>
         <map:transform src="{lm:projectInfo.transform.changes.rss}">
           <map:parameter name="versionNumber" value="{3}"/>
-          <map:parameter name="changes-url" 
value="{properties:projectInfo.url}"/>
+          <map:parameter name="changes-url" 
value="{properties:projectInfo.project.url}"/>
           <map:parameter name="project-name" 
value="{properties:project.name}"/>
         </map:transform>
         <map:serialize type="rss091" />