Revision: 1178
Author:   jhoskens
Date:     2006-05-22 05:04:43 -0700 (Mon, 22 May 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1178&view=rev

Log Message:
-----------
Property applicationObjectConfigurerBeanId was changed to 
applicationObjectConfigurerId.

Modified Paths:
--------------
    
trunk/spring-richclient/support/src/test/resources/org/springframework/richclient/dialog/support/generic-application-ctx.xml
    
trunk/spring-richclient/support/src/test/resources/org/springframework/richclient/security/support/test-security-controller-ctx.xml
Modified: 
trunk/spring-richclient/support/src/test/resources/org/springframework/richclient/dialog/support/generic-application-ctx.xml
===================================================================
--- 
trunk/spring-richclient/support/src/test/resources/org/springframework/richclient/dialog/support/generic-application-ctx.xml
        2006-05-21 12:53:58 UTC (rev 1177)
+++ 
trunk/spring-richclient/support/src/test/resources/org/springframework/richclient/dialog/support/generic-application-ctx.xml
        2006-05-22 12:04:43 UTC (rev 1178)
@@ -10,7 +10,7 @@
     <bean id="applicationServices"
         
class="org.springframework.richclient.application.support.DefaultApplicationServices">
         <property name="imageSource" ref="imageSource" />
-        <property name="applicationObjectConfigurerBeanId">
+        <property name="applicationObjectConfigurerId">
             <idref bean="applicationObjectConfigurer" />
         </property>
     </bean>

Modified: 
trunk/spring-richclient/support/src/test/resources/org/springframework/richclient/security/support/test-security-controller-ctx.xml
===================================================================
--- 
trunk/spring-richclient/support/src/test/resources/org/springframework/richclient/security/support/test-security-controller-ctx.xml
 2006-05-21 12:53:58 UTC (rev 1177)
+++ 
trunk/spring-richclient/support/src/test/resources/org/springframework/richclient/security/support/test-security-controller-ctx.xml
 2006-05-22 12:04:43 UTC (rev 1178)
@@ -17,7 +17,7 @@
         
class="org.springframework.richclient.application.support.DefaultApplicationServices">
         <property name="imageSource" ref="imageSource" />
         <property name="securityControllerManager" 
ref="securityControllerManager"/>
-        <property name="applicationObjectConfigurerBeanId">
+        <property name="applicationObjectConfigurerId">
             <idref bean="applicationObjectConfigurer" />
         </property>
     </bean>


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