Author: ruschein
Date: 2011-08-16 12:56:24 -0700 (Tue, 16 Aug 2011)
New Revision: 26574

Modified:
   core3/impl/trunk/plugin-impl/pom.xml
   
core3/impl/trunk/plugin-impl/src/main/java/org/cytoscape/plugin/internal/CyPluginAdapterImpl.java
Log:
Made sure the di-util-api bundle gets pulled in.

Modified: core3/impl/trunk/plugin-impl/pom.xml
===================================================================
--- core3/impl/trunk/plugin-impl/pom.xml        2011-08-16 19:44:25 UTC (rev 
26573)
+++ core3/impl/trunk/plugin-impl/pom.xml        2011-08-16 19:56:24 UTC (rev 
26574)
@@ -114,6 +114,10 @@
                <!-- dependencies needed for plugin manager -->
                <dependency>
                        <groupId>org.cytoscape</groupId>
+                       <artifactId>di-util-api</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.cytoscape</groupId>
                        <artifactId>io-api</artifactId>
                </dependency>
 

Modified: 
core3/impl/trunk/plugin-impl/src/main/java/org/cytoscape/plugin/internal/CyPluginAdapterImpl.java
===================================================================
--- 
core3/impl/trunk/plugin-impl/src/main/java/org/cytoscape/plugin/internal/CyPluginAdapterImpl.java
   2011-08-16 19:44:25 UTC (rev 26573)
+++ 
core3/impl/trunk/plugin-impl/src/main/java/org/cytoscape/plugin/internal/CyPluginAdapterImpl.java
   2011-08-16 19:56:24 UTC (rev 26574)
@@ -7,6 +7,7 @@
 import org.cytoscape.application.swing.CyAction;
 import org.cytoscape.application.swing.CySwingApplication;
 import org.cytoscape.application.swing.events.CytoPanelComponentSelectedEvent;
+import org.cytoscape.di.util.DIUtil;
 import org.cytoscape.dnd.DropNetworkViewTaskFactory;
 import org.cytoscape.equations.AbstractFunction;
 import org.cytoscape.event.CyEventHelper;
@@ -117,6 +118,7 @@
        // thus making it available to any plugin.  All packages in the
        // Cytoscape API should have at least one object in this class!!!
        //
+       private DIUtil dIUtil;
        private SessionAboutToBeSavedEvent sessionAboutToBeSavedEvent;
        private VisualStyleAboutToBeRemovedEvent 
visualStyleAboutToBeRemovedEvent;
        private AboutToRemoveEdgeViewsListener aboutToRemoveEdgeViewsListener;

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