Author: kono
Date: 2011-05-09 15:43:51 -0700 (Mon, 09 May 2011)
New Revision: 24981
Modified:
core3/io-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/io-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
---
core3/io-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2011-05-09 22:37:29 UTC (rev 24980)
+++
core3/io-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2011-05-09 22:43:51 UTC (rev 24981)
@@ -198,7 +198,7 @@
<osgi:set id="cyNetworkViewReaderFactories"
interface="org.cytoscape.io.read.InputStreamTaskFactory"
cardinality="0..N">
<osgi:listener bind-method="addInputStreamTaskFactory"
- unbind-method="removeInputStreamTaskFactory"
ref="cyNetworkViewReaderManager" />
+ unbind-method="removeInputStreamTaskFactory"
ref="cyNetworkReaderManager" />
</osgi:set>
<osgi:set id="cyDataTableReaderFactories"
interface="org.cytoscape.io.read.InputStreamTaskFactory"
--
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.