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/17 23:01:29 UTC

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

Author: thorsten
Date: Sun Feb 17 14:01:28 2008
New Revision: 628558

URL: http://svn.apache.org/viewvc?rev=628558&view=rev
Log:
Adding new match for helper classes so that we can import them in 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=628558&r1=628557&r2=628558&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 14:01:28 2008
@@ -28,6 +28,9 @@
     </selectors>
   </components>
   <locator>
+    <match pattern="pdf.transform.helper.*">
+      <location src="resources/stylesheets/helper-{1}.xsl" />
+    </match>
     <match pattern="pdf.transform.*.*">
       <location src="resources/stylesheets/{1}-to-{2}.xsl" />
     </match>