Author: kono
Date: 2010-11-15 13:38:39 -0800 (Mon, 15 Nov 2010)
New Revision: 22856
Modified:
core3/swing-application-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
Log:
Fixed some more errors in interface names.
Modified:
core3/swing-application-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
---
core3/swing-application-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2010-11-15 21:16:16 UTC (rev 22855)
+++
core3/swing-application-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2010-11-15 21:38:39 UTC (rev 22856)
@@ -267,7 +267,7 @@
<!-- Finally, Export Cytoscape Desktop itself as a service. Other
desktop
components (like VizMapper GUI) can use it through DI -->
<osgi:service id="cytoscapeDesktopService" ref="cytoscapeDesktop"
- interface="org.cytoscape.application.CySwingApplication" />
+ interface="org.cytoscape.application.swing.CySwingApplication"
/>
<osgi:service id="networkPanelService" ref="networkPanel">
<osgi:interfaces>
@@ -317,11 +317,11 @@
interface="org.cytoscape.view.model.events.NetworkViewAddedListener" />
<osgi:service id="sessionShutdownHandlerService"
ref="sessionShutdownHandler"
- interface="org.cytoscape.events.CytoscapeShutdownListener" />
+
interface="org.cytoscape.application.swing.events.CytoscapeShutdownListener" />
<osgi:service id="cytoscapeShutdownService" ref="cytoscapeShutdown"
- interface="org.cytoscape.CytoscapeShutdown" />
+ interface="org.cytoscape.application.swing.CytoscapeShutdown" />
<osgi:service id="cytoscapeVersionService" ref="cytoscapeVersion"
- interface="org.cytoscape.CytoscapeVersion" />
+ interface="org.cytoscape.application.swing.CytoscapeVersion" />
</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.