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 2015/01/23 23:25:43 UTC

svn commit: r1654421 - in /forrest/trunk: main/webapp/locationmap-transforms.xml plugins/org.apache.forrest.plugin.output.pdf/locationmap.xml

Author: rgardler
Date: Fri Jan 23 22:25:43 2015
New Revision: 1654421

URL: http://svn.apache.org/r1654421
Log:
move (apparently) deprecated PDF skin behaviour our of core linkmap and into PDF plugin - left original behaviour but commented on impression that it is deprecated.

Modified:
    forrest/trunk/main/webapp/locationmap-transforms.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/locationmap.xml

Modified: forrest/trunk/main/webapp/locationmap-transforms.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/locationmap-transforms.xml?rev=1654421&r1=1654420&r2=1654421&view=diff
==============================================================================
--- forrest/trunk/main/webapp/locationmap-transforms.xml (original)
+++ forrest/trunk/main/webapp/locationmap-transforms.xml Fri Jan 23 22:25:43 2015
@@ -32,6 +32,7 @@
 <!-- ================================== -->
 <!-- skin transforms                    -->
 <!-- ================================== -->
+    <!-- Doesn't look like this is used, seems to be replaced by the PDF plugin -->
     <match pattern="transform.*.fo">
       <select>
         <location src="{properties:skins-dir}{forrest:forrest.skin}/xslt/fo/{1}-to-fo.xsl" />

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/locationmap.xml?rev=1654421&r1=1654420&r2=1654421&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/locationmap.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/locationmap.xml Fri Jan 23 22:25:43 2015
@@ -38,6 +38,9 @@
     <match pattern="pdf.transform.*.*">
       <select>
         <location src="resources/stylesheets/{1}-to-{2}.xsl"/>
+        <location src="{properties:skins-dir}{forrest:forrest.skin}/xslt/fo/{1}-to-fo.xsl" />
+        <location src="{forrest:forrest.context}/skins/{forrest:forrest.skin}/xslt/fo/{1}-to-fo.xsl"/>
+        <location src="{forrest:forrest.context}/skins/common/xslt/fo/{1}-to-fo.xsl"/>
         <location
           src="{forrest:forrest.plugins}/org.apache.forrest.plugin.output.pdf/resources/stylesheets/{1}-to-{2}.xsl"/>
       </select>