Author: crossley Date: Sun Sep 14 08:21:41 2014 New Revision: 1624807 URL: http://svn.apache.org/r1624807 Log: Enable Windows to find plugin resources. Issue: FOR-1108, FOR-1188
Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml?rev=1624807&r1=1624806&r2=1624807&view=diff ============================================================================== --- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml (original) +++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml Sun Sep 14 08:21:41 2014 @@ -39,7 +39,10 @@ <location src="{properties:content}/useCases/{1}.xml" /> </match> <match pattern="projectInfo.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.input.projectInfo/resources/stylesheets/{1}-to-{2}.xsl"/> + </select> </match> <match pattern="project.svn.url"> <location src="http://svn.myHost.org/repos" />