Author: mes
Date: 2010-10-28 11:42:37 -0700 (Thu, 28 Oct 2010)
New Revision: 22550
Modified:
core3/session-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
Log:
fixed xml
Modified:
core3/session-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
---
core3/session-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2010-10-28 18:42:09 UTC (rev 22549)
+++
core3/session-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2010-10-28 18:42:37 UTC (rev 22550)
@@ -7,7 +7,7 @@
<!-- Export Services -->
<osgi:service id="cyApplicationManagerService"
ref="cyApplicationManager"
- auto-export="interfaces"
+ interface="org.cytoscape.session.CyApplicationManager">
</osgi:service>
<osgi:service id="cyNetworkNamingService" ref="cyNetworkNaming"
@@ -19,7 +19,12 @@
</osgi:service>
<!-- Import Services -->
- <osgi:reference id="cyEventHelperServiceRef"
interface="org.cytoscape.event.CyEventHelper" />
- <osgi:reference id="cyNetworkManagerServiceRef"
interface="org.cytoscape.model.CyNetworkManager" />
- <osgi:reference id="cyNetworkViewManagerServiceRef"
interface="org.cytoscape.view.model.CyNetworkViewManager" />
+ <osgi:reference id="cyEventHelperServiceRef"
+ interface="org.cytoscape.event.CyEventHelper" />
+
+ <osgi:reference id="cyNetworkManagerServiceRef"
+ interface="org.cytoscape.model.CyNetworkManager" />
+
+ <osgi:reference id="cyNetworkViewManagerServiceRef"
+ interface="org.cytoscape.view.model.CyNetworkViewManager" />
</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.