Author: kozo
Date: 2009-08-12 03:51:54 -0700 (Wed, 12 Aug 2009)
New Revision: 17789
Modified:
csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/src/main/resources/META-INF/spring/bundle-context-osgi.xml
csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/src/main/resources/META-INF/spring/bundle-context.xml
Log:
added Spring setting for CyNetworkViewFactory (refs ticket:24)
Modified:
csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
---
csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2009-08-12 10:30:53 UTC (rev 17788)
+++
csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2009-08-12 10:51:54 UTC (rev 17789)
@@ -8,11 +8,14 @@
<!-- Import required OSGi services -->
<osgi:reference id="cyNetworkManagerServiceRef"
interface="org.cytoscape.session.CyNetworkManager" />
-
- <osgi:reference id ="cyNetworkFactoryServiceRef"
+
+ <osgi:reference id="cyNetworkFactoryServiceRef"
interface="org.cytoscape.model.CyNetworkFactory" />
+
+ <osgi:reference id="cyNetworkViewFactoryServiceRef"
+ interface="org.cytoscape.view.model.CyNetworkViewFactory" />
- <osgi:reference id ="visualMappingManagerServiceRef"
+ <osgi:reference id="visualMappingManagerServiceRef"
interface="org.cytoscape.view.vizmap.VisualMappingManager" />
<osgi:reference id="cySwingApplicationServiceRef"
Modified:
csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/src/main/resources/META-INF/spring/bundle-context.xml
===================================================================
---
csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/src/main/resources/META-INF/spring/bundle-context.xml
2009-08-12 10:30:53 UTC (rev 17788)
+++
csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/src/main/resources/META-INF/spring/bundle-context.xml
2009-08-12 10:51:54 UTC (rev 17789)
@@ -35,6 +35,7 @@
<bean id="multiLayerNetworkBuilder"
class="org.cytoscape.layer.internal.MultiLayerNetworkBuilderImpl">
<constructor-arg ref="cyNetworkManagerServiceRef" />
<constructor-arg ref="cyNetworkFactoryServiceRef" />
+ <constructor-arg ref="cyNetworkViewFactoryServiceRef" />
<constructor-arg ref="visualMappingManagerServiceRef" />
</bean>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---