tmf.ui: make GzipFile call super.finalize()
[deliverable/tracecompass.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 84d0ea0080ff01b306386b4789c67691c3ed8d4d..af88897ea3246a160eea893f4e04f20978eff526 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>
@@ -95,7 +97,7 @@
         <plugin>
           <groupId>org.eclipse.cbi.maven.plugins</groupId>
           <artifactId>eclipse-jarsigner-plugin</artifactId>
-          <version>1.1.1</version>
+          <version>1.1.2</version>
           <executions>
             <execution>
               <id>sign</id>
   <modules>
     <module>doc</module>
     <module>org.eclipse.tracecompass.common.core</module>
+    <module>org.eclipse.tracecompass.common.core.tests</module>
 
     <module>org.eclipse.tracecompass.btf</module>
     <module>org.eclipse.tracecompass.btf.core</module>
This page took 0.023603 seconds and 5 git commands to generate.