Author: kono
Date: 2011-05-09 15:37:29 -0700 (Mon, 09 May 2011)
New Revision: 24980
Modified:
core3/cpath2-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
core3/plugin-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
Log:
Fixed to make this bundle compatible with new network IO API.
Modified:
core3/cpath2-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
---
core3/cpath2-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2011-05-09 22:05:49 UTC (rev 24979)
+++
core3/cpath2-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2011-05-09 22:37:29 UTC (rev 24980)
@@ -26,7 +26,7 @@
interface="org.cytoscape.view.model.CyNetworkViewManager" />
<osgi:reference id="cyNetworkViewReaderManagerRef"
- interface="org.cytoscape.io.read.CyNetworkViewReaderManager" />
+ interface="org.cytoscape.io.read.CyNetworkReaderManager" />
<osgi:reference id="cyNetworkNamingRef"
interface="org.cytoscape.session.CyNetworkNaming" />
Modified:
core3/plugin-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
---
core3/plugin-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2011-05-09 22:05:49 UTC (rev 24979)
+++
core3/plugin-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2011-05-09 22:37:29 UTC (rev 24980)
@@ -40,7 +40,7 @@
</osgi:reference>
<osgi:reference id="cyNetworkViewReaderManagerRef"
- interface="org.cytoscape.io.read.CyNetworkViewReaderManager">
+ interface="org.cytoscape.io.read.CyNetworkReaderManager">
</osgi:reference>
<osgi:reference id="cyNetworkViewWriterManagerRef"
--
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.