Author: pwang
Date: 2011-01-13 15:45:09 -0800 (Thu, 13 Jan 2011)
New Revision: 23449

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 importNetworkTableAction

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-13 23:34:37 UTC (rev 23448)
+++ 
core3/table-import-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
    2011-01-13 23:45:09 UTC (rev 23449)
@@ -44,5 +44,7 @@
        <osgi:service id="importAttributeTableActionService" 
ref="importAttributeTableAction"
                interface="org.cytoscape.application.swing.CyAction" />
 
+       <osgi:service id="importNetworkTableActionService" 
ref="importNetworkTableAction"
+               interface="org.cytoscape.application.swing.CyAction" />
        
 </beans>

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-13 23:34:37 UTC (rev 23448)
+++ 
core3/table-import-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
 2011-01-13 23:45:09 UTC (rev 23449)
@@ -25,7 +25,18 @@
                <constructor-arg ref="cyTableManagerServiceRef" />
                <constructor-arg ref="fileUtilService" />
                <constructor-arg ref="openBrowserService" />
-               
        </bean>
-       
+
+       <bean id="importNetworkTableAction" 
class="org.cytoscape.tableimport.internal.actions.ImportAttributeTableAction">
+               <constructor-arg ref="cytoscapeDesktopService" /> 
+               <constructor-arg ref="cyApplicationManagerRef" />
+               <constructor-arg ref="bookmarkServiceRef" />            
+               <constructor-arg ref="bookmarksUtilServiceRef" />       
+               <constructor-arg ref="guiTaskManagerServiceRef" />
+               <constructor-arg ref="cytoscapePropertiesServiceRef" />
+               <constructor-arg ref="cyTableManagerServiceRef" />
+               <constructor-arg ref="fileUtilService" />
+               <constructor-arg ref="openBrowserService" />
+       </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