Author: mes
Date: 2010-09-17 15:25:14 -0700 (Fri, 17 Sep 2010)
New Revision: 21928
Modified:
cytoscape/trunk/application/pom.xml
Log:
removed redundant repositories
Modified: cytoscape/trunk/application/pom.xml
===================================================================
--- cytoscape/trunk/application/pom.xml 2010-09-17 22:23:50 UTC (rev 21927)
+++ cytoscape/trunk/application/pom.xml 2010-09-17 22:25:14 UTC (rev 21928)
@@ -179,47 +179,6 @@
</pluginRepository>
</pluginRepositories>
- <!--
- Don't add additional repositories!
- We want everything coming from either Maven Central or our repository.
- Remember, it's easy to add third party jars to our repository.
- -->
- <repositories>
- <repository>
- <id>cytoscape_snapshots</id>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
- <name>Cytoscape Snapshots</name>
-
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/snapshots/</url>
- </repository>
- <repository>
- <id>cytoscape_releases</id>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- <name>Cytoscape Releases</name>
-
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/releases/</url>
- </repository>
- <repository>
- <id>cytoscape_thirdparty</id>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- <name>Cytoscape Third Party</name>
-
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/thirdparty/</url>
- </repository>
- </repositories>
-
<dependencies>
<dependency>
<groupId>cytoscape.corelibs</groupId>
--
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.