Author: gmcdonald
Date: Wed Jan 14 14:38:16 2009
New Revision: 734537

URL: http://svn.apache.org/viewvc?rev=734537&view=rev
Log:
Expand src for windows users - FOR-1108

Modified:
    
forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/locationmap.xml
    
forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/locationmap.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/locationmap.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.excel/locationmap.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/locationmap.xml
    
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/locationmap.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/locationmap.xml

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/locationmap.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/locationmap.xml?rev=734537&r1=734536&r2=734537&view=diff
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/locationmap.xml
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/locationmap.xml
 Wed Jan 14 14:38:16 2009
@@ -29,13 +29,22 @@
   </components>
   <locator>
     <match pattern="OOo.transform.xsl.**">
-      <location src="resources/stylesheets/{1}.xsl" />
+      <select>
+        <location src="resources/stylesheets/{1}.xsl" />
+        <location 
src="{forrest:forrest.plugins}/org.apache.forrest.plugin.input.listLocations/resources/stylesheets/{1}.xsl"
 />
+      </select>
     </match>
     <match pattern="OOo.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.listLocations/resources/stylesheets/{1}-to-{2}.xsl"
 />
+      </select>
     </match>
     <match pattern="OOo.bootstrap">
-      <location src="resources/stylesheets/aggregates/openoffice.xml"/>
+      <select>
+        <location src="resources/stylesheets/aggregates/openoffice.xml"/>
+        <location 
src="{forrest:forrest.plugins}/org.apache.forrest.plugin.input.listLocations/resources/stylesheets/aggregates/openoffice.xml"/>
+      </select>
     </match>
   </locator>
 </locationmap>

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/locationmap.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/locationmap.xml?rev=734537&r1=734536&r2=734537&view=diff
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/locationmap.xml
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/locationmap.xml
 Wed Jan 14 14:38:16 2009
@@ -31,12 +31,14 @@
   
   <locator>  
     <match pattern="photoGallery.transform.*.*">
-        <location src="resources/stylesheets/{1}-to-{2}.xsl" />
+            <location src="resources/stylesheets/{1}-to-{2}.xsl" />
+            <location 
src="{forrest:forrest.plugins}/org.apache.forrest.plugin.input.PhotoGallery/resources/stylesheets/{1}-to-{2}.xsl"
 />
     </match>
     <match pattern="photoGallery.albuminfo.*">
       <select>
         <location src="{lm:project.images/gallery/{1}/album.xml}"/>
         <location src="resources/default-album-metadata.xml"/>
+        <location 
src="{forrest:forrest.plugins}/org.apache.forrest.plugin.input.PhotoGallery/resources/default-album-metadata.xml"/>
       </select>
     </match>
   </locator>

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/locationmap.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/locationmap.xml?rev=734537&r1=734536&r2=734537&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/locationmap.xml 
(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/locationmap.xml 
Wed Jan 14 14:38:16 2009
@@ -29,7 +29,10 @@
   </components>
   <locator>
     <match pattern="dtdx.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.dtdx/resources/stylesheets/{1}-to{2}.xsl"
 />
+      </select>
     </match>
   </locator>
 </locationmap>

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.input.excel/locationmap.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.excel/locationmap.xml?rev=734537&r1=734536&r2=734537&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.excel/locationmap.xml 
(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.excel/locationmap.xml 
Wed Jan 14 14:38:16 2009
@@ -29,7 +29,10 @@
   </components>
   <locator>
     <match pattern="excel.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.excel/resources/stylesheets/{1}-to-{2}.xsl"
 />
+      </select>
     </match>
   </locator>
 </locationmap>

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/locationmap.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/locationmap.xml?rev=734537&r1=734536&r2=734537&view=diff
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/locationmap.xml 
(original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/locationmap.xml 
Wed Jan 14 14:38:16 2009
@@ -29,10 +29,16 @@
   </components>
   <locator>
     <match pattern="feeder.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.feeder/resources/stylesheets/{1}-to-{2}.xsl"
 />
+      </select>
     </match>
     <match pattern="feeder.tag-*.sources">
-      <location src="resources/taggedSources.xml"/>
+      <select>
+        <location src="resources/taggedSources.xml"/>
+        <location 
src="{forrest:forrest.plugins}/org.apache.forrest.plugin.input.feeder/resources/taggedSources.xml"/>
+      </select>
     </match>
   </locator>
 </locationmap>

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/locationmap.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/locationmap.xml?rev=734537&r1=734536&r2=734537&view=diff
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/locationmap.xml
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/locationmap.xml
 Wed Jan 14 14:38:16 2009
@@ -29,7 +29,10 @@
   </components>
   <locator>
     <match pattern="listLocations.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.listLocations/resources/stylesheets/{1}-to-{2}.xsl"
 />
+      </select>
     </match>
   </locator>
 </locationmap>

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=734537&r1=734536&r2=734537&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 
Wed Jan 14 14:38:16 2009
@@ -32,13 +32,20 @@
     <match pattern="wiki.grammar.*.*">
       <select>
         <location src="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">
-      <location src="resources/chaperon/stylesheets/text4regex.xsl"/>
+      <select>
+        <location src="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.*.*">
-      <location src="resources/chaperon/stylesheets/{1}2{2}.xsl"/>
+      <select>
+        <location src="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>
   </locator>
 </locationmap>