ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui.swtbot.tests / pom.xml
index 1070df810774c05ec53bdbb0c29679ae36527611..b3a7b8500d3232abf69791ab4b8be2e70d348d5f 100644 (file)
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <artifactId>linuxtools-lttng-parent</artifactId>
-    <groupId>org.eclipse.linuxtools.lttng</groupId>
-    <version>3.0.0-SNAPSHOT</version>
+    <artifactId>org.eclipse.tracecompass</artifactId>
+    <groupId>org.eclipse.tracecompass</groupId>
+    <version>3.2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.eclipse.linuxtools.tmf.ui.swtbot.tests</artifactId>
-  <version>3.0.0-SNAPSHOT</version>
+  <version>3.1.0-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
 
   <name>Linux Tools TMF UI SWTBot Tests Plug-in</name>
@@ -38,8 +38,8 @@
           <useUIThread>false</useUIThread>
           <argLine>${tycho.testArgLine} ${base.ui.test.vmargs}</argLine>
           <product>org.eclipse.platform.ide</product>
+<!-- Disable GTK3 with Luna because it makes the test hang (bug in IcedTea http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1736) -->
           <environmentVariables>
-            <!-- Disable GTK3 with Luna because it makes the test hang (bug in SWT?) -->
             <SWT_GTK3>0</SWT_GTK3>
           </environmentVariables>
         </configuration>
This page took 0.024396 seconds and 5 git commands to generate.