Author: mes
Date: 2010-10-27 13:46:43 -0700 (Wed, 27 Oct 2010)
New Revision: 22503
Modified:
core3/ding-presentation-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
core3/ding-presentation-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
Log:
updates for viewmodel changes
Modified:
core3/ding-presentation-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
---
core3/ding-presentation-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2010-10-27 19:03:56 UTC (rev 22502)
+++
core3/ding-presentation-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2010-10-27 20:46:43 UTC (rev 22503)
@@ -35,15 +35,11 @@
interface="org.cytoscape.event.CyEventHelper">
</osgi:reference>
- <osgi:reference id="visualLexiconNodeFactoryServiceRef"
interface="org.cytoscape.view.model.VisualLexiconNodeFactory">
- </osgi:reference>
-
<!-- Individual Service -->
<osgi:service id="dingRenderingEngineFactoryService"
ref="dingRenderingEngineFactory">
<osgi:interfaces>
<value>org.cytoscape.view.presentation.RenderingEngineFactory</value>
-
<value>org.cytoscape.view.model.events.NetworkViewChangedListener
- </value>
+
<value>org.cytoscape.view.model.events.UpdateNetworkPresentationEventListener</value>
</osgi:interfaces>
<osgi:service-properties>
<entry key="serviceType" value="presentationFactory" />
@@ -54,8 +50,7 @@
<osgi:service id="dingNavigationRenderingEngineFactoryService"
ref="dingNavigationRenderingEngineFactory">
<osgi:interfaces>
<value>org.cytoscape.view.presentation.RenderingEngineFactory</value>
-
<value>org.cytoscape.view.model.events.NetworkViewChangedListener
- </value>
+
<value>org.cytoscape.view.model.events.UpdateNetworkPresentationEventListener</value>
</osgi:interfaces>
<osgi:service-properties>
<entry key="serviceType" value="presentationFactory" />
Modified:
core3/ding-presentation-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
===================================================================
---
core3/ding-presentation-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
2010-10-27 19:03:56 UTC (rev 22502)
+++
core3/ding-presentation-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
2010-10-27 20:46:43 UTC (rev 22503)
@@ -18,6 +18,8 @@
<context:annotation-config />
+ <bean id="dVisualLexicon"
class="org.cytoscape.ding.impl.DVisualLexicon">
+ </bean>
<bean id="dingRenderingEngineFactory"
class="org.cytoscape.ding.impl.DingRenderingEngineFactory">
<constructor-arg ref="cyDataTableFactoryServiceRef" />
--
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.