Author: paperwing
Date: 2011-06-23 09:03:41 -0700 (Thu, 23 Jun 2011)
New Revision: 25897
Added:
csplugins/trunk/toronto/jm/paperwing-build/patches/swing-application-impl/bundle-context-osgi.xml.patch
csplugins/trunk/toronto/jm/paperwing-build/patches/swing-application-impl/bundle-context.xml.patch
Log:
included swing-application-impl osgi patches
Added:
csplugins/trunk/toronto/jm/paperwing-build/patches/swing-application-impl/bundle-context-osgi.xml.patch
===================================================================
---
csplugins/trunk/toronto/jm/paperwing-build/patches/swing-application-impl/bundle-context-osgi.xml.patch
(rev 0)
+++
csplugins/trunk/toronto/jm/paperwing-build/patches/swing-application-impl/bundle-context-osgi.xml.patch
2011-06-23 16:03:41 UTC (rev 25897)
@@ -0,0 +1,23 @@
+Index: src/main/resources/META-INF/spring/bundle-context-osgi.xml
+===================================================================
+--- src/main/resources/META-INF/spring/bundle-context-osgi.xml 2011-06-21
05:51:36.143000000 -0400
++++ src/main/resources/META-INF/spring/bundle-context-osgi.xml 2011-06-21
07:50:08.281446200 -0400
+@@ -34,14 +34,14 @@
+ interface="org.cytoscape.model.CyTableRowUpdateService" />
+
+ <!-- Rendering Engine factory for main network views -->
+- <osgi:reference id="dingRenderingEngineFactoryServiceRef"
++ <osgi:reference id="windRenderingEngineFactoryServiceRef"
+
interface="org.cytoscape.view.presentation.RenderingEngineFactory"
+- filter="(id=ding)" />
++ filter="(id=wind)" />
+
+ <!-- Rendering Engine factory for navigation views -->
+- <osgi:reference id="dingNavigationPresentationFactoryServiceRef"
++ <osgi:reference id="windMapRenderingEngineFactoryServiceRef"
+
interface="org.cytoscape.view.presentation.RenderingEngineFactory"
+- filter="(id=dingNavigation)" />
++ filter="(id=windMap)" />
+
+ <osgi:reference id="tunableGUIInterceptorServiceRef"
+ interface="org.cytoscape.work.swing.GUITunableInterceptor" />
Property changes on:
csplugins/trunk/toronto/jm/paperwing-build/patches/swing-application-impl/bundle-context-osgi.xml.patch
___________________________________________________________________
Added: svn:executable
+ *
Added:
csplugins/trunk/toronto/jm/paperwing-build/patches/swing-application-impl/bundle-context.xml.patch
===================================================================
---
csplugins/trunk/toronto/jm/paperwing-build/patches/swing-application-impl/bundle-context.xml.patch
(rev 0)
+++
csplugins/trunk/toronto/jm/paperwing-build/patches/swing-application-impl/bundle-context.xml.patch
2011-06-23 16:03:41 UTC (rev 25897)
@@ -0,0 +1,13 @@
+Index: src/main/resources/META-INF/spring/bundle-context.xml
+===================================================================
+--- src/main/resources/META-INF/spring/bundle-context.xml 2011-06-20
22:58:52.766000000 -0400
++++ src/main/resources/META-INF/spring/bundle-context.xml 2011-06-20
07:17:38.468000000 -0400
+@@ -88,7 +88,7 @@
+ <bean name="birdsEyeViewHandler"
class="org.cytoscape.internal.view.BirdsEyeViewHandler">
+ <constructor-arg ref="cyApplicationManagerServiceRef" />
+ <constructor-arg ref="networkViewManager" />
+- <constructor-arg
ref="dingNavigationPresentationFactoryServiceRef" />
++ <constructor-arg ref="windMapRenderingEngineFactoryServiceRef"
/>
+ </bean>
+
+ <bean name="networkPanel"
class="org.cytoscape.internal.view.NetworkPanel">
Property changes on:
csplugins/trunk/toronto/jm/paperwing-build/patches/swing-application-impl/bundle-context.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.