Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-10-12 19:32:49 +0000
committerAlexander Kurtakov2021-10-12 20:07:23 +0000
commit55b4372307f6b0e4eff054370b8329cb0c2b7735 (patch)
tree2188288ac9ba711b35f13b287366d8c0afef2f7f
parentc08b0fe8204636808e25ea5b88e6a9ce218d619d (diff)
downloadeclipse.platform.text-55b4372307f6b0e4eff054370b8329cb0c2b7735.tar.gz
eclipse.platform.text-55b4372307f6b0e4eff054370b8329cb0c2b7735.tar.xz
eclipse.platform.text-55b4372307f6b0e4eff054370b8329cb0c2b7735.zip
Fix plugin name of o.e.text.quicksearch.testsI20211014-1800I20211013-1800I20211012-1800
plugin.properties should be included in the binary Change-Id: Iae7c86e6f004bd3c2084402c7a34ed0f1be22622 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/186404 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--org.eclipse.text.quicksearch.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.text.quicksearch.tests/build.properties3
-rw-r--r--org.eclipse.text.quicksearch.tests/pom.xml2
3 files changed, 4 insertions, 3 deletions
diff --git a/org.eclipse.text.quicksearch.tests/META-INF/MANIFEST.MF b/org.eclipse.text.quicksearch.tests/META-INF/MANIFEST.MF
index ff643aee02f..b7290d7f9c7 100644
--- a/org.eclipse.text.quicksearch.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.text.quicksearch.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.text.quicksearch.tests
-Bundle-Version: 1.1.100.qualifier
+Bundle-Version: 1.1.200.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.text.quicksearch;bundle-version="1.0.300",
org.eclipse.core.resources,
diff --git a/org.eclipse.text.quicksearch.tests/build.properties b/org.eclipse.text.quicksearch.tests/build.properties
index 8762079a174..d6f01321971 100644
--- a/org.eclipse.text.quicksearch.tests/build.properties
+++ b/org.eclipse.text.quicksearch.tests/build.properties
@@ -15,4 +15,5 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
about.html,\
- .
+ .,\
+ plugin.properties
diff --git a/org.eclipse.text.quicksearch.tests/pom.xml b/org.eclipse.text.quicksearch.tests/pom.xml
index 3e885a4d99d..14accabfce8 100644
--- a/org.eclipse.text.quicksearch.tests/pom.xml
+++ b/org.eclipse.text.quicksearch.tests/pom.xml
@@ -24,7 +24,7 @@
</parent>
<groupId>org.eclipse.text</groupId>
<artifactId>org.eclipse.text.quicksearch.tests</artifactId>
- <version>1.1.100-SNAPSHOT</version>
+ <version>1.1.200-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<testSuite>${project.artifactId}</testSuite>

Back to the top