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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed May 16 14:36:36 EDT 2012


Author: dgolovin
Date: 2012-05-16 14:36:36 -0400 (Wed, 16 May 2012)
New Revision: 41077

Modified:
   trunk/build/parent/pom.xml
Log:
https://issues.jboss.org/browse/JBDS-1990 Build JBDS product w/ Tycho?
added mac osx x86_64 and win x86_64 to target platform configuration to make maven build for product assembling p2repo for all supported platforms

Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml	2012-05-16 18:01:10 UTC (rev 41076)
+++ trunk/build/parent/pom.xml	2012-05-16 18:36:36 UTC (rev 41077)
@@ -147,11 +147,21 @@
 							<arch>x86</arch>
 						</environment>
 						<environment>
+							<os>macosx</os>
+							<ws>cocoa</ws>
+							<arch>x86_64</arch>
+						</environment>
+						<environment>
 							<os>win32</os>
 							<ws>win32</ws>
 							<arch>x86</arch>
 						</environment>
 						<environment>
+							<os>win32</os>
+							<ws>win32</ws>
+							<arch>x86_64</arch>
+						</environment>
+						<environment>
 							<os>linux</os>
 							<ws>gtk</ws>
 							<arch>x86</arch>



More information about the jbosstools-commits mailing list