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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed May 16 18:23:56 EDT 2012


Author: dgolovin
Date: 2012-05-16 18:23:55 -0400 (Wed, 16 May 2012)
New Revision: 41096

Modified:
   trunk/build/parent/pom.xml
Log:
https://issues.jboss.org/browse/JBDS-1990 Build JBDS product w/ Tycho?
removed  mac osx 64-bit and win 64-bit platforms from configuration,  because xulrunner feature build fails
this configurations should be declared in jbds product module pom.xml

Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml	2012-05-16 22:21:09 UTC (rev 41095)
+++ trunk/build/parent/pom.xml	2012-05-16 22:23:55 UTC (rev 41096)
@@ -147,21 +147,11 @@
 							<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