You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/02/06 03:01:58 UTC

svn commit: r375152 - /forrest/trunk/main/webapp/locationmap.xml

Author: crossley
Date: Sun Feb  5 18:01:56 2006
New Revision: 375152

URL: http://svn.apache.org/viewcvs?rev=375152&view=rev
Log:
Look in the preferred resources/images before the old xdocs/images.

Modified:
    forrest/trunk/main/webapp/locationmap.xml

Modified: forrest/trunk/main/webapp/locationmap.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/locationmap.xml?rev=375152&r1=375151&r2=375152&view=diff
==============================================================================
--- forrest/trunk/main/webapp/locationmap.xml (original)
+++ forrest/trunk/main/webapp/locationmap.xml Sun Feb  5 18:01:56 2006
@@ -104,10 +104,10 @@
     
     <match pattern="project.images.**.*">
       <select>
-        <location src="{project:content.xdocs}images/{1}.{2}" />
-        <location src="{project:content.xdocs}{1}.{2}" />
         <location src="{project:resources.images}{1}.{2}" />
         <location src="{project:content}../resources/images/{1}.{2}" />
+        <location src="{project:content.xdocs}images/{1}.{2}" />
+        <location src="{project:content.xdocs}{1}.{2}" />
       </select>
     </match>