Author: mes
Date: 2010-11-03 16:40:47 -0700 (Wed, 03 Nov 2010)
New Revision: 22706
Removed:
cytoscape3/trunk/attributes/
Modified:
cytoscape3/trunk/webservice/ws-client/pom.xml
cytoscape3/trunk/webservice/ws-client/src/main/java/org/cytoscape/webservice/client/NetworkImportWebServiceClient.java
Log:
cleaning up old-style attributes
Modified: cytoscape3/trunk/webservice/ws-client/pom.xml
===================================================================
--- cytoscape3/trunk/webservice/ws-client/pom.xml 2010-11-03 23:29:23 UTC
(rev 22705)
+++ cytoscape3/trunk/webservice/ws-client/pom.xml 2010-11-03 23:40:47 UTC
(rev 22706)
@@ -29,30 +29,11 @@
<packaging>bundle</packaging>
<dependencies>
- <!--
- | uncomment to add all imported (non-local) bundles to
your
- compilation classpath <dependency> <type>pom</type>
- <groupId>${parent.groupId}</groupId>
- <artifactId>provision</artifactId>
<optional>true</optional>
- </dependency>
- -->
<dependency>
- <groupId>org.osgi</groupId>
- <artifactId>osgi_R4_core</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>osgi_R4_compendium</artifactId>
- <optional>true</optional>
- </dependency>
-
- <dependency>
<groupId>org.cytoscape</groupId>
<artifactId>vizmap-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
-
</dependencies>
</project>
Modified:
cytoscape3/trunk/webservice/ws-client/src/main/java/org/cytoscape/webservice/client/NetworkImportWebServiceClient.java
===================================================================
---
cytoscape3/trunk/webservice/ws-client/src/main/java/org/cytoscape/webservice/client/NetworkImportWebServiceClient.java
2010-11-03 23:29:23 UTC (rev 22705)
+++
cytoscape3/trunk/webservice/ws-client/src/main/java/org/cytoscape/webservice/client/NetworkImportWebServiceClient.java
2010-11-03 23:40:47 UTC (rev 22706)
@@ -34,7 +34,7 @@
*/
package org.cytoscape.webservice.client;
-import org.cytoscape.vizmap.VisualStyle;
+import org.cytoscape.view.vizmap.VisualStyle;
/**
*
--
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.