Author: kono
Date: 2010-10-14 14:55:31 -0700 (Thu, 14 Oct 2010)
New Revision: 22241
Modified:
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context-osgi.xml
Log:
Service name fixed for new version of view/presentation.
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-14 21:47:59 UTC (rev 22240)
+++
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2010-10-14 21:55:31 UTC (rev 22241)
@@ -22,7 +22,7 @@
<!-- Rendering Engine factory for main network views -->
- <osgi:reference id="dingPresentationFactoryServiceRef"
+ <osgi:reference id="dingRenderingEngineFactoryServiceRef"
interface="org.cytoscape.view.presentation.RenderingEngineFactory"
filter="(id=ding)" />
@@ -136,7 +136,7 @@
<!-- task factories for CyMenus -->
<osgi:set id="taskFactorySet" interface="org.cytoscape.work.TaskFactory"
- cardinality="0..N">
+ cardinality="0..N" >
<osgi:listener bind-method="addTaskFactory"
unbind-method="removeTaskFactory"
ref="cytoscapeMenuPopulator" />
</osgi:set>
--
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.