Author: ruschein
Date: 2010-11-19 12:56:31 -0800 (Fri, 19 Nov 2010)
New Revision: 22940
Modified:
core3/manual-layout-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
Log:
Fixed some incorrect 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:45:02 UTC (rev 22939)
+++
core3/manual-layout-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2010-11-19 20:56:31 UTC (rev 22940)
@@ -12,26 +12,11 @@
<osgi:reference id="cyApplicationManagerServiceRef"
interface="org.cytoscape.session.CyApplicationManager" />
- <osgi:service id="controlPanelActionService" ref="controlPanelAction" >
- <osgi:interfaces>
- <value>org.cytoscape.view.CyAction</value>
-
<value>org.cytoscape.view.events.CytoPanelComponentSelectedListener</value>
- </osgi:interfaces>
- </osgi:service>
+ <osgi:service id="controlPanelActionService" ref="controlPanelAction"
auto-export="interfaces" />
- <osgi:service id="scalePanelActionService" ref="scalePanelAction" >
- <osgi:interfaces>
- <value>org.cytoscape.view.CyAction</value>
-
<value>org.cytoscape.view.events.CytoPanelComponentSelectedListener</value>
- </osgi:interfaces>
- </osgi:service>
+ <osgi:service id="scalePanelActionService" ref="scalePanelAction"
auto-export="interfaces" />
- <osgi:service id="rotatePanelActionService" ref="rotatePanelAction">
- <osgi:interfaces>
- <value>org.cytoscape.view.CyAction</value>
-
<value>org.cytoscape.view.events.CytoPanelComponentSelectedListener</value>
- </osgi:interfaces>
- </osgi:service>
+ <osgi:service id="rotatePanelActionService" ref="rotatePanelAction"
auto-export="interfaces" />
<osgi:service id="controlPanelService"
ref="controlPanel"
interface="org.cytoscape.view.CytoPanelComponent">
@@ -44,5 +29,4 @@
<osgi:service id="rotatePanelService"
ref="rotatePanel"
interface="org.cytoscape.view.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.