Author: mes
Date: 2010-07-21 15:33:42 -0700 (Wed, 21 Jul 2010)
New Revision: 20987
Modified:
core3/plugin-api/trunk/pom.xml
core3/plugin-api/trunk/src/main/java/org/cytoscape/plugin/CyPluginAdapter.java
Log:
removed editormanager since it doesn't seem to a service
Modified: core3/plugin-api/trunk/pom.xml
===================================================================
--- core3/plugin-api/trunk/pom.xml 2010-07-21 22:32:47 UTC (rev 20986)
+++ core3/plugin-api/trunk/pom.xml 2010-07-21 22:33:42 UTC (rev 20987)
@@ -121,11 +121,6 @@
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
- <artifactId>vizmap-gui-api</artifactId>
- <version>1.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.cytoscape</groupId>
<artifactId>session-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
Modified:
core3/plugin-api/trunk/src/main/java/org/cytoscape/plugin/CyPluginAdapter.java
===================================================================
---
core3/plugin-api/trunk/src/main/java/org/cytoscape/plugin/CyPluginAdapter.java
2010-07-21 22:32:47 UTC (rev 20986)
+++
core3/plugin-api/trunk/src/main/java/org/cytoscape/plugin/CyPluginAdapter.java
2010-07-21 22:33:42 UTC (rev 20987)
@@ -8,7 +8,6 @@
import org.cytoscape.view.layout.CyLayouts;
import org.cytoscape.view.presentation.PresentationFactory;
import org.cytoscape.view.vizmap.VisualMappingManager;
-import org.cytoscape.view.vizmap.gui.editor.EditorManager;
import org.cytoscape.session.CyNetworkManager;
import org.cytoscape.session.CySessionManager;
import org.cytoscape.work.TaskManager;
@@ -112,16 +111,6 @@
//
- // vizmap-gui api
- //
-
- /**
- * Returns an instance of {...@link EditorManager}.
- * @return an instance of {...@link EditorManager}.
- */
- EditorManager getEditorManager();
-
- //
// layout api
//
--
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.