Revision: 1094
Author:   ge0ffrey
Date:     2006-04-26 00:44:34 -0700 (Wed, 26 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1094&view=rev

Log Message:
-----------
package naming mistake

Modified Paths:
--------------
    
trunk/spring-richclient/tiger/src/main/java/org/springframework/richclient/exception/I18nUncaughtExceptionHandler.java

Added Paths:
-----------
    trunk/spring-richclient/tiger/src/main/java/org/

Removed Paths:
-------------
    trunk/spring-richclient/tiger/src/main/java/be/
Copied: trunk/spring-richclient/tiger/src/main/java/org (from rev 1093, 
trunk/spring-richclient/tiger/src/main/java/be)

Modified: 
trunk/spring-richclient/tiger/src/main/java/org/springframework/richclient/exception/I18nUncaughtExceptionHandler.java
===================================================================
--- 
trunk/spring-richclient/tiger/src/main/java/be/springframework/richclient/exception/I18nUncaughtExceptionHandler.java
       2006-04-26 07:32:23 UTC (rev 1093)
+++ 
trunk/spring-richclient/tiger/src/main/java/org/springframework/richclient/exception/I18nUncaughtExceptionHandler.java
      2006-04-26 07:44:34 UTC (rev 1094)
@@ -1,4 +1,4 @@
-package be.springframework.richclient.exception;
+package org.springframework.richclient.exception;
 
 //import org.apache.commons.lang.StringUtils;
 //import org.apache.commons.lang.WordUtils;
@@ -16,7 +16,7 @@
 /**
  * Register it like this:
  * <bean id="uncaughtExceptionHandler" lazy-init="false"
- *          
class="be.kahosl.thot.swingui.app.exception.I18nUncaughtExceptionHandler" />
+ *          
class="org.springframework.richclient.exception.I18nUncaughtExceptionHandler" 
/>
  *
  * And add this to your messages.properties:
  * java.lang.RuntimeException.caption = Unexpected problem


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to