Revision: 1189
Author:   ge0ffrey
Date:     2006-05-28 03:21:05 -0700 (Sun, 28 May 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1189&view=rev

Log Message:
-----------
package names should not contain capitals

Modified Paths:
--------------
    
trunk/spring-richclient/samples/petclinic/gui/src/main/java/org/springframework/richclient/samples/petclinic/exceptionHandling/ExceptionHandlingView.java
    
trunk/spring-richclient/samples/petclinic/gui/src/main/resources/org/springframework/richclient/samples/petclinic/ctx/common/richclient-application-context.xml
Modified: 
trunk/spring-richclient/samples/petclinic/gui/src/main/java/org/springframework/richclient/samples/petclinic/exceptionHandling/ExceptionHandlingView.java
===================================================================
--- 
trunk/spring-richclient/samples/petclinic/gui/src/main/java/org/springframework/richclient/samples/petclinic/exceptionHandling/ExceptionHandlingView.java
   2006-05-27 23:24:27 UTC (rev 1188)
+++ 
trunk/spring-richclient/samples/petclinic/gui/src/main/java/org/springframework/richclient/samples/petclinic/exceptionHandling/ExceptionHandlingView.java
   2006-05-28 10:21:05 UTC (rev 1189)
@@ -1,4 +1,4 @@
-package org.springframework.richclient.samples.petclinic.exceptionHandling;
+package org.springframework.richclient.samples.petclinic.exceptionhandling;
 
 import org.springframework.richclient.application.support.AbstractView;
 import org.springframework.richclient.layout.TableLayoutBuilder;
@@ -74,7 +74,7 @@
         layoutBuilder.row();
         layoutBuilder.relatedGapRow();
 
-        JButton stackOverflow = new JButton(new AbstractAction("Cause a stack 
overflow"){
+        JButton stackOverflow = new JButton(new AbstractAction("Cause a stack 
overflow error"){
             public void actionPerformed(ActionEvent e) {
                 causeStackOverflow();
             }

Modified: 
trunk/spring-richclient/samples/petclinic/gui/src/main/resources/org/springframework/richclient/samples/petclinic/ctx/common/richclient-application-context.xml
===================================================================
--- 
trunk/spring-richclient/samples/petclinic/gui/src/main/resources/org/springframework/richclient/samples/petclinic/ctx/common/richclient-application-context.xml
     2006-05-27 23:24:27 UTC (rev 1188)
+++ 
trunk/spring-richclient/samples/petclinic/gui/src/main/resources/org/springframework/richclient/samples/petclinic/ctx/common/richclient-application-context.xml
     2006-05-28 10:21:05 UTC (rev 1189)
@@ -195,7 +195,7 @@
     <bean id="exceptionHandlingView"
         
class="org.springframework.richclient.application.support.DefaultViewDescriptor">
         <property name="viewClass">
-            
<value>org.springframework.richclient.samples.petclinic.exceptionHandling.ExceptionHandlingView</value>
+            
<value>org.springframework.richclient.samples.petclinic.exceptionhandling.ExceptionHandlingView</value>
         </property>
         <!--<property name="viewProperties">-->
             <!--<map>-->


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



-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to