Author: paperwing
Date: 2011-06-13 14:26:30 -0700 (Mon, 13 Jun 2011)
New Revision: 25737

Added:
   csplugins/trunk/toronto/yuedong/paperwing-impl/misc/cytoscape-patches/
   
csplugins/trunk/toronto/yuedong/paperwing-impl/misc/cytoscape-patches/vizmap-presentation-swing.patch
Log:
included patches that resolve issue of certain cytoscape components only using 
ding

Added: 
csplugins/trunk/toronto/yuedong/paperwing-impl/misc/cytoscape-patches/vizmap-presentation-swing.patch
===================================================================
--- 
csplugins/trunk/toronto/yuedong/paperwing-impl/misc/cytoscape-patches/vizmap-presentation-swing.patch
                               (rev 0)
+++ 
csplugins/trunk/toronto/yuedong/paperwing-impl/misc/cytoscape-patches/vizmap-presentation-swing.patch
       2011-06-13 21:26:30 UTC (rev 25737)
@@ -0,0 +1,24 @@
+### Eclipse Workspace Patch 1.0
+#P vizmap-gui-impl
+Index: src/main/resources/META-INF/spring/bundle-context-osgi-vizmapper.xml
+===================================================================
+--- src/main/resources/META-INF/spring/bundle-context-osgi-vizmapper.xml       
(revision 25654)
++++ src/main/resources/META-INF/spring/bundle-context-osgi-vizmapper.xml       
(working copy)
+@@ -53,12 +53,12 @@
+               interface="org.cytoscape.view.vizmap.VisualStyleFactory" />
+ 
+       <!-- For now, use DING rendering engine only. -->
+-      <osgi:reference id="dingVisualLexiconServiceRef"
+-              interface="org.cytoscape.view.model.VisualLexicon" 
filter="(id=ding)" />
++      <osgi:reference id="windVisualLexiconServiceRef"
++              interface="org.cytoscape.view.model.VisualLexicon" 
filter="(id=wind)" />
+ 
+-      <osgi:reference id="dingRenderingEngineFactoryServiceRef"
++      <osgi:reference id="windRenderingEngineFactoryServiceRef"
+               
interface="org.cytoscape.view.presentation.RenderingEngineFactory"
+-              filter="(id=ding)" />
++              filter="(id=wind)" />
+ 
+       <!-- Visual Mapping Manager Service -->
+       <osgi:reference id="vmmServiceRef"
+#P presentation-impl

-- 
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