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

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

Author: rgardler
Date: Thu Jun 14 08:05:58 2007
New Revision: 547272

URL: http://svn.apache.org/viewvc?view=rev&rev=547272
Log:
Always look in the core themes for common contracts. This allows third party themes to extend common without having to duplicate them.

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=547272&r1=547271&r2=547272
==============================================================================
--- 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 Thu Jun 14 08:05:58 2007
@@ -294,6 +294,9 @@
 <!-- forrest-application-based theme -->
         <location 
                     src="{lm:dispatcher.themer}/themes/{properties:dispatcher.theme}/{1}/{2}.ft" />
+        <location 
+                    src="{properties:forrest.plugins}/org.apache.forrest.themes.core/themes/common/{1}/{2}.ft" 
+                    />
 <!--  forrest-application-based default fallback -->
         <location 
                     src="{lm:dispatcher.themer}/themes/{properties:dispatcher.fallback.theme}/{1}/{2}.ft" 
@@ -403,6 +406,9 @@
                     />
         <location 
                     src="{lm:dispatcher.themer}/themes/{properties:dispatcher.theme}/images/{1}.{2}" 
+                    />
+        <location 
+                    src="{properties:forrest.plugins}/org.apache.forrest.themes.core/themes/common/images/{1}.{2}" 
                     />
         <location 
                     src="{lm:dispatcher.themer}/themes/{properties:dispatcher.fallback.theme}/images/{1}.{2}"