Author: pwang
Date: 2011-05-03 14:31:16 -0700 (Tue, 03 May 2011)
New Revision: 24910

Modified:
   
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
   
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
Log:
Combined QuickStart with "Create subnetwork from interactome"

Modified: 
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
--- 
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
       2011-05-03 21:26:36 UTC (rev 24909)
+++ 
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
       2011-05-03 21:31:16 UTC (rev 24910)
@@ -643,17 +643,7 @@
                <osgi:listener bind-method="addProcessor" 
unbind-method="removeProcessor"
                        ref="subnetworkBuilderUtil" />
        </osgi:set>
-
-       <osgi:service id="subnetworkBuilderTaskFactoryService"
-               ref="subnetworkBuilderTaskFactory" 
interface="org.cytoscape.work.TaskFactory">
-               <osgi:service-properties>
-                       <entry key="title" value="Create subnetwork from 
interactome..." />
-                       <entry key="preferredMenu" value="Plugins" />
-                       <entry key="menuGravity" value="5.0" />
-               </osgi:service-properties>
-       </osgi:service>
        
-       
        <!-- For visual style builder -->
        <osgi:set id="mappingFunctionFactorySet"
                
interface="org.cytoscape.view.vizmap.VisualMappingFunctionFactory"

Modified: 
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
===================================================================
--- 
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
    2011-05-03 21:26:36 UTC (rev 24909)
+++ 
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
    2011-05-03 21:31:16 UTC (rev 24910)
@@ -336,6 +336,8 @@
        <bean id="quickStartTaskFactory"
                
class="org.cytoscape.task.internal.quickstart.QuickStartTaskFactory">
                <constructor-arg ref="importTaskUtil" />
+               <constructor-arg ref="cyNetworkManagerServiceRef" />
+               <constructor-arg ref="subnetworkBuilderUtil" />
        </bean>
 
        <bean id="importTaskUtil" 
class="org.cytoscape.task.internal.quickstart.ImportTaskUtil">
@@ -373,9 +375,4 @@
                <constructor-arg ref="cyLayoutsServiceRef" />
 
        </bean>
-       <bean id="subnetworkBuilderTaskFactory"
-               
class="org.cytoscape.task.internal.quickstart.subnetworkbuilder.SubnetworkBuilderTaskFactory">
-               <constructor-arg ref="subnetworkBuilderUtil" />
-               <constructor-arg ref="cyNetworkManagerServiceRef" />
-       </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