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/05 12:09:23 UTC

svn commit: r492980 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml

Author: thorsten
Date: Fri Jan  5 03:09:21 2007
New Revision: 492980

URL: http://svn.apache.org/viewvc?view=rev&rev=492980
Log:
allowing plugins to server themes resources such as css and gifs

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml?view=diff&rev=492980&r1=492979&r2=492980
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml Fri Jan  5 03:09:21 2007
@@ -408,6 +408,8 @@
                 <location 
                     src="{lm:themer.project.dir}/{properties:dispatcher.fallback.theme}/{2}/{1}.{2}" 
                     />
+              <!--  plugin provided contracts -->
+                <location src="{lm:resolvePluginThemes.{2}.{1}}" />
                 <location 
                     src="{lm:dispatcher.themer}/themes/{properties:dispatcher.theme}/{2}/{1}.{2}" 
                     />