You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2009/01/22 14:57:49 UTC

svn commit: r736642 - /lenya/trunk/src/modules/resource/sitemap.xmap

Author: andreas
Date: Thu Jan 22 05:57:49 2009
New Revision: 736642

URL: http://svn.apache.org/viewvc?rev=736642&view=rev
Log:
Deliver sitetree icon for resource module.modules/resource/sitemap.xmap

Modified:
    lenya/trunk/src/modules/resource/sitemap.xmap

Modified: lenya/trunk/src/modules/resource/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/resource/sitemap.xmap?rev=736642&r1=736641&r2=736642&view=diff
==============================================================================
--- lenya/trunk/src/modules/resource/sitemap.xmap (original)
+++ lenya/trunk/src/modules/resource/sitemap.xmap Thu Jan 22 05:57:49 2009
@@ -97,7 +97,11 @@
       </map:match>
       
       <map:match pattern="icon/*/*/*/*">
-        <map:read src="fallback://lenya/modules/resource/resources/icons/default.gif"/>
+        <map:read src="fallback://lenya/modules/resource/resources/icons/default.gif" mime-type="image/gif"/>
+      </map:match>
+      
+      <map:match pattern="icon">
+        <map:read src="fallback://lenya/modules/resource/resources/icons/default.gif" mime-type="image/gif"/>
       </map:match>
       
       <map:match pattern="bitmap-icons/*">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org