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 2008/07/04 00:59:26 UTC

svn commit: r673859 - /forrest/trunk/plugins/org.apache.forrest.plugin.input.simplifiedDocbook/locationmap.xml

Author: rgardler
Date: Thu Jul  3 15:59:26 2008
New Revision: 673859

URL: http://svn.apache.org/viewvc?rev=673859&view=rev
Log:
Use an absolute path to stylesheets to allow them to be reused elsewhere

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.simplifiedDocbook/locationmap.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.simplifiedDocbook/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.simplifiedDocbook/locationmap.xml?rev=673859&r1=673858&r2=673859&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.simplifiedDocbook/locationmap.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.simplifiedDocbook/locationmap.xml Thu Jul  3 15:59:26 2008
@@ -29,7 +29,7 @@
   </components>
   <locator>
     <match pattern="simplifiedDocbook.transform.*.*">
-      <location src="resources/stylesheets/{1}-to-{2}.xsl" />
+      <location src="{properties:forrest.plugins}/org.apache.forrest.plugin.input.simplifiedDocbook/resources/stylesheets/{1}-to-{2}.xsl" />
     </match>
   </locator>
 </locationmap>