Author: crossley
Date: Sun Jul 23 22:11:31 2006
New Revision: 424904
URL: http://svn.apache.org/viewvc?rev=424904&view=rev
Log:
It was trying to show album.xml as a picture.
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/input.xmap
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/input.xmap
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/input.xmap?rev=424904&r1=424903&r2=424904&view=diff
==============================================================================
---
forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/input.xmap
(original)
+++
forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/input.xmap
Sun Jul 23 22:11:31 2006
@@ -60,7 +60,7 @@
<!-- HELP: I'd like to be able to have more dynamic image variants
(e.g. thumb)
without having them hardcoded like the are but I suck at regex.
-->
- <map:parameter name="exclude"
value="(\w\.thumb.jpg|\w\.small.jpg|Thumbs.db)"/>
+ <map:parameter name="exclude"
value="(\w\.thumb.jpg|\w\.small.jpg|Thumbs.db|album.xml)"/>
</map:generate>
<map:serialize type="xml" />
</map:match>