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/05/03 06:43:00 UTC

svn commit: r399134 - /forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/input.xmap

Author: crossley
Date: Tue May  2 21:43:00 2006
New Revision: 399134

URL: http://svn.apache.org/viewcvs?rev=399134&view=rev
Log:
Stop showing "album.xml" metadata files as gallery items.

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/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/input.xmap?rev=399134&r1=399133&r2=399134&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 Tue May  2 21:43:00 2006
@@ -34,7 +34,7 @@
                 <map:parameter name="xpath" value="/albuminfo/*"/>
                 <map:parameter name="sort" value="lastmodified"/>
                 <map:parameter name="reverse" value="true"/>
-                <map:parameter name="exclude" value="(\.svn$|\w\.thumb.jpg|\w\.small.jpg|Thumbs.db)"/>
+                <map:parameter name="exclude" value="(\.svn$|\w\.thumb.jpg|\w\.small.jpg|Thumbs.db|album.xml)"/>
                 <map:parameter name="xmlFiles" value="album\.xml"/>
              </map:generate>
             <map:serialize type="xml"/>