Add property to control GTK version used in SWTBot tests
[deliverable/tracecompass.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 84d0ea0080ff01b306386b4789c67691c3ed8d4d..c319d56d803a1a7d4f0a92b13b3c17104598176d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,8 @@
   <sonar.java.source>1.7</sonar.java.source>
   <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   <help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.4</help-docs-eclipserun-repo>
+  <!-- Disable GTK3 because it's not quite usable yet and it can make the tests hang (bug in IcedTea http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1736) -->
+  <SWT_GTK3>0</SWT_GTK3>
 </properties>
 
 <pluginRepositories>
This page took 0.024735 seconds and 5 git commands to generate.