Author: pwang
Date: 2010-09-21 16:47:04 -0700 (Tue, 21 Sep 2010)
New Revision: 21968

Modified:
   cytoscape3/trunk/application/pom.xml
Log:
Add force-directed layout

Modified: cytoscape3/trunk/application/pom.xml
===================================================================
--- cytoscape3/trunk/application/pom.xml        2010-09-21 23:44:22 UTC (rev 
21967)
+++ cytoscape3/trunk/application/pom.xml        2010-09-21 23:47:04 UTC (rev 
21968)
@@ -46,8 +46,21 @@
                        <artifactId>layout-api</artifactId>
                        <version>1.0-SNAPSHOT</version>
                </dependency>
+
                <dependency>
                        <groupId>org.cytoscape</groupId>
+                       <artifactId>layout-prefuse-impl</artifactId>
+                       <version>1.0-SNAPSHOT</version>
+               </dependency>
+               
+       <dependency>
+               <groupId>cytoscape-temp</groupId>
+               <artifactId>prefuse</artifactId>
+               <version>20071021</version>
+       </dependency>
+               
+               <dependency>
+                       <groupId>org.cytoscape</groupId>
                        <artifactId>vizmap-api</artifactId>
                        <version>1.0-SNAPSHOT</version>
                </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.

Reply via email to