[jbosstools-commits] JBoss Tools SVN: r40906 - trunk/portlet/tests/org.jboss.tools.portlet.ui.bot.test.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu May 10 03:07:00 EDT 2012


Author: ljelinko
Date: 2012-05-10 03:06:59 -0400 (Thu, 10 May 2012)
New Revision: 40906

Modified:
   trunk/portlet/tests/org.jboss.tools.portlet.ui.bot.test/pom.xml
Log:
Added mac os to target platform configuration. 

Modified: trunk/portlet/tests/org.jboss.tools.portlet.ui.bot.test/pom.xml
===================================================================
--- trunk/portlet/tests/org.jboss.tools.portlet.ui.bot.test/pom.xml	2012-05-10 06:13:31 UTC (rev 40905)
+++ trunk/portlet/tests/org.jboss.tools.portlet.ui.bot.test/pom.xml	2012-05-10 07:06:59 UTC (rev 40906)
@@ -69,6 +69,48 @@
 					</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>
 </project>



More information about the jbosstools-commits mailing list