Author: ruschein
Date: 2011-03-24 14:11:52 -0700 (Thu, 24 Mar 2011)
New Revision: 24583
Modified:
core3/equations-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
core3/equations-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
Log:
Fixed class names.
Modified:
core3/equations-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
---
core3/equations-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2011-03-24 20:59:53 UTC (rev 24582)
+++
core3/equations-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2011-03-24 21:11:52 UTC (rev 24583)
@@ -7,7 +7,6 @@
<!-- Services provided by this bundle -->
- <osgi:service id="compilerService" ref="compiler"
interface="org.cytoscape.equations.EqnCompiler" />
-
+ <osgi:service id="compilerService" ref="compiler"
interface="org.cytoscape.equations.EquationCompiler" />
<osgi:service id="interpreterService" ref="interpreter"
interface="org.cytoscape.equations.Interpreter" />
</beans>
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
2011-03-24 20:59:53 UTC (rev 24582)
+++
core3/equations-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
2011-03-24 21:11:52 UTC (rev 24583)
@@ -15,9 +15,9 @@
<bean id="interpreter"
class="org.cytoscape.equations.internal.interpreter.InterpreterImpl" />
- <bean id="compiler"
class="org.cytoscape.equations.internal.EqnCompilerImpl">
+ <bean id="compiler"
class="org.cytoscape.equations.internal.EquationCompilerImpl">
<constructor-arg ref="parser" />
</bean>
- <bean id="parser"
class="org.cytoscape.equations.internal.EqnParserImpl" />
+ <bean id="parser"
class="org.cytoscape.equations.internal.EquationParserImpl" />
</beans>
--
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.