[jbosstools-commits] JBoss Tools SVN: r43133 - trunk/build/parent.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Aug 21 10:27:29 EDT 2012


Author: psrna
Date: 2012-08-21 10:27:29 -0400 (Tue, 21 Aug 2012)
New Revision: 43133

Modified:
   trunk/build/parent/pom.xml
Log:
* osx profile is activated by the <os><family>mac</family></os> property, not by java vendor.


Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml	2012-08-21 13:52:39 UTC (rev 43132)
+++ trunk/build/parent/pom.xml	2012-08-21 14:27:29 UTC (rev 43133)
@@ -607,10 +607,9 @@
 		<profile>
 			<id>osx</id>
 			<activation>
-				<property>
-					<name>java.vendor.url</name>
-					<value>http://www.apple.com/</value>
-				</property>
+				<os>
+					<family>mac</family>
+				</os>
 			</activation>
 			<properties>
 				<!-- THE FOLLOWING LINE MUST NOT BE BROKEN BY AUTOFORMATTING -->



More information about the jbosstools-commits mailing list