Author: mes
Date: 2012-05-11 13:33:00 -0700 (Fri, 11 May 2012)
New Revision: 29234
Modified:
core3/app-developer/trunk/pom.xml
Log:
updates to swing-app-api
Modified: core3/app-developer/trunk/pom.xml
===================================================================
--- core3/app-developer/trunk/pom.xml 2012-05-11 20:08:37 UTC (rev 29233)
+++ core3/app-developer/trunk/pom.xml 2012-05-11 20:33:00 UTC (rev 29234)
@@ -85,7 +85,7 @@
<artifactItems>
<artifactItem>
<groupId>org.cytoscape</groupId>
- <artifactId>app-api</artifactId>
+ <artifactId>swing-app-api</artifactId>
<version>${cytoscape.api.version}</version>
<classifier>javadoc</classifier>
<overWrite>true</overWrite>
@@ -105,11 +105,11 @@
<artifactItems>
<artifactItem>
<groupId>org.cytoscape</groupId>
- <artifactId>app-api</artifactId>
+ <artifactId>swing-app-api</artifactId>
<version>${cytoscape.api.version}</version>
<classifier>jar-with-dependencies</classifier>
<overWrite>true</overWrite>
-
<destFileName>cytoscape-app-api-${cytoscape.api.version}.jar</destFileName>
+
<destFileName>cytoscape-swing-app-api-${cytoscape.api.version}.jar</destFileName>
</artifactItem>
</artifactItems>
</configuration>
@@ -201,13 +201,13 @@
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
- <artifactId>app-api</artifactId>
+ <artifactId>swing-app-api</artifactId>
<version>${cytoscape.api.version}</version>
<classifier>javadoc</classifier>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
- <artifactId>app-api</artifactId>
+ <artifactId>swing-app-api</artifactId>
<version>${cytoscape.api.version}</version>
<classifier>jar-with-dependencies</classifier>
</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.