You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2006/06/22 17:01:47 UTC

svn commit: r416389 - /lenya/trunk/src/webapp/lenya/config/sitemap/exceptionselector.xmap

Author: andreas
Date: Thu Jun 22 08:01:47 2006
New Revision: 416389

URL: http://svn.apache.org/viewvc?rev=416389&view=rev
Log:
Removed reference to obsolete ExecutionException

Modified:
    lenya/trunk/src/webapp/lenya/config/sitemap/exceptionselector.xmap

Modified: lenya/trunk/src/webapp/lenya/config/sitemap/exceptionselector.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/config/sitemap/exceptionselector.xmap?rev=416389&r1=416388&r2=416389&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/config/sitemap/exceptionselector.xmap (original)
+++ lenya/trunk/src/webapp/lenya/config/sitemap/exceptionselector.xmap Thu Jun 22 08:01:47 2006
@@ -19,7 +19,6 @@
       unless="/sitemap/components/selectors/selector[@name = 'exception']/exception[@name = 'document-does-not-exist']"
       insert-before="/sitemap/components/selectors/selector[@name = 'exception']/exception[@class = 'java.lang.Throwable']">
     <exception name="document-does-not-exist" class="org.apache.lenya.cms.publication.DocumentDoesNotExistException"/>
-    <exception class="org.apache.lenya.cms.task.ExecutionException" name="execution" unroll="true"/>
     <exception class="org.apache.tools.ant.BuildException" name="build" unroll="true"/>
     <exception class="org.xml.sax.SAXParseException" name="sax-parsing"/>
     <exception class="org.xml.sax.SAXException" name="sax" unroll="true"/>



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