Author: gmcdonald
Date: Sun Jan 11 02:39:21 2009
New Revision: 733444
URL: http://svn.apache.org/viewvc?rev=733444&view=rev
Log:
Expand src for windows users - FOR-1108
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/locationmap.xml
forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/locationmap.xml
Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/locationmap.xml?rev=733444&r1=733443&r2=733444&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/locationmap.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/locationmap.xml Sun Jan 11
02:39:21 2009
@@ -29,7 +29,10 @@
</components>
<locator>
<match pattern="pod.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.POD/resources/stylesheets/{1}-to-{2}.xsl"/>
+ </select>
</match>
</locator>
</locationmap>
Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/locationmap.xml?rev=733444&r1=733443&r2=733444&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/locationmap.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/locationmap.xml Sun Jan 11
02:39:21 2009
@@ -28,8 +28,11 @@
</selectors>
</components>
<locator>
- <match pattern="text.transform.*.*">
- <location src="resources/stylesheets/{1}-to-{2}.xsl" />
+ <match pattern="text.transform.*.*">
+ <select>
+ <location src="resources/stylesheets/{1}-to-{2}.xsl" />
+ <location src="{forrest:forrest.plugins}/org.apache.forrest.plugin.output.Text/resources/stylesheets/{1}-to-{2}.xsl"/>
+ </select>
</match>
</locator>
</locationmap>
|