[jbosstools-commits] JBoss Tools SVN: r42502 - trunk/cdi/tests/org.jboss.tools.cdi.bot.test.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Jul 11 02:32:43 EDT 2012


Author: jjankovi
Date: 2012-07-11 02:32:43 -0400 (Wed, 11 Jul 2012)
New Revision: 42502

Modified:
   trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml
Log:
added configuration to run on every platform

Modified: trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml	2012-07-11 04:42:39 UTC (rev 42501)
+++ trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml	2012-07-11 06:32:43 UTC (rev 42502)
@@ -71,6 +71,47 @@
 					</dependencies>
 				</configuration>
 			</plugin>
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>target-platform-configuration</artifactId>
+				<version>${tychoVersion}</version>
+				<configuration>
+					<resolver>p2</resolver>
+					<ignoreTychoRepositories>true</ignoreTychoRepositories>
+					<environments>
+						<environment>
+							<os>macosx</os>
+							<ws>cocoa</ws>
+							<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>
+						</environment>
+						<environment>
+							<os>linux</os>
+							<ws>gtk</ws>
+							<arch>x86_64</arch>
+						</environment>
+					</environments>
+				</configuration>
+			</plugin>
 		</plugins>
 	</build>
 	



More information about the jbosstools-commits mailing list