Author: nickboldt
Date: 2012-04-10 11:29:59 -0400 (Tue, 10 Apr 2012)
New Revision: 40114
Modified:
trunk/build/pom.xml
Log:
remove
http://dl.google.com/eclipse/plugin/3.7/ from build/pom.xml - we now mirror
everything we need on
download.jboss.org because it's all EPL
Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml 2012-04-10 15:29:51 UTC (rev 40113)
+++ trunk/build/pom.xml 2012-04-10 15:29:59 UTC (rev 40114)
@@ -646,30 +646,5 @@
</profile>
</profiles>
- <repositories>
- <!-- still needed? JBIDE-10595 vs. JBIDE-10742 -->
- <repository>
- <id>gwt-e37</id>
- <
url>http://dl.google.com/eclipse/plugin/3.7/</url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <!-- no longer needed (
https://issues.jboss.org/browse/JBIDE-9585)
<repository>
- <id>egit11</id>
- <
url>http://download.jboss.org/jbosstools/updates/requirements/egit/1.1...
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository> -->
- </repositories>
</project>