Author: ruschein
Date: 2010-11-19 12:10:48 -0800 (Fri, 19 Nov 2010)
New Revision: 22934

Modified:
   
core3/log-swing/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
Log:
Fixed an invalid service ref.

Modified: 
core3/log-swing/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
--- 
core3/log-swing/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
    2010-11-19 19:51:49 UTC (rev 22933)
+++ 
core3/log-swing/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
    2010-11-19 20:10:48 UTC (rev 22934)
@@ -38,5 +38,5 @@
        </osgi:service>
 
        <osgi:reference id="taskManagerRef" 
interface="org.cytoscape.work.TaskManager"/>
-       <osgi:reference id="cySwingApplicationRef" 
interface="org.cytoscape.view.CySwingApplication"/>
+       <osgi:reference id="cySwingApplicationRef" 
interface="org.cytoscape.application.swing.CySwingApplication"/>
 </beans>

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