Author: kono
Date: 2010-08-12 13:30:26 -0700 (Thu, 12 Aug 2010)
New Revision: 21350
Modified:
cytoscape3/trunk/provision/pom.xml
Log:
VizMap GUI is currently turned off because it's not fully functional.
Modified: cytoscape3/trunk/provision/pom.xml
===================================================================
--- cytoscape3/trunk/provision/pom.xml 2010-08-12 20:29:24 UTC (rev 21349)
+++ cytoscape3/trunk/provision/pom.xml 2010-08-12 20:30:26 UTC (rev 21350)
@@ -125,12 +125,12 @@
<!-- Cytoscape Core Bundles -->
<dependency>
<groupId>org.cytoscape</groupId>
- <artifactId>event-impl</artifactId>
+ <artifactId>event-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
- <artifactId>event-api</artifactId>
+ <artifactId>event-impl</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
@@ -193,12 +193,12 @@
<artifactId>ding-presentation-impl</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
- <dependency>
+ <!--<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>vizmap-gui-impl</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
- <dependency>
+ --><dependency>
<groupId>org.cytoscape</groupId>
<artifactId>default-mappings</artifactId>
<version>1.0-SNAPSHOT</version>
--
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.