You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2014/09/17 10:19:29 UTC

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

Author: crossley
Date: Wed Sep 17 08:19:29 2014
New Revision: 1625483

URL: http://svn.apache.org/r1625483
Log:
Use locationmap to resolve all resources, and use the stylesheet naming convention.

Added:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/svn-log-to-sh.xsl
      - copied unchanged from r1620820, forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/svn-log.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/svn-revision-to-first-last.xsl
      - copied unchanged from r1620820, forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/first-last-revision.xsl
Removed:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/first-last-revision.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/svn-log.xsl
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/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap?rev=1625483&r1=1625482&r2=1625483&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 Sep 17 08:19:29 2014
@@ -136,7 +136,7 @@
           <map:part src="{lm:projectInfo.svn.log.dir}{0}"/>
           <map:part src="{lm:projectInfo.svn.mapper}"/>
         </map:aggregate>
-        <map:transform src="resources/stylesheets/svn-to-changes.xsl" />
+        <map:transform src="{lm:projectInfo.transform.svn.changes}" />
         <map:transform src="{lm:projectInfo.transform.changes.document}" >
           <map:parameter name="bugtracking-url" value="{properties:forrest.bugtracking-url}"/>
           <map:parameter name="path" value="{1}"/>
@@ -148,13 +148,13 @@
       </map:match>
       <map:match pattern="*.svn-revision.xml">
         <map:generate src="{lm:projectInfo.svn.log.dir}{1}.svn.xml"/>
-        <map:transform src="resources/stylesheets/svn-to-revision.xsl" />
-        <map:transform src="resources/stylesheets/first-last-revision.xsl" />
+        <map:transform src="{lm:projectInfo.transform.svn.revision}" />
+        <map:transform src="{lm:projectInfo.transform.svn-revision.first-last}" />
         <map:serialize type="xml"/>
       </map:match>
       <map:match pattern="*.svn-sh.xml">
         <map:generate src="cocoon:/{1}.svn-revision.xml"/>
-        <map:transform src="resources/stylesheets/svn-log.xsl">
+        <map:transform src="{lm:projectInfo.transform.svn-log.sh}">
           <map:parameter value="{lm:project.svn.url}" name="url"/>
           <map:parameter value="{properties:projectInfo.svn.ext}" name="ext"/>
           <map:parameter value="{properties:projectInfo.svn.path-prefix}" name="path-prefix"/>