Author: rodche
Date: 2011-08-12 08:11:07 -0700 (Fri, 12 Aug 2011)
New Revision: 26541
Modified:
core3/gui-distribution/trunk/distribution/pom.xml
Log:
In the gui-distribution/distribution/pom.xml, removed (unnecessary) "zip"
dependencies to startlevel-* project.
Modified: core3/gui-distribution/trunk/distribution/pom.xml
===================================================================
--- core3/gui-distribution/trunk/distribution/pom.xml 2011-08-12 01:37:56 UTC
(rev 26540)
+++ core3/gui-distribution/trunk/distribution/pom.xml 2011-08-12 15:11:07 UTC
(rev 26541)
@@ -54,24 +54,24 @@
<version>${project.version}</version>
<classifier>jar-with-dependencies</classifier>
</dependency>
- <dependency>
- <groupId>org.cytoscape.gui-distribution</groupId>
- <artifactId>startlevel-1</artifactId>
- <version>${project.version}</version>
- <type>zip</type>
- </dependency>
- <dependency>
- <groupId>org.cytoscape.gui-distribution</groupId>
- <artifactId>startlevel-2</artifactId>
- <version>${project.version}</version>
- <type>zip</type>
- </dependency>
- <dependency>
- <groupId>org.cytoscape.gui-distribution</groupId>
- <artifactId>startlevel-3</artifactId>
- <version>${project.version}</version>
- <type>zip</type>
- </dependency>
+<!-- <dependency> -->
+<!-- <groupId>org.cytoscape.gui-distribution</groupId> -->
+<!-- <artifactId>startlevel-1</artifactId> -->
+<!-- <version>${project.version}</version> -->
+<!-- <type>zip</type> -->
+<!-- </dependency> -->
+<!-- <dependency> -->
+<!-- <groupId>org.cytoscape.gui-distribution</groupId> -->
+<!-- <artifactId>startlevel-2</artifactId> -->
+<!-- <version>${project.version}</version> -->
+<!-- <type>zip</type> -->
+<!-- </dependency> -->
+<!-- <dependency> -->
+<!-- <groupId>org.cytoscape.gui-distribution</groupId> -->
+<!-- <artifactId>startlevel-3</artifactId> -->
+<!-- <version>${project.version}</version> -->
+<!-- <type>zip</type> -->
+<!-- </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.