diff --git a/settings.gradle b/settings.gradle
index 8d7ab2b00214318088534c56f897f5bb10b7fab4..2999825e4166d18ddb81985fd572577f4c160833 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,2 +1,2 @@
 
-include 'de.prob.core', 'de.prob.core.tests', 'de.bmotionstudio.gef.editor' ,'de.bmotionstudio.rodin', 'de.bmotionstudio.help' , 'de.prob.plugin', 'de.prob.ui', 'de.prob2.feature', 'de.prob.units', 'de.prob.units.tests', 'de.prob2.units.feature'
+include 'de.prob.core', 'de.prob.core.tests', 'de.bmotionstudio.gef.editor' ,'de.bmotionstudio.rodin', 'de.bmotionstudio.help' , 'de.prob.plugin', 'de.prob.ui', 'de.prob2.feature', 'de.prob.units', 'de.prob2.units.feature'
diff --git a/tycho_build.gradle b/tycho_build.gradle
index 76d9cb871c65913ccc2f66ef4a49abb01a3691f9..7c750c7ab2b0fed878713efc7ecf4e92879dd68e 100644
--- a/tycho_build.gradle
+++ b/tycho_build.gradle
@@ -599,11 +599,6 @@ task tycho(dependsOn: [createPoms] , type:Exec) {
 				<plugin>
 					<groupId>org.eclipse.tycho</groupId>
 					<artifactId>tycho-surefire-plugin</artifactId>
-        				<configuration>
-						<useUIHarness>true</useUIHarness>
-						<useUIThread>true</useUIThread>
-						<product>org.rodinp.platform.product</product>
-        				</configuration>
       				</plugin>
     			</plugins>
  		</build>