Author: kono
Date: 2011-05-09 15:48:33 -0700 (Mon, 09 May 2011)
New Revision: 24982
Modified:
core3/io-impl/trunk/src/main/resources/META-INF/spring/bundle-context.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.xml
===================================================================
--- core3/io-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
2011-05-09 22:43:51 UTC (rev 24981)
+++ core3/io-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
2011-05-09 22:48:33 UTC (rev 24982)
@@ -371,7 +371,7 @@
<bean id="sessionReaderFactory"
class="org.cytoscape.io.internal.read.session.SessionReaderFactoryImpl">
<constructor-arg ref="cysFilter" />
- <constructor-arg ref="cyNetworkViewReaderManager" />
+ <constructor-arg ref="cyNetworkReaderManager" />
<constructor-arg ref="cyPropertyReaderManager" />
<constructor-arg ref="cyPropertyServiceRef" />
</bean>
--
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.