Author: rgardler
Date: Wed Nov 23 09:08:17 2005
New Revision: 348490

URL: http://svn.apache.org/viewcvs?rev=348490&view=rev
Log:
look for contracts in plugins before looking for them in themer or core, this 
allows plugins to expose their own contracts and to override existing ones

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

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/locationmap.xml
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/locationmap.xml?rev=348490&r1=348489&r2=348490&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/locationmap.xml
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/locationmap.xml
 Wed Nov 23 09:08:17 2005
@@ -46,6 +46,8 @@
         <location 
src="{project:themer}/resources/themes/{project:theme}/html/{1}.ft" />
         <!--  project-application-based default fallback -->
         <location 
src="{project:themer}/resources/themes/{defaults:theme}/html/{1}.ft" />
+        <!--  plugin provided contracts -->
+        <location src="{lm:resolvePluginContract.html.{1}}" />
         <!-- forrest-application-based theme -->
         <location 
src="{defaults:themer}/resources/themes/{project:theme}/html/{1}.ft" />
         <!--  forrest-application-based default fallback -->


Reply via email to