Author: mes
Date: 2011-01-21 14:29:27 -0800 (Fri, 21 Jan 2011)
New Revision: 23556
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:
moved testing tasks to task-testing-impl bundle
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-01-21 22:29:09 UTC (rev 23555)
+++
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2011-01-21 22:29:27 UTC (rev 23556)
@@ -579,39 +579,4 @@
<entry key="iconName"
value="/images/apply-force-directed-layout-32.png"/>
</osgi:service-properties>
</osgi:service>
-
- <!-- testing -->
- <osgi:service id="tunablesTestTaskFactoryService"
ref="tunablesTestTaskFactory"
- interface="org.cytoscape.work.TaskFactory">
- <osgi:service-properties>
- <entry key="title" value="Tunable Task Test..." />
- <entry key="preferredMenu" value="Help" />
- </osgi:service-properties>
- </osgi:service>
-
- <osgi:service id="tunablesTestTaskFactoryService2"
ref="tunablesTestTaskFactory2"
- interface="org.cytoscape.work.TaskFactory">
- <osgi:service-properties>
- <entry key="title" value="Tunable Factory Test..." />
- <entry key="preferredMenu" value="Help" />
- <entry key="cytoPanelComponentTitle" value="Tunable
Factory Test" />
- </osgi:service-properties>
- </osgi:service>
-
- <osgi:service id="tunablesTestTaskFactoryService3"
ref="tunablesTestTaskFactory3"
- interface="org.cytoscape.work.TaskFactory">
- <osgi:service-properties>
- <entry key="title" value="Complex Tunable Test..." />
- <entry key="preferredMenu" value="Help" />
- <entry key="cytoPanelComponentTitle" value="Complex
Tunable Test" />
- </osgi:service-properties>
- </osgi:service>
-
- <osgi:service id="infiniteTaskFactoryService" ref="infiniteTaskFactory"
- interface="org.cytoscape.work.TaskFactory">
- <osgi:service-properties>
- <entry key="title" value="Infinite Test..." />
- <entry key="preferredMenu" value="Help" />
- </osgi:service-properties>
- </osgi:service>
</beans>
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-01-21 22:29:09 UTC (rev 23555)
+++
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
2011-01-21 22:29:27 UTC (rev 23556)
@@ -293,19 +293,4 @@
<constructor-arg ref="cyPropertyServiceRef" />
</bean>
- <bean id="tunablesTestTaskFactory"
-
class="org.cytoscape.task.internal.tests.tunables.TunablesTestTaskFactory">
- </bean>
-
- <bean id="tunablesTestTaskFactory2"
-
class="org.cytoscape.task.internal.tests.tunables.TunablesTestTaskFactory2">
- </bean>
-
- <bean id="tunablesTestTaskFactory3"
-
class="org.cytoscape.task.internal.tests.tunables.TunablesTestTaskFactory3">
- </bean>
-
- <bean id="infiniteTaskFactory"
- class="org.cytoscape.task.internal.tests.InfiniteTaskFactory">
- </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.