Author: kono
Date: 2010-11-15 12:53:17 -0800 (Mon, 15 Nov 2010)
New Revision: 22854

Modified:
   
core3/swing-application-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
Log:
Fixed errors in config files.

Modified: 
core3/swing-application-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
--- 
core3/swing-application-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
       2010-11-15 20:47:25 UTC (rev 22853)
+++ 
core3/swing-application-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
       2010-11-15 20:53:17 UTC (rev 22854)
@@ -11,9 +11,6 @@
                interface="org.cytoscape.property.CyProperty"
                filter="(cyPropertyName=coreSettings)" />
 
-       <osgi:reference id="openBrowserServiceRef"
-               interface="org.cytoscape.util.swing.OpenBrowser" />
-
        <osgi:reference id="cyApplicationManagerServiceRef"
                interface="org.cytoscape.session.CyApplicationManager" />
 
@@ -89,6 +86,8 @@
        <!-- </osgi:service> -->
 
 
+       <osgi:reference id="openBrowserService" 
interface="org.cytoscape.util.swing.OpenBrowser" />
+
        <!-- <osgi:service id="printActionService" ref="printAction" 
interface="cytoscape.view.CyAction" 
                /> -->
        <osgi:service id="exitActionService" ref="exitAction"
@@ -268,7 +267,7 @@
        <!-- Finally, Export Cytoscape Desktop itself as a service. Other 
desktop 
                components (like VizMapper GUI) can use it through DI -->
        <osgi:service id="cytoscapeDesktopService" ref="cytoscapeDesktop"
-               interface="org.cytoscape.application.swing.CySwingApplication" 
/>
+               interface="org.cytoscape.application.CySwingApplication" />
 
        <osgi:service id="networkPanelService" ref="networkPanel">
                <osgi:interfaces>

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