Author: kozo
Date: 2009-08-12 03:30:53 -0700 (Wed, 12 Aug 2009)
New Revision: 17788
Modified:
csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/pom.xml
Log:
wrote dependency setting for importing CyNetworkViewFactory (refs ticket:24)
Modified: csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/pom.xml
===================================================================
--- csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/pom.xml
2009-08-12 06:41:37 UTC (rev 17787)
+++ csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/pom.xml
2009-08-12 10:30:53 UTC (rev 17788)
@@ -50,11 +50,18 @@
<artifactId>vizmap-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
+
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>default-mappings</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
+
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>viewmodel-api</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
<!-- GUI -->
<dependency>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---