Author: mes
Date: 2011-05-02 13:55:44 -0700 (Mon, 02 May 2011)
New Revision: 24889
Modified:
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
Log:
fixed cylayouts reference
Modified:
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
---
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2011-05-02 19:49:11 UTC (rev 24888)
+++
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2011-05-02 20:55:44 UTC (rev 24889)
@@ -70,9 +70,11 @@
<osgi:reference id="renderingEngineManagerServiceRef"
interface="org.cytoscape.view.presentation.RenderingEngineManager" />
- <osgi:reference id="cyLayoutsServiceRef"
interface="org.cytoscape.view.layout.CyLayoutAlgorithmManager" />
+ <osgi:reference id="cyLayoutsServiceRef"
+ interface="org.cytoscape.view.layout.CyLayoutAlgorithmManager"
/>
- <osgi:reference id="cyTableWriterManagerRef"
interface="org.cytoscape.io.write.CyTableWriterManager" />
+ <osgi:reference id="cyTableWriterManagerRef"
+ interface="org.cytoscape.io.write.CyTableWriterManager" />
<!-- now register our services -->
<osgi:service id="loadNetworkFileTaskFactoryService"
ref="loadNetworkFileTaskFactory"
--
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.