Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-12-29 15:28:49 +0000
committerAlexander Kurtakov2020-12-29 16:39:11 +0000
commit0666747e197523a8326b6e2675fda4c9534cf757 (patch)
tree7df96b1e8410a3602a0d25ce6b2530cc1a6bf079
parent0c0827e82fa02333c089b903b75e834642a665ab (diff)
downloadeclipse.platform.ua-I20210105-1800.tar.gz
eclipse.platform.ua-I20210105-1800.tar.xz
eclipse.platform.ua-I20210105-1800.zip
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 <akurtako@redhat.com>
-rw-r--r--org.eclipse.help.webapp/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.help.webapp/pom.xml2
-rw-r--r--org.eclipse.ua.tests.doc/pom.xml5
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 @@
</parent>
<groupId>org.eclipse.help</groupId>
<artifactId>org.eclipse.help.webapp</artifactId>
- <version>3.10.100-SNAPSHOT</version>
+ <version>3.10.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
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
@@ -67,6 +67,11 @@
</requirement>
<requirement>
<type>eclipse-plugin</type>
+ <id>org.eclipse.unittest.ui</id>
+ <versionRange>0.0.0</versionRange>
+ </requirement>
+ <requirement>
+ <type>eclipse-plugin</type>
<id>org.eclipse.ui.browser</id>
<versionRange>0.0.0</versionRange>
</requirement>

Back to the top