Author: dgolovin
Date: 2012-08-20 16:15:07 -0400 (Mon, 20 Aug 2012)
New Revision: 43117
Modified:
trunk/build/parent/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-12438 default profile is not activated by default on
mac os
added target platform repository to osx profile
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2012-08-20 15:32:51 UTC (rev 43116)
+++ trunk/build/parent/pom.xml 2012-08-20 20:15:07 UTC (rev 43117)
@@ -616,6 +616,20 @@
<!-- THE FOLLOWING LINE MUST NOT BE BROKEN BY AUTOFORMATTING -->
<platformSystemProperties> -d32 -Dosgi.arch=x86 -XstartOnFirstThread
</platformSystemProperties>
</properties>
+ <!-- This is required to have it working by default under mac osx for swtbot tests
-->
+ <repositories>
+ <repository>
+ <id>jbosstools-target-site</id>
+ <url>${jbosstools-target-site}</url>
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
</profile>
<profile>
@@ -785,8 +799,6 @@
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
- <!-- Single repo containing contents of unified.target, but without using
- the target file -->
<repository>
<id>jbosstools-target-site</id>
<url>${jbosstools-target-site}</url>