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 2005/10/19 22:38:14 UTC

svn commit: r326696 - in /forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo: ./ resources/stylesheets/

Author: rgardler
Date: Wed Oct 19 13:37:51 2005
New Revision: 326696

URL: http://svn.apache.org/viewcvs?rev=326696&view=rev
Log:
Use the locationmap fully, rename stylesheets to naming convention

Added:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl
      - copied unchanged from r326255, forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes2document.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-rss.xsl
      - copied unchanged from r326255, forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes2rss.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/releaseNotes-to-document.xsl
      - copied, changed from r326255, forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/releaseNotes2document.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/todo-to-document.xsl
      - copied unchanged from r326255, forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/todo2document.xsl
Removed:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes2document.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes2rss.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/releaseNotes2document.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/todo2document.xsl
Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources.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=326696&r1=326695&r2=326696&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 Wed Oct 19 13:37:51 2005
@@ -31,7 +31,7 @@
     
       <map:match type="regexp" pattern="^(.*?)([^/]*)changes.xml$">
         <map:generate type="file" src="{project:status}" />
-        <map:transform src="resources/stylesheets/changes2document.xsl" >
+        <map:transform src="{lm:projectInfo.transform.changes.document}" >
           <map:parameter name="bugtracking-url" value="{defaults:bugtracking-url}"/>
           <map:parameter name="path" value="{1}{2}"/>
         </map:transform>
@@ -50,13 +50,13 @@
 
       <map:match type="regexp" pattern="^(.*?)([^/]*)todo.xml$">
         <map:generate type="file" src="{project:status}" />
-        <map:transform src="resources/stylesheets/todo2document.xsl" />
+        <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:transform src="resources/stylesheets/releaseNotes2document.xsl">
+        <map:transform src="{lm:projectInfo.transform.releaseNotes.document}">
           <map:parameter name="versionNumber" value="{3}"/>
         </map:transform>
         <map:serialize type="xml-document"/>
@@ -64,7 +64,7 @@
 
       <map:match type="regexp" pattern="^(.*?)([^/]*)summary.xml$">
         <map:generate type="file" src="{lm:{0}}" />
-        <map:transform src="resources/stylesheets/releaseNotes2document.xsl"/>
+        <map:transform src="{lm:projectInfo.transform.releaseNotes.document}"/>
         <map:serialize type="xml-document"/>
       </map:match>
       
@@ -74,20 +74,19 @@
 
       <map:match pattern="projectDetails.xml">
         <map:generate type="file" src="{lm:project.descriptor}" />
-        <map:transform src="{lm:projectInfotransform.doap.html}"/>
+        <map:transform src="{lm:projectInfo.transform.doap.html}"/>
         <map:transform src="{lm:transform.html.document}"/>
         <map:serialize type="xml-document"/>
       </map:match>
       
       <map:match pattern="projectDetails.source.xml">
         <map:generate type="file" src="{lm:projectInfo.project.descriptor}" />
-        <map:transform src="{lm:transform.descriptor.html}"/>
         <map:serialize type="xml-document"/>
       </map:match>
       
       <map:match pattern="projectDetails.*.xml">
         <map:generate type="file" src="{lm:project.descriptor.{1}}" />
-        <map:transform src="{lm:transform.descriptor.html}"/>
+        <map:transform src="{lm:projectInfo.transform.doap.html}"/>
         <map:transform src="{lm:transform.html.document}"/>
         <map:serialize type="xml-document"/>
       </map:match>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml?rev=326696&r1=326695&r2=326696&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml Wed Oct 19 13:37:51 2005
@@ -35,7 +35,7 @@
   <locator>
 
     <match pattern="project.status">
-      <location src="{project:sratus}" />
+      <location src="{project:status}" />
     </match>    
 
     <match pattern="project.descriptor">

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources.xmap?rev=326696&r1=326695&r2=326696&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 19 13:37:51 2005
@@ -32,9 +32,9 @@
       <map:match pattern="**changes.rss">
         <map:aggregate element="agg">
           <map:part src="cocoon://skinconf.xml"/>
-          <map:part src="{project:status}"/>
+          <map:part src="{lm:project.status}"/>
         </map:aggregate>
-        <map:transform src="resources/stylesheets/changes2rss.xsl"/>
+        <map:transform src="{lm:projectInfo.transform.changes.rss}"/>
         <map:serialize type="rss091" />
       </map:match>
 

Copied: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/releaseNotes-to-document.xsl (from r326255, forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/releaseNotes2document.xsl)
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/releaseNotes-to-document.xsl?p2=forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/releaseNotes-to-document.xsl&p1=forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/releaseNotes2document.xsl&r1=326255&r2=326696&rev=326696&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/releaseNotes2document.xsl (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/releaseNotes-to-document.xsl Wed Oct 19 13:37:51 2005
@@ -21,7 +21,7 @@
     version="1.0">
 
   <xsl:param name="versionNumber"/>
-  <xsl:include href="changes2document.xsl"/>
+  <xsl:include href="changes-to-document.xsl"/>
 
   <!-- Calculate path to site root, eg '../../' -->
   <xsl:variable name="root">