Author: mes
Date: 2011-01-25 13:31:50 -0800 (Tue, 25 Jan 2011)
New Revision: 23612
Modified:
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
Log:
leaving only existing attr table reader
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-25 21:31:02 UTC (rev 23611)
+++
core3/core-task-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2011-01-25 21:31:50 UTC (rev 23612)
@@ -94,20 +94,21 @@
<entry key="menuGravity" value="2.0" />
</osgi:service-properties>
</osgi:service>
-
+<!--
<osgi:service id="loadDataTableTaskFactoryService"
ref="loadDataTableTaskFactory"
interface="org.cytoscape.work.TaskFactory">
<osgi:service-properties>
- <entry key="title" value="File..." />
+ <entry key="title" value="File (2)..." />
<entry key="preferredMenu" value="File.Import.Table" />
<entry key="menuGravity" value="1.0" />
</osgi:service-properties>
</osgi:service>
+ -->
<osgi:service id="loadAttrsTaskFactoryService"
ref="loadAttrsTaskFactory"
interface="org.cytoscape.work.TaskFactory">
<osgi:service-properties>
- <entry key="title" value="File (2)..." />
+ <entry key="title" value="Attribute File..." />
<entry key="preferredMenu" value="File.Import.Table" />
<entry key="menuGravity" value="1.1" />
</osgi:service-properties>
--
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.