Revision: 1684
          http://svn.sourceforge.net/spring-rich-c/?rev=1684&view=rev
Author:   mathiasbr
Date:     2007-01-22 06:52:47 -0800 (Mon, 22 Jan 2007)

Log Message:
-----------
fixed broken refactoring

Modified Paths:
--------------
    
trunk/spring-richclient/samples/vldocking/src/main/resources/org/springframework/richclient/samples/vldocking/ctx/richclient-application-context.xml

Modified: 
trunk/spring-richclient/samples/vldocking/src/main/resources/org/springframework/richclient/samples/vldocking/ctx/richclient-application-context.xml
===================================================================
--- 
trunk/spring-richclient/samples/vldocking/src/main/resources/org/springframework/richclient/samples/vldocking/ctx/richclient-application-context.xml
        2007-01-22 14:40:03 UTC (rev 1683)
+++ 
trunk/spring-richclient/samples/vldocking/src/main/resources/org/springframework/richclient/samples/vldocking/ctx/richclient-application-context.xml
        2007-01-22 14:52:47 UTC (rev 1684)
@@ -75,9 +75,13 @@
                Bean: applicationPageFactory
                Type: platform optional
                Description: TODO
-org.springframework.richclient.application.vldocking 
depends-on="serviceLocator"
-               
class="org.springframework.richclient.vldocking.VLDockingorg.springframework.richclient.application.vldocking!--
 bean id="defaultDesktopPage"
-               
class="org.springframework.richclient.vldocking.VLDockingPageDescriptor">
+       -->
+       <bean id="applicationPageFactory" depends-on="serviceLocator"
+               
class="org.springframework.richclient.application.vldocking.VLDockingApplicationPageFactory">
+       </bean>
+
+       <!-- bean id="defaultDesktopPage"
+               
class="org.springframework.richclient.application.vldocking.VLDockingPageDescriptor">
                <property name="viewDescriptors">
                        <list>
                                <value>initialView</value>
@@ -102,11 +106,11 @@
                to present when the application is started.  The application 
window
                uses a ViewDescriptor to define the view to be presented.  The
                ViewDescriptor is then configured with the name of the class 
that
-               provides the view and any 
porg.springframework.richclient.application.vldockingnstance
+               provides the view and any properties to be configured on the 
view instance
                when it is created.
        -->
        <bean id="initialView"
-               
class="org.springframework.richclient.vldocking.VLDockingViewDescriptor">
+               
class="org.springframework.richclient.application.vldocking.VLDockingViewDescriptor">
                <property name="viewClass"
                        
value="org.springframework.richclient.samples.simple.ui.InitialView" />
                <property name="viewProperties">


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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
spring-rich-c-cvs mailing list
spring-rich-c-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to