Author: crossley
Date: Wed Dec 28 17:47:24 2005
New Revision: 359672
URL: http://svn.apache.org/viewcvs?rev=359672&view=rev
Log:
Fix a recent change (r332589 and r332547) to use the
locationmap for images in local "my-images" directory.
Modified:
forrest/trunk/main/webapp/resources.xmap
Modified: forrest/trunk/main/webapp/resources.xmap
URL:
http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/resources.xmap?rev=359672&r1=359671&r2=359672&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources.xmap (original)
+++ forrest/trunk/main/webapp/resources.xmap Wed Dec 28 17:47:24 2005
@@ -195,7 +195,7 @@
<!-- handles images local to a contributor directory -->
<map:match pattern="**my-images/**.*">
- <map:read src="{lm:project.images.{1}/{2}.{3}}"
mime-type="image/{3}" />
+ <map:read src="{lm:project.images.{1}my-images/{2}.{3}}"
mime-type="image/{3}" />
</map:match>
<map:match type="regexp" pattern="^(.*?)([^/]*).svg$">