Author: ruschein
Date: 2010-11-19 12:58:51 -0800 (Fri, 19 Nov 2010)
New Revision: 22941
Modified:
core3/manual-layout-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
Log:
Fixed 3 incorrect service exports.
Modified:
core3/manual-layout-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
---
core3/manual-layout-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2010-11-19 20:56:31 UTC (rev 22940)
+++
core3/manual-layout-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2010-11-19 20:58:51 UTC (rev 22941)
@@ -19,14 +19,14 @@
<osgi:service id="rotatePanelActionService" ref="rotatePanelAction"
auto-export="interfaces" />
<osgi:service id="controlPanelService"
- ref="controlPanel"
interface="org.cytoscape.view.CytoPanelComponent">
+ ref="controlPanel"
interface="org.cytoscape.application.swing.CytoPanelComponent">
</osgi:service>
<osgi:service id="scalePanelService"
- ref="scalePanel"
interface="org.cytoscape.view.CytoPanelComponent">
+ ref="scalePanel"
interface="org.cytoscape.application.swing.CytoPanelComponent">
</osgi:service>
<osgi:service id="rotatePanelService"
- ref="rotatePanel"
interface="org.cytoscape.view.CytoPanelComponent">
+ ref="rotatePanel"
interface="org.cytoscape.application.swing.CytoPanelComponent">
</osgi:service>
</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.