Author: ruschein
Date: 2010-11-19 12:33:17 -0800 (Fri, 19 Nov 2010)
New Revision: 22937

Modified:
   
core3/manual-layout-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
Log:
Fixed a bad service ref.

Modified: 
core3/manual-layout-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
--- 
core3/manual-layout-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
   2010-11-19 20:31:20 UTC (rev 22936)
+++ 
core3/manual-layout-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
   2010-11-19 20:33:17 UTC (rev 22937)
@@ -7,7 +7,7 @@
        default-lazy-init="false">
        
        <osgi:reference id="cySwingApplicationServiceRef"
-               interface="org.cytoscape.view.CySwingApplication" />
+               interface="org.cytoscape.application.swing.CySwingApplication" 
/>
 
        <osgi:reference id="cyApplicationManagerServiceRef"
                interface="org.cytoscape.session.CyApplicationManager" />

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