Author: kozo
Date: 2009-07-07 17:30:44 -0700 (Tue, 07 Jul 2009)
New Revision: 17267
Modified:
csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/src/main/resources/META-INF/spring/bundle-context-osgi.xml
csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/src/main/resources/META-INF/spring/bundle-context.xml
Log:
added spring settings(refs ticket:13)
Modified:
csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
---
csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2009-07-07 23:09:17 UTC (rev 17266)
+++
csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2009-07-08 00:30:44 UTC (rev 17267)
@@ -5,19 +5,15 @@
http://www.springframework.org/schema/osgi
http://www.springframework.org/schema/osgi/spring-osgi-1.0.xsd"
default-lazy-init="false">
- <!--
- <osgi:reference id="cyWriterManagerServiceRef"
- interface="org.cytoscape.io.read.CyWriterManager"/>
<osgi:reference
- id="cySessionManagerServiceRef"
- interface="org.cytoscape.session.CySessionManager"/>
-
+ <osgi:reference id="cyNetworkManagerServiceRef"
+ interface="org.cytoscape.session.CyNetworkManager" />
- <osgi:service id="ExampleServiceService" ref="ExampleService"
interface="org.cytoscape.work.TaskFactory">
+ <osgi:service id="ExampleServiceService" ref="ExampleService"
+ interface="org.cytoscape.work.TaskFactory">
<osgi:service-properties>
<entry key="title" value="Build Multi Layer Network
..." />
<entry key="preferredMenu" value="Plugins.Create
Multylayer" />
</osgi:service-properties>
</osgi:service>
--->
</beans>
Modified:
csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/src/main/resources/META-INF/spring/bundle-context.xml
===================================================================
---
csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/src/main/resources/META-INF/spring/bundle-context.xml
2009-07-07 23:09:17 UTC (rev 17266)
+++
csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/src/main/resources/META-INF/spring/bundle-context.xml
2009-07-08 00:30:44 UTC (rev 17267)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:context="http://www.springframework.org/schema/context"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
@@ -17,15 +16,20 @@
http://www.springframework.org/schema/osgi/spring-osgi-1.0.xsd"
default-lazy-init="false">
- <!-- regular spring configuration file defining the beans for this
- bundle. We've kept the osgi definitions in a separate
- configuration file so that this file can easily be used
- for integration testing outside of an OSGi environment -->
+ <!--
+ regular spring configuration file defining the beans for this
bundle.
+ We've kept the osgi definitions in a separate configuration
file so
+ that this file can easily be used for integration testing
outside of
+ an OSGi environment
+ -->
- <context:annotation-config/>
+ <context:annotation-config />
+ <bean id="displayMultilayerNetworkBuilderUITaskFactory"
+
class="org.cytoscape.layer.internal.tasks.DisplayMultilayerNetworkBuilderUITaskFactory">
+ <constructor-arg ref="cyNetworkManagerServicRef" />
+ </bean>
+
<!-- this creates a LoadPropsInterceptor object -->
-
-
</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
-~----------~----~----~----~------~----~------~--~---