You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2004/10/06 11:47:00 UTC

svn commit: rev 53856 - incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya

Author: michi
Date: Wed Oct  6 02:46:59 2004
New Revision: 53856

Modified:
   incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources-shared.xmap
   incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources.xmap
Log:
upper case suffix for JPG added

Modified: incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources-shared.xmap
==============================================================================
--- incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources-shared.xmap	(original)
+++ incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources-shared.xmap	Wed Oct  6 02:46:59 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: resources-shared.xmap,v 1.7 2004/04/29 09:21:00 andreas Exp $ -->
+<!-- $Id$ -->
 
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
   <map:components/>
@@ -45,6 +45,9 @@
           <!-- matches pub-id/area/**.jpg -->
           <map:match pattern="*/*/**.jpg">
             <map:read src="pubs/{1}/resources/shared/{3}.jpg" mime-type="image/jpeg" />
+          </map:match>
+          <map:match pattern="*/*/**.JPG">
+            <map:read src="pubs/{1}/resources/shared/{3}.JPG" mime-type="image/jpeg" />
           </map:match>
 
           <!-- matches pub-id/area/**.gif -->

Modified: incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources.xmap
==============================================================================
--- incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources.xmap	(original)
+++ incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources.xmap	Wed Oct  6 02:46:59 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: resources.xmap,v 1.13 2004/04/29 09:21:00 andreas Exp $ -->
+<!-- $Id$ -->
 
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
   <map:components/>
@@ -37,6 +37,9 @@
           <!-- matches pub-id/area/**.jpg -->
           <map:match pattern="*/*/**.jpg">
             <map:read src="pubs/{1}/resources/{2}/{3}.jpg" mime-type="image/jpeg" />
+          </map:match>
+          <map:match pattern="*/*/**.JPG">
+            <map:read src="pubs/{1}/resources/{2}/{3}.JPG" mime-type="image/jpeg" />
           </map:match>
 
           <!-- matches pub-id/area/**.gif -->

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