Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Tasse2019-07-22 19:01:16 +0000
committerPatrick Tasse2019-08-02 15:08:54 +0000
commit23ea9db30714ab65fd7960c096085e83cf85a9e0 (patch)
tree061d5d5f3bff920ab7ab1724e9ae313b4ddba9e9 /org.eclipse.swtbot.eclipse.ui.test/pom.xml
parent95c36e27f20ed8ef99d496cf707d982b8e59d929 (diff)
downloadorg.eclipse.swtbot-23ea9db30714ab65fd7960c096085e83cf85a9e0.tar.gz
org.eclipse.swtbot-23ea9db30714ab65fd7960c096085e83cf85a9e0.tar.xz
org.eclipse.swtbot-23ea9db30714ab65fd7960c096085e83cf85a9e0.zip
Bug 547060: Target Platform for 2019-09, 2019-06, 2019-03 and 2018-12
Use Tycho version 1.3.0. Set trimStackTrace parameter to false. Remove 32-bit environments. Update osgi.requiredJavaVersion and remove -XX:MaxPermSize from vmArgs. Change-Id: I120c9ec04c3c021a5fdcef13d9b024b9da01483e Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Diffstat (limited to 'org.eclipse.swtbot.eclipse.ui.test/pom.xml')
-rw-r--r--org.eclipse.swtbot.eclipse.ui.test/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.swtbot.eclipse.ui.test/pom.xml b/org.eclipse.swtbot.eclipse.ui.test/pom.xml
index 2e798908..d6d41d57 100644
--- a/org.eclipse.swtbot.eclipse.ui.test/pom.xml
+++ b/org.eclipse.swtbot.eclipse.ui.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