You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2008/02/18 01:38:08 UTC

svn commit: r628586 - /forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/locationmap.xml

Author: thorsten
Date: Sun Feb 17 16:38:07 2008
New Revision: 628586

URL: http://svn.apache.org/viewvc?rev=628586&view=rev
Log:
making resources usable from other plugins

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/locationmap.xml

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=628586&r1=628585&r2=628586&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 Sun Feb 17 16:38:07 2008
@@ -29,10 +29,18 @@
   </components>
   <locator>
     <match pattern="pdf.transform.helper.*">
-      <location src="resources/stylesheets/helper-{1}.xsl" />
+      <select>
+        <location src="resources/stylesheets/helper-{1}.xsl"/>
+        <location
+          src="{forrest:forrest.plugins}/org.apache.forrest.plugin.output.pdf/resources/stylesheets/helper-{1}.xsl"/>
+      </select>
     </match>
     <match pattern="pdf.transform.*.*">
-      <location src="resources/stylesheets/{1}-to-{2}.xsl" />
+      <select>
+        <location src="resources/stylesheets/{1}-to-{2}.xsl"/>
+        <location
+          src="{forrest:forrest.plugins}/org.apache.forrest.plugin.output.pdf/resources/stylesheets/{1}-to-{2}.xsl"/>
+      </select>
     </match>
   </locator>
 </locationmap>