You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2007/01/14 21:32:14 UTC

svn commit: r496133 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/locationmap.xml

Author: thorsten
Date: Sun Jan 14 12:32:13 2007
New Revision: 496133

URL: http://svn.apache.org/viewvc?view=rev&rev=496133
Log:
Allowing plugins to provide tiles.
Adding tiles match to solr locationmap.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/locationmap.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/locationmap.xml?view=diff&rev=496133&r1=496132&r2=496133
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/locationmap.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/locationmap.xml Sun Jan 14 12:32:13 2007
@@ -42,5 +42,11 @@
         <location src="{forrest:forrest.plugins}/org.apache.forrest.plugin.output.solr/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.output.solr/resources/themes/{properties:dispatcher.theme}/html/{1}.vt.xml" />
+        <location src="{forrest:forrest.plugins}/org.apache.forrest.plugin.output.solr/resources/themes/{properties:dispatcher.fallback.theme}/html/{1}.vt.xml" />
+      </select>
+    </match>
   </locator>
 </locationmap>