Author: Christian Lopes
Date: 2011-01-24 16:02:52 -0800 (Mon, 24 Jan 2011)
New Revision: 23588
Modified:
core3/default-mappingcalculators/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
Log:
Added "mapping.type" keys to exported VisualMappingFunctionFactory OSGI
services (discrete, continuous, passthrough).
Modified:
core3/default-mappingcalculators/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
---
core3/default-mappingcalculators/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2011-01-24 23:49:48 UTC (rev 23587)
+++
core3/default-mappingcalculators/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2011-01-25 00:02:52 UTC (rev 23588)
@@ -11,6 +11,7 @@
interface="org.cytoscape.view.vizmap.VisualMappingFunctionFactory">
<osgi:service-properties>
<entry key="service.type" value="factory" />
+ <entry key="mapping.type" value="discrete" />
</osgi:service-properties>
</osgi:service>
@@ -18,6 +19,7 @@
interface="org.cytoscape.view.vizmap.VisualMappingFunctionFactory">
<osgi:service-properties>
<entry key="service.type" value="factory" />
+ <entry key="mapping.type" value="continuous" />
</osgi:service-properties>
</osgi:service>
@@ -25,6 +27,7 @@
interface="org.cytoscape.view.vizmap.VisualMappingFunctionFactory">
<osgi:service-properties>
<entry key="service.type" value="factory" />
+ <entry key="mapping.type" value="passthrough" />
</osgi:service-properties>
</osgi:service>
--
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.