Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.swtbot.eclipse.finder.test')
-rw-r--r--org.eclipse.swtbot.eclipse.finder.test/AllTests.launch2
-rw-r--r--org.eclipse.swtbot.eclipse.finder.test/pom.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.swtbot.eclipse.finder.test/AllTests.launch b/org.eclipse.swtbot.eclipse.finder.test/AllTests.launch
index f5145b92..a8cdf8fe 100644
--- a/org.eclipse.swtbot.eclipse.finder.test/AllTests.launch
+++ b/org.eclipse.swtbot.eclipse.finder.test/AllTests.launch
@@ -28,7 +28,7 @@
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.swtbot.eclipse.finder.test"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms64m -Xmx1024m -XX:MaxPermSize=128m"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms64m -Xmx1024m"/>
<stringAttribute key="pde.version" value="3.3"/>
<stringAttribute key="product" value="org.eclipse.platform.ide"/>
<booleanAttribute key="run_in_ui_thread" value="false"/>
diff --git a/org.eclipse.swtbot.eclipse.finder.test/pom.xml b/org.eclipse.swtbot.eclipse.finder.test/pom.xml
index 169f46b3..4bd94d0c 100644
--- a/org.eclipse.swtbot.eclipse.finder.test/pom.xml
+++ b/org.eclipse.swtbot.eclipse.finder.test/pom.xml
@@ -76,6 +76,7 @@ Authors:
<LIBOVERLAY_SCROLLBAR>0</LIBOVERLAY_SCROLLBAR>
<SWT_GTK3>${SWT_GTK3}</SWT_GTK3>
</environmentVariables>
+ <trimStackTrace>false</trimStackTrace>
</configuration>
</plugin>

Back to the top