Author: pwang
Date: 2010-11-18 12:05:30 -0800 (Thu, 18 Nov 2010)
New Revision: 22904

Modified:
   
core3/plugin-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
Log:
Clean up

Modified: 
core3/plugin-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
--- 
core3/plugin-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
  2010-11-18 19:53:16 UTC (rev 22903)
+++ 
core3/plugin-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
  2010-11-18 20:05:30 UTC (rev 22904)
@@ -68,32 +68,26 @@
     <osgi:service id="pluginLoaderTaskFactoryService" 
ref="pluginLoaderTaskFactory"
                interface="org.cytoscape.work.TaskFactory">
         <osgi:service-properties>
-                   <entry key="title" value="Load Plugin...XXX" />
+                   <entry key="title" value="Load Plugin..." />
                    <entry key="preferredMenu" value="File.Import" />
         </osgi:service-properties>
     </osgi:service>
  
-
-
-
        <!-- Plugin manager -->
+       <osgi:service id="pluginManagerActionService" ref="pluginManagerAction"
+               interface="org.cytoscape.application.swing.CyAction" />
+
        <osgi:reference id="cytoscapeDesktopService"
                interface="org.cytoscape.application.swing.CySwingApplication" 
/>
 
        <osgi:reference id="cytoscapeVersionService"
                interface="org.cytoscape.application.swing.CytoscapeVersion" />
 
-       <osgi:service id="pluginManagerActionService" ref="pluginManagerAction"
-               interface="org.cytoscape.application.swing.CyAction" />
-
-<!-- Bookmark -->
-
        <osgi:reference id="bookmarkServiceRef" 
interface="org.cytoscape.property.CyProperty"
                filter="(cyPropertyName=bookmarks)" />
        <osgi:reference id="bookmarksUtilServiceRef"
                interface="org.cytoscape.property.bookmark.BookmarksUtil" />
 
-
        <osgi:reference id="guiTaskManagerServiceRef" 
interface="org.cytoscape.work.swing.GUITaskManager">
        </osgi:reference>
 

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