Author: paperwing
Date: 2011-06-23 09:00:45 -0700 (Thu, 23 Jun 2011)
New Revision: 25896
Added:
csplugins/trunk/toronto/jm/paperwing-build/patches/presentation-impl/
csplugins/trunk/toronto/jm/paperwing-build/patches/presentation-impl/RenderingEngineManagerImpl.java.patch
csplugins/trunk/toronto/jm/paperwing-build/patches/vizmap-gui-impl/
csplugins/trunk/toronto/jm/paperwing-build/patches/vizmap-gui-impl/bundle-context-osgi-vizmapper.xml.patch
Log:
included vizmap-gui-impl, presentation-impl patches
Added:
csplugins/trunk/toronto/jm/paperwing-build/patches/presentation-impl/RenderingEngineManagerImpl.java.patch
===================================================================
---
csplugins/trunk/toronto/jm/paperwing-build/patches/presentation-impl/RenderingEngineManagerImpl.java.patch
(rev 0)
+++
csplugins/trunk/toronto/jm/paperwing-build/patches/presentation-impl/RenderingEngineManagerImpl.java.patch
2011-06-23 16:00:45 UTC (rev 25896)
@@ -0,0 +1,13 @@
+Index:
src/main/java/org/cytoscape/view/presentation/internal/RenderingEngineManagerImpl.java
+===================================================================
+---
src/main/java/org/cytoscape/view/presentation/internal/RenderingEngineManagerImpl.java
(revision 25894)
++++
src/main/java/org/cytoscape/view/presentation/internal/RenderingEngineManagerImpl.java
(working copy)
+@@ -15,7 +15,7 @@
+ private final Map<View<?>, RenderingEngine<?>> renderingEngineMap;
+
+ private static final String FACTORY_ID_TAG = "id";
+- private static final String DEFAULT_FACTORY_ID = "ding";
++ private static final String DEFAULT_FACTORY_ID = "wind";
+
+ private VisualLexicon defaultLexicon;
+
Property changes on:
csplugins/trunk/toronto/jm/paperwing-build/patches/presentation-impl/RenderingEngineManagerImpl.java.patch
___________________________________________________________________
Added: svn:executable
+ *
Added:
csplugins/trunk/toronto/jm/paperwing-build/patches/vizmap-gui-impl/bundle-context-osgi-vizmapper.xml.patch
===================================================================
---
csplugins/trunk/toronto/jm/paperwing-build/patches/vizmap-gui-impl/bundle-context-osgi-vizmapper.xml.patch
(rev 0)
+++
csplugins/trunk/toronto/jm/paperwing-build/patches/vizmap-gui-impl/bundle-context-osgi-vizmapper.xml.patch
2011-06-23 16:00:45 UTC (rev 25896)
@@ -0,0 +1,30 @@
+Index: src/main/resources/META-INF/spring/bundle-context-osgi-vizmapper.xml
+===================================================================
+--- src/main/resources/META-INF/spring/bundle-context-osgi-vizmapper.xml
2011-06-21 05:51:51.462000000 -0400
++++ src/main/resources/META-INF/spring/bundle-context-osgi-vizmapper.xml
2011-06-20 07:00:59.933000000 -0400
+@@ -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"
+@@ -271,6 +271,6 @@
+ <osgi:listener bind-method="addBypass"
+ unbind-method="removeBypass" ref="bypassManager" />
+ </osgi:set>
+-
+-
++
++
+ </beans>
Property changes on:
csplugins/trunk/toronto/jm/paperwing-build/patches/vizmap-gui-impl/bundle-context-osgi-vizmapper.xml.patch
___________________________________________________________________
Added: svn:executable
+ *
--
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.