Author: pwang
Date: 2011-01-18 11:31:20 -0800 (Tue, 18 Jan 2011)
New Revision: 23493

Modified:
   
core3/table-import-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
   
core3/table-import-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
Log:
Add more service references

Modified: 
core3/table-import-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
--- 
core3/table-import-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
    2011-01-18 19:06:16 UTC (rev 23492)
+++ 
core3/table-import-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
    2011-01-18 19:31:20 UTC (rev 23493)
@@ -9,7 +9,11 @@
                http://www.springframework.org/schema/osgi/spring-osgi-1.0.xsd";
        default-lazy-init="false">
 
- 
+       <!-- Import services -->
+       <osgi:reference id="cyLayoutsServiceRef" 
interface="org.cytoscape.view.layout.CyLayouts" />
+       <osgi:reference id="cyNetworkFactoryServiceRef" 
interface="org.cytoscape.model.CyNetworkFactory" />
+       <osgi:reference id="cyNetworkViewFactoryServiceRef" 
interface="org.cytoscape.view.model.CyNetworkViewFactory" />
+       
        <osgi:reference id="cytoscapeDesktopService"
                interface="org.cytoscape.application.swing.CySwingApplication" 
/>
        <osgi:reference id="cyApplicationManagerRef" 
interface="org.cytoscape.session.CyApplicationManager" />

Modified: 
core3/table-import-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
===================================================================
--- 
core3/table-import-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
 2011-01-18 19:06:16 UTC (rev 23492)
+++ 
core3/table-import-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
 2011-01-18 19:31:20 UTC (rev 23493)
@@ -39,6 +39,10 @@
                <constructor-arg ref="cyTableManagerServiceRef" />
                <constructor-arg ref="fileUtilService" />
                <constructor-arg ref="openBrowserService" />
+               
+               <constructor-arg ref="cyLayoutsServiceRef" />
+               <constructor-arg ref="cyNetworkViewFactoryServiceRef" />
+               <constructor-arg ref="cyNetworkFactoryServiceRef" />
        </bean>
 
 </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.

Reply via email to