Revision: 1105
Author: atdixon
Date: Sat Feb 26 14:52:09 2011
Log: Issue 206; slight swt pom change to support running swt tests on mac
os x via -XstarupOnFirstThread
http://code.google.com/p/piccolo2d/source/detail?r=1105
Modified:
/piccolo2d.java/trunk/swt/pom.xml
=======================================
--- /piccolo2d.java/trunk/swt/pom.xml Thu Dec 23 10:36:50 2010
+++ /piccolo2d.java/trunk/swt/pom.xml Sat Feb 26 14:52:09 2011
@@ -59,6 +59,16 @@
<developerConnection>scm:svn:https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk/swt</developerConnection>
<url>http://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/trunk/swt</url>
</scm>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <argLine>${surefire.argLine}</argLine>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
<reporting>
<plugins>
<plugin>
@@ -293,6 +303,7 @@
<properties>
<swt.groupId>org.eclipse.swt.cocoa</swt.groupId>
<swt.artifactId>macosx</swt.artifactId>
+ <surefire.argLine>-XstartOnFirstThread</surefire.argLine>
</properties>
</profile>
-->
--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en