Author: thorsten
Date: Thu Mar  8 18:26:44 2007
New Revision: 516265

URL: http://svn.apache.org/viewvc?view=rev&rev=516265
Log:
Fixing r516256 which did not activated the location matches

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

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/locationmap.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/locationmap.xml?view=diff&rev=516265&r1=516264&r2=516265
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/locationmap.xml
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/locationmap.xml
 Thu Mar  8 18:26:44 2007
@@ -37,5 +37,25 @@
     <match pattern="doap.transform.*.*">
       <location src="resources/stylesheets/{1}-to-{2}.xsl"/>
     </match>   
+
+     <match pattern="resolvePluginContract.*.**">
+      <select type="exists">
+        <location 
src="{forrest:forrest.plugins}/org.apache.forrest.plugin.input.doap/resources/themes/{properties:dispatcher.theme}/{1}/{2}.ft"
 />
+        <location 
src="{forrest:forrest.plugins}/org.apache.forrest.plugin.input.doap/resources/themes/{properties:dispatcher.fallback.theme}/{1}/{2}.ft"
 />
+      </select>
+    </match>
+    <match pattern="resolvePluginThemes.*.**">
+      <select type="exists">
+        <location 
src="{forrest:forrest.plugins}/org.apache.forrest.plugin.input.doap/resources/themes/{properties:dispatcher.theme}/{1}/{2}.{1}"
 />
+        <location 
src="{forrest:forrest.plugins}/org.apache.forrest.plugin.input.doap/resources/themes/{properties:dispatcher.fallback.theme}/{1}/{2}.{1}"
 />
+      </select>
+    </match>
+    <match pattern="resolvePluginTiles.**">
+      <select type="exists">
+        <location 
src="{forrest:forrest.plugins}/org.apache.forrest.plugin.input.doap/resources/themes/{properties:dispatcher.theme}/html/{1}.vt.xml"
 />
+        <location 
src="{forrest:forrest.plugins}/org.apache.forrest.plugin.input.doap/resources/themes/{properties:dispatcher.fallback.theme}/html/{1}.vt.xml"
 />
+      </select>
+    </match>
+
   </locator>
 </locationmap>