Author: ruschein
Date: 2010-10-27 17:00:08 -0700 (Wed, 27 Oct 2010)
New Revision: 22537

Modified:
   
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context-osgi.xml
Log:
Fixed fallout from refactoring CyNetworkManager.

Modified: 
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
--- 
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context-osgi.xml
     2010-10-27 23:58:53 UTC (rev 22536)
+++ 
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context-osgi.xml
     2010-10-28 00:00:08 UTC (rev 22537)
@@ -8,8 +8,14 @@
        <!-- Import OSGi services -->
 
        <osgi:reference id="cyNetworkManagerServiceRef"
-               interface="org.cytoscape.session.CyNetworkManager" />
+               interface="org.cytoscape.model.CyNetworkManager" />
 
+       <osgi:reference id="cyNetworkViewManagerServiceRef"
+               interface="org.cytoscape.view.model.CyNetworkManager" />
+
+       <osgi:reference id="cyApplicationManagerServiceRef"
+               interface="org.cytoscape.session.CyApplicationManager" />
+
        <osgi:reference id="cyNetworkNamingServiceRef"
                interface="org.cytoscape.session.CyNetworkNaming" />
 

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to