Author: mes
Date: 2010-07-21 15:58:53 -0700 (Wed, 21 Jul 2010)
New Revision: 20989
Modified:
core3/plugin-api/trunk/pom.xml
Log:
Added api dependencies to pom even though they aren't used by CyPluginAdapter.
These are needed to allow users to compile against the APIs.
Modified: core3/plugin-api/trunk/pom.xml
===================================================================
--- core3/plugin-api/trunk/pom.xml 2010-07-21 22:33:50 UTC (rev 20988)
+++ core3/plugin-api/trunk/pom.xml 2010-07-21 22:58:53 UTC (rev 20989)
@@ -72,6 +72,8 @@
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
+ <finalName>cytoscape-api-${version}</finalName>
+ <appendAssemblyId>false</appendAssemblyId>
</configuration>
</plugin>
@@ -98,6 +100,7 @@
</plugins>
</build>
+ <!-- These dependencies are meant to capture the entire public
Cytoscape API -->
<dependencies>
<dependency>
<groupId>org.cytoscape</groupId>
@@ -134,6 +137,22 @@
<artifactId>layout-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>io-api</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>core-task-api</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>vizmap-gui-api</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+
</dependencies>
</project>
--
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.