[jbosstools-commits] JBoss Tools SVN: r43680 - trunk/tests/tests/org.jboss.tools.dummy.ui.bot.test.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Fri Sep 14 03:37:41 EDT 2012
Author: jpeterka
Date: 2012-09-14 03:37:41 -0400 (Fri, 14 Sep 2012)
New Revision: 43680
Modified:
trunk/tests/tests/org.jboss.tools.dummy.ui.bot.test/pom.xml
Log:
Dummy bot test fix for MacOSX with JDK 1.7
Modified: trunk/tests/tests/org.jboss.tools.dummy.ui.bot.test/pom.xml
===================================================================
--- trunk/tests/tests/org.jboss.tools.dummy.ui.bot.test/pom.xml 2012-09-14 06:58:22 UTC (rev 43679)
+++ trunk/tests/tests/org.jboss.tools.dummy.ui.bot.test/pom.xml 2012-09-14 07:37:41 UTC (rev 43680)
@@ -66,14 +66,26 @@
</environments>
</configuration>
</plugin>
-
</plugins>
</build>
+
<profiles>
<profile>
+ <id>mac17</id>
+ <activation>
+ <jdk>1.7</jdk>
+ <os>
+ <name>Mac OS X</name>
+ </os>
+ </activation>
+ <properties>
+ <systemProperties>-Dawt.toolkit=sun.lwawt.macosx.LWCToolkit</systemProperties>
+ </properties>
+ </profile>
+ <profile>
<id>mvn-debug</id>
<properties>
- <!-- must be one line -->
+ <!-- must be one line -->
<systemProperties>-Xdebug -Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=y</systemProperties>
</properties>
</profile>
More information about the jbosstools-commits
mailing list