Author: nickboldt
Date: 2012-01-18 12:52:27 -0500 (Wed, 18 Jan 2012)
New Revision: 37944
Modified:
trunk/build/pom.xml
Log:
remove GWT site from pom -- no longer needed per JBIDE-10595; also add parent profile
(copy from pom-core.xml) per JBIDE-7565
Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml 2012-01-18 15:57:06 UTC (rev 37943)
+++ trunk/build/pom.xml 2012-01-18 17:52:27 UTC (rev 37944)
@@ -18,6 +18,16 @@
-->
<profile>
+ <id>parent</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <modules>
+ <module>parent</module>
+ </modules>
+ </profile>
+
+ <profile>
<id>libs</id>
<activation>
<activeByDefault>true</activeByDefault>
@@ -718,8 +728,7 @@
</profiles>
<repositories>
- <!-- Cannot redistribute GWT plugins due to license therefore cannot be included in
target platform; must reference as 3rd party URL -->
- <repository>
+ <!-- no longer needed (
https://issues.jboss.org/browse/JBIDE-10595)
<repository>
<id>gwt-e37</id>
<
url>http://dl.google.com/eclipse/plugin/3.7/</url>
<layout>p2</layout>
@@ -729,7 +738,7 @@
<releases>
<enabled>true</enabled>
</releases>
- </repository>
+ </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...