Author: kono
Date: 2010-08-12 18:48:39 -0700 (Thu, 12 Aug 2010)
New Revision: 21376

Modified:
   
core3/ding-presentation-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
   
core3/layout-cytoscape-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
   
core3/layout-jgraph-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
   
core3/layout-prefuse-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
   core3/work-api/trunk/src/main/java/org/cytoscape/work/undo/UndoSupport.java
   
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context-osgi.xml
Log:
Broken bean config files are fixed.

Modified: 
core3/ding-presentation-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
--- 
core3/ding-presentation-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
       2010-08-13 01:05:25 UTC (rev 21375)
+++ 
core3/ding-presentation-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
       2010-08-13 01:48:39 UTC (rev 21376)
@@ -9,7 +9,7 @@
                interface="org.cytoscape.model.subnetwork.CyRootNetworkFactory">
        </osgi:reference>
 
-       <osgi:reference id="undoSupportServiceRef" 
interface="org.cytoscape.work.UndoSupport">
+       <osgi:reference id="undoSupportServiceRef" 
interface="org.cytoscape.work.undo.UndoSupport">
        </osgi:reference>
 
        <osgi:reference id="cyDataTableFactoryServiceRef"

Modified: 
core3/layout-cytoscape-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
--- 
core3/layout-cytoscape-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
        2010-08-13 01:05:25 UTC (rev 21375)
+++ 
core3/layout-cytoscape-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
        2010-08-13 01:48:39 UTC (rev 21376)
@@ -37,7 +37,7 @@
        </osgi:service>
 
     <osgi:reference id="undoSupportServiceRef"
-                    interface="org.cytoscape.work.UndoSupport">
+                    interface="org.cytoscape.work.undo.UndoSupport">
     </osgi:reference>
 
     <osgi:reference id="cyTableManagerServiceRef"

Modified: 
core3/layout-jgraph-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
--- 
core3/layout-jgraph-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
   2010-08-13 01:05:25 UTC (rev 21375)
+++ 
core3/layout-jgraph-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
   2010-08-13 01:48:39 UTC (rev 21376)
@@ -62,7 +62,7 @@
        </osgi:service>
 
     <osgi:reference id="undoSupportServiceRef"
-                    interface="org.cytoscape.work.UndoSupport">
+                    interface="org.cytoscape.work.undo.UndoSupport">
     </osgi:reference>
 
 </beans>

Modified: 
core3/layout-prefuse-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
--- 
core3/layout-prefuse-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
  2010-08-13 01:05:25 UTC (rev 21375)
+++ 
core3/layout-prefuse-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
  2010-08-13 01:48:39 UTC (rev 21376)
@@ -13,7 +13,7 @@
        </osgi:service>
 
     <osgi:reference id="undoSupportServiceRef"
-                    interface="org.cytoscape.work.UndoSupport">
+                    interface="org.cytoscape.work.undo.UndoSupport">
     </osgi:reference>
 
 </beans>

Modified: 
core3/work-api/trunk/src/main/java/org/cytoscape/work/undo/UndoSupport.java
===================================================================
--- core3/work-api/trunk/src/main/java/org/cytoscape/work/undo/UndoSupport.java 
2010-08-13 01:05:25 UTC (rev 21375)
+++ core3/work-api/trunk/src/main/java/org/cytoscape/work/undo/UndoSupport.java 
2010-08-13 01:48:39 UTC (rev 21376)
@@ -37,5 +37,6 @@
  */
 public interface UndoSupport {
        UndoManager getUndoManager(); 
+
        UndoableEditSupport getUndoableEditSupport();
 }

Modified: 
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
--- 
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context-osgi.xml
     2010-08-13 01:05:25 UTC (rev 21375)
+++ 
cytoscape3/trunk/application/src/main/resources/META-INF/spring/bundle-context-osgi.xml
     2010-08-13 01:48:39 UTC (rev 21376)
@@ -49,7 +49,7 @@
        <osgi:reference id="cyLayoutsServiceRef" 
interface="org.cytoscape.view.layout.CyLayouts">
        </osgi:reference>
 
-       <osgi:reference id="undoSupportServiceRef" 
interface="org.cytoscape.work.UndoSupport">
+       <osgi:reference id="undoSupportServiceRef" 
interface="org.cytoscape.work.undo.UndoSupport">
        </osgi:reference>
 
        <osgi:reference id="cyEventHelperServiceRef" 
interface="org.cytoscape.event.CyEventHelper">

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