Author: rodche
Date: 2012-04-26 17:29:46 -0700 (Thu, 26 Apr 2012)
New Revision: 29026
Modified:
core3/impl/trunk/cpath2-impl/pom.xml
core3/impl/trunk/cpath2-impl/src/main/java/org/cytoscape/cpath2/internal/cytoscape/BinarySifVisualStyleUtil.java
core3/impl/trunk/cpath2-impl/src/main/java/org/cytoscape/cpath2/internal/task/ExecuteGetRecordByCPathId.java
core3/impl/trunk/cpath2-impl/src/main/java/org/cytoscape/cpath2/internal/web_service/CytoscapeCPathWebService.java
Log:
removed unused imports
Modified: core3/impl/trunk/cpath2-impl/pom.xml
===================================================================
--- core3/impl/trunk/cpath2-impl/pom.xml 2012-04-26 23:47:54 UTC (rev
29025)
+++ core3/impl/trunk/cpath2-impl/pom.xml 2012-04-27 00:29:46 UTC (rev
29026)
@@ -29,12 +29,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.cytoscape</groupId>
- <artifactId>webservice-swing-api</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>org.cytoscape</groupId>
<artifactId>viewmodel-api</artifactId>
<scope>provided</scope>
@@ -64,7 +58,18 @@
<artifactId>vizmap-api</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>webservice-swing-api</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
<dependency>
+ <groupId>cytoscape-temp</groupId>
+ <artifactId>woodstox-core-lgpl</artifactId>
+ <version>4.0.5</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>com.springsource.org.apache.commons.httpclient</artifactId>
<version>3.1.0</version>
@@ -96,11 +101,6 @@
<artifactId>biopax-converter</artifactId>
<version>${paxtools.version}</version>
</dependency>
- <dependency>
- <groupId>cytoscape-temp</groupId>
- <artifactId>woodstox-core-lgpl</artifactId>
- <version>4.0.5</version>
- </dependency>
</dependencies>
<build>
Modified:
core3/impl/trunk/cpath2-impl/src/main/java/org/cytoscape/cpath2/internal/cytoscape/BinarySifVisualStyleUtil.java
===================================================================
---
core3/impl/trunk/cpath2-impl/src/main/java/org/cytoscape/cpath2/internal/cytoscape/BinarySifVisualStyleUtil.java
2012-04-26 23:47:54 UTC (rev 29025)
+++
core3/impl/trunk/cpath2-impl/src/main/java/org/cytoscape/cpath2/internal/cytoscape/BinarySifVisualStyleUtil.java
2012-04-27 00:29:46 UTC (rev 29026)
@@ -4,11 +4,9 @@
import java.awt.Paint;
import org.cytoscape.cpath2.internal.util.BioPaxUtil;
-import org.cytoscape.model.CyNode;
import org.cytoscape.view.presentation.property.ArrowShapeVisualProperty;
import org.cytoscape.view.presentation.property.BasicVisualLexicon;
import org.cytoscape.view.presentation.property.NodeShapeVisualProperty;
-import org.cytoscape.view.presentation.property.BasicVisualLexicon;
import org.cytoscape.view.presentation.property.values.ArrowShape;
import org.cytoscape.view.presentation.property.values.NodeShape;
import org.cytoscape.view.vizmap.VisualMappingFunctionFactory;
Modified:
core3/impl/trunk/cpath2-impl/src/main/java/org/cytoscape/cpath2/internal/task/ExecuteGetRecordByCPathId.java
===================================================================
---
core3/impl/trunk/cpath2-impl/src/main/java/org/cytoscape/cpath2/internal/task/ExecuteGetRecordByCPathId.java
2012-04-26 23:47:54 UTC (rev 29025)
+++
core3/impl/trunk/cpath2-impl/src/main/java/org/cytoscape/cpath2/internal/task/ExecuteGetRecordByCPathId.java
2012-04-27 00:29:46 UTC (rev 29026)
@@ -51,9 +51,6 @@
import org.cytoscape.view.vizmap.VisualMappingManager;
import org.cytoscape.view.vizmap.VisualStyle;
import org.cytoscape.work.AbstractTask;
-import org.cytoscape.work.Task;
-import org.cytoscape.work.TaskFactory;
-import org.cytoscape.work.TaskIterator;
import org.cytoscape.work.TaskMonitor;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Modified:
core3/impl/trunk/cpath2-impl/src/main/java/org/cytoscape/cpath2/internal/web_service/CytoscapeCPathWebService.java
===================================================================
---
core3/impl/trunk/cpath2-impl/src/main/java/org/cytoscape/cpath2/internal/web_service/CytoscapeCPathWebService.java
2012-04-26 23:47:54 UTC (rev 29025)
+++
core3/impl/trunk/cpath2-impl/src/main/java/org/cytoscape/cpath2/internal/web_service/CytoscapeCPathWebService.java
2012-04-27 00:29:46 UTC (rev 29026)
@@ -4,7 +4,6 @@
import java.awt.Container;
import java.awt.Dimension;
import java.util.List;
-import java.util.Set;
import javax.swing.JMenuItem;
import javax.swing.JPanel;
@@ -18,7 +17,6 @@
import org.cytoscape.io.webservice.NetworkImportWebServiceClient;
import org.cytoscape.io.webservice.SearchWebServiceClient;
import org.cytoscape.io.webservice.swing.AbstractWebServiceGUIClient;
-import org.cytoscape.model.CyNetwork;
import org.cytoscape.model.CyNode;
import org.cytoscape.view.model.View;
import org.cytoscape.work.TaskIterator;
--
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.