Mailing List Archive

svn commit: r1433459 - /forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/locationmap.xml
Author: sjur
Date: Tue Jan 15 15:37:13 2013
New Revision: 1433459

URL: http://svn.apache.org/viewvc?rev=1433459&view=rev
Log:
Corrected the reference to the project-specific resources. Earlier they didn't work, which made it impossible to override the plugin-specified files. Now it should be possible to override. It works for me, at least.

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

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/locationmap.xml?rev=1433459&r1=1433458&r2=1433459&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/locationmap.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/locationmap.xml Tue Jan 15 15:37:13 2013
@@ -31,19 +31,19 @@
<locator>
<match pattern="wiki.grammar.*.*">
<select>
- <location src="resources/chaperon/grammars/{1}.{2}"/>
+ <location src="{properties:resources}/chaperon/grammars/{1}.{2}"/>
<location src="{forrest:forrest.plugins}/org.apache.forrest.plugin.input.wiki/resources/chaperon/grammars/{1}.{2}"/>
</select>
</match>
<match pattern="wiki.transform.text4regex">
<select>
- <location src="resources/chaperon/stylesheets/text4regex.xsl"/>
+ <location src="{properties:resources}/chaperon/stylesheets/text4regex.xsl"/>
<location src="{forrest:forrest.plugins}/org.apache.forrest.plugin.input.wiki/resources/chaperon/stylesheets/text4regex.xsl"/>
</select>
</match>
<match pattern="wiki.transform.*.*">
<select>
- <location src="resources/chaperon/stylesheets/{1}2{2}.xsl"/>
+ <location src="{properties:resources}/chaperon/stylesheets/{1}2{2}.xsl"/>
<location src="{forrest:forrest.plugins}/org.apache.forrest.plugin.input.wiki/resources/chaperon/stylesheets/{1}2{2}.xsl"/>
</select>
</match>