From 0666747e197523a8326b6e2675fda4c9534cf757 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Tue, 29 Dec 2020 17:28:49 +0200 Subject: Fix failing tests in Gerrit verification job. o.e.unittest.ui bundle has to be added in the target platform for the tests. Bump webapp version too. Change-Id: I736b44eb74a42dae7518392758b33357de6697c4 Signed-off-by: Alexander Kurtakov --- org.eclipse.help.webapp/META-INF/MANIFEST.MF | 2 +- org.eclipse.help.webapp/pom.xml | 2 +- org.eclipse.ua.tests.doc/pom.xml | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/org.eclipse.help.webapp/META-INF/MANIFEST.MF b/org.eclipse.help.webapp/META-INF/MANIFEST.MF index f187fe14f..6c98ded4b 100644 --- a/org.eclipse.help.webapp/META-INF/MANIFEST.MF +++ b/org.eclipse.help.webapp/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %help_webapp_plugin_name Bundle-SymbolicName: org.eclipse.help.webapp;singleton:=true -Bundle-Version: 3.10.100.qualifier +Bundle-Version: 3.10.200.qualifier Bundle-Activator: org.eclipse.help.internal.webapp.HelpWebappPlugin Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/org.eclipse.help.webapp/pom.xml b/org.eclipse.help.webapp/pom.xml index 8cfc4c858..50bbdded2 100644 --- a/org.eclipse.help.webapp/pom.xml +++ b/org.eclipse.help.webapp/pom.xml @@ -18,7 +18,7 @@ org.eclipse.help org.eclipse.help.webapp - 3.10.100-SNAPSHOT + 3.10.200-SNAPSHOT eclipse-plugin diff --git a/org.eclipse.ua.tests.doc/pom.xml b/org.eclipse.ua.tests.doc/pom.xml index bc28b4cdf..e65b149eb 100644 --- a/org.eclipse.ua.tests.doc/pom.xml +++ b/org.eclipse.ua.tests.doc/pom.xml @@ -65,6 +65,11 @@ org.eclipse.ui.monitoring 0.0.0 + + eclipse-plugin + org.eclipse.unittest.ui + 0.0.0 + eclipse-plugin org.eclipse.ui.browser -- cgit v1.2.3