Author: mes
Date: 2010-09-05 16:43:28 -0700 (Sun, 05 Sep 2010)
New Revision: 21704
Modified:
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
Log:
fixed bug in how set current was initialized
Modified:
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
===================================================================
---
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
2010-09-05 23:38:05 UTC (rev 21703)
+++
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
2010-09-05 23:43:28 UTC (rev 21704)
@@ -51,7 +51,7 @@
</bean>
<!--To set the Current Network through another TaskFactory-->
- <bean id="setCurrentNetworkTaskFactory"
class="org.cytoscape.task.internal.loadnetwork.SetCurrentNetworkTaskFactoryImpl">
+ <bean id="setCurrentNetworkTaskFactory"
class="org.cytoscape.task.internal.setcurrent.SetCurrentNetworkTaskFactoryImpl">
<constructor-arg ref="cyNetworkManagerServiceRef"/>
</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.