Author: nickboldt
Date: 2010-10-20 13:14:52 -0400 (Wed, 20 Oct 2010)
New Revision: 25950
Modified:
trunk/build/parent/pom.xml
Log:
add
http://download.jboss.org/jbosstools/updates/target-platform/latest/ as
enabled-by-default repo against which to resolve deps
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2010-10-20 17:11:53 UTC (rev 25949)
+++ trunk/build/parent/pom.xml 2010-10-20 17:14:52 UTC (rev 25950)
@@ -227,7 +227,7 @@
<profile>
<id>helios-remote-target</id>
<activation>
- <activeByDefault>false</activeByDefault>
+ <activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
@@ -286,6 +286,13 @@
</activation>
<repositories>
<repository>
+ <id>jbosstools-target-platform-repo</id>
+
<
url>http://download.jboss.org/jbosstools/updates/target-platform/lates...
+ <layout>p2</layout>
+
<snapshots><enabled>true</enabled></snapshots>
+
<releases><enabled>true</enabled></releases>
+ </repository>
+ <repository>
<id>helios</id>
<
url>http://download.eclipse.org/releases/helios/</url>
<layout>p2</layout>