lenya/src/webapp/lenya resources.xmap,1.4,1.5
Andreas Hartmann <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya
In directory erbium:/tmp/cvs-serv6547/src/webapp/lenya
Modified Files:
resources.xmap
Log Message:
corrected tar.gz matcher
Index: resources.xmap
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/resources.xmap,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** resources.xmap 7 May 2003 09:37:16 -0000 1.4
--- resources.xmap 7 May 2003 09:40:12 -0000 1.5
***************
*** 36,42 ****
</map:match>
! <!-- matches pub-id/images/**.tar.gz -->
! <map:match pattern="*/images/**.tar.gz">
! <map:read src="pubs/{1}/resources/images/{2}.tar.gz" mime-type="application/x-gtar" />
</map:match>
--- 36,42 ----
</map:match>
! <!-- matches pub-id/**.tar.gz -->
! <map:match pattern="*/**.tar.gz">
! <map:read src="pubs/{1}/resources/{2}.tar.gz" mime-type="application/x-gtar" />
</map:match>