Author: ruschein
Date: 2010-11-29 10:57:15 -0800 (Mon, 29 Nov 2010)
New Revision: 23037
Modified:
core3/equations-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
Log:
Fixed an incorrect path.
Modified:
core3/equations-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
===================================================================
---
core3/equations-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
2010-11-29 18:49:18 UTC (rev 23036)
+++
core3/equations-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
2010-11-29 18:57:15 UTC (rev 23037)
@@ -13,7 +13,7 @@
<context:annotation-config />
- <bean id="interpreter"
class="org.cytoscape.equations.internal.InterpreterImpl" />
+ <bean id="interpreter"
class="org.cytoscape.equations.internal.interpreter.InterpreterImpl" />
<bean id="compiler"
class="org.cytoscape.equations.internal.EqnCompilerImpl">
<constructor-arg ref="parser" />
--
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.