Author: taylor
Date: Fri Nov 13 22:32:32 2009
New Revision: 836034

URL: http://svn.apache.org/viewvc?rev=836034&view=rev
Log:
fix broken build

Modified:
    
portals/jetspeed-2/portal/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/decoration/DecorationFactoryImpl.java

Modified: 
portals/jetspeed-2/portal/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/decoration/DecorationFactoryImpl.java
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/decoration/DecorationFactoryImpl.java?rev=836034&r1=836033&r2=836034&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/decoration/DecorationFactoryImpl.java
 (original)
+++ 
portals/jetspeed-2/portal/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/decoration/DecorationFactoryImpl.java
 Fri Nov 13 22:32:32 2009
@@ -289,7 +289,7 @@
                 props.setProperty( "name", name );
             }
         }
-        catch ( Exception e )
+        catch ( Throwable e )
         {
             log.warn( "Failed to load the " + Decoration.CONFIG_FILE_NAME + " 
configuration file for decoration \"" + name + "\".", e );
             props.setProperty( "id", name );
@@ -346,7 +346,7 @@
                 log.debug( "Could not locate the " + 
Decoration.CONFIG_DESKTOP_FILE_NAME + " configuration file for decoration \"" + 
name + "\".  This decoration may not exist." );
             }
         }
-        catch ( Exception e )
+        catch ( Throwable e )
         {
             log.warn( "Failed to load the " + 
Decoration.CONFIG_DESKTOP_FILE_NAME + " configuration file for decoration \"" + 
name + "\".", e );
         }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to