You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/12/28 17:12:00 UTC

svn commit: r123520 - /lenya/trunk/src/confpatch/exceptionselector.xmap

Author: gregor
Date: Tue Dec 28 08:11:59 2004
New Revision: 123520

URL: http://svn.apache.org/viewcvs?view=rev&rev=123520
Log:
Removed duplicate ResourceNotFound exception selector (it is already defined by Cocoon)
Modified:
   lenya/trunk/src/confpatch/exceptionselector.xmap

Modified: lenya/trunk/src/confpatch/exceptionselector.xmap
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/confpatch/exceptionselector.xmap?view=diff&rev=123520&p1=lenya/trunk/src/confpatch/exceptionselector.xmap&r1=123519&p2=lenya/trunk/src/confpatch/exceptionselector.xmap&r2=123520
==============================================================================
--- lenya/trunk/src/confpatch/exceptionselector.xmap	(original)
+++ lenya/trunk/src/confpatch/exceptionselector.xmap	Tue Dec 28 08:11:59 2004
@@ -23,7 +23,6 @@
     <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"/>
-    <exception class="org.apache.cocoon.ResourceNotFoundException" name="resourcenotfound"/>
     <exception class="org.apache.cocoon.ProcessingException" name="processing" unroll="true"/>
     <exception class="org.apache.lenya.cms.publishing.ParentNodeNotFoundException" name="parent-node-not-found"/>
     <!--         <exception class="org.apache.lenya.cms.publishing.PublishingException" name="publishing"/> -->

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