Author: nickboldt
Date: 2011-08-25 11:07:42 -0400 (Thu, 25 Aug 2011)
New Revision: 34312
Modified:
trunk/as/pom.xml
trunk/build/pom-core.xml
trunk/gwt/pom.xml
Log:
JBIDE-9585 do not need eGit 1.1; also, fix comments in pom-core.xml to explain why GWT not
in TP
Modified: trunk/as/pom.xml
===================================================================
--- trunk/as/pom.xml 2011-08-25 15:03:52 UTC (rev 34311)
+++ trunk/as/pom.xml 2011-08-25 15:07:42 UTC (rev 34312)
@@ -18,7 +18,7 @@
<module>features</module>
<module>site</module>
</modules>
- <repositories>
+ <!-- no longer needed (
https://issues.jboss.org/browse/JBIDE-9585)
<repositories>
<repository>
<id>egit11</id>
<
url>http://download.jboss.org/jbosstools/updates/requirements/egit/1.1...
@@ -26,6 +26,6 @@
<snapshots><enabled>true</enabled></snapshots>
<releases><enabled>true</enabled></releases>
</repository>
- </repositories>
+ </repositories> -->
</project>
Modified: trunk/build/pom-core.xml
===================================================================
--- trunk/build/pom-core.xml 2011-08-25 15:03:52 UTC (rev 34311)
+++ trunk/build/pom-core.xml 2011-08-25 15:07:42 UTC (rev 34312)
@@ -486,7 +486,7 @@
</profiles>
<repositories>
- <!-- better way is include it into target platform -->
+ <!-- Cannot redistribute GWT plugins due to license therefore cannot be included in
target platform; must reference as 3rd party URL -->
<repository>
<id>gwt-e37</id>
<
url>http://dl.google.com/eclipse/plugin/3.7/</url>
@@ -498,8 +498,7 @@
<enabled>true</enabled>
</releases>
</repository>
- <!-- the same as for gwt-37 -->
- <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>
@@ -509,7 +508,7 @@
<releases>
<enabled>true</enabled>
</releases>
- </repository>
+ </repository> -->
</repositories>
</project>
Modified: trunk/gwt/pom.xml
===================================================================
--- trunk/gwt/pom.xml 2011-08-25 15:03:52 UTC (rev 34311)
+++ trunk/gwt/pom.xml 2011-08-25 15:07:42 UTC (rev 34312)
@@ -19,6 +19,7 @@
<module>site</module>
</modules>
<repositories>
+ <!-- Cannot redistribute GWT plugins due to license therefore cannot
be included in target platform; must reference as 3rd party URL -->
<repository>
<id>gwt-e37</id>
<
url>http://dl.google.com/eclipse/plugin/3.7/</url>