Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-01-10 18:20:57 +0000
committerAlexander Kurtakov2021-01-11 09:18:46 +0000
commit9541c1ee0b599c4b7666fca6fdbfdba3eb3d1979 (patch)
tree90343f7198241cdbb52c68c321ab51b0879df3e1
parent05e748b43e509e3f8d9d0daf93b0d694c8538b31 (diff)
downloadeclipse.platform.runtime-9541c1ee0b599c4b7666fca6fdbfdba3eb3d1979.tar.gz
eclipse.platform.runtime-9541c1ee0b599c4b7666fca6fdbfdba3eb3d1979.tar.xz
eclipse.platform.runtime-9541c1ee0b599c4b7666fca6fdbfdba3eb3d1979.zip
Change-Id: I60aa5156887fed983cab2b00bddd7390bbf446d7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.core.contenttype/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.core.contenttype/build.properties3
-rw-r--r--bundles/org.eclipse.core.contenttype/pom.xml2
3 files changed, 4 insertions, 3 deletions
diff --git a/bundles/org.eclipse.core.contenttype/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.contenttype/META-INF/MANIFEST.MF
index 5180ff3be..654f6959d 100644
--- a/bundles/org.eclipse.core.contenttype/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.core.contenttype/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.core.contenttype; singleton:=true
-Bundle-Version: 3.7.800.qualifier
+Bundle-Version: 3.7.900.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.equinox.preferences;bundle-version="[3.2.0,4.0.0)",
diff --git a/bundles/org.eclipse.core.contenttype/build.properties b/bundles/org.eclipse.core.contenttype/build.properties
index 7f682ce59..9baf4a018 100644
--- a/bundles/org.eclipse.core.contenttype/build.properties
+++ b/bundles/org.eclipse.core.contenttype/build.properties
@@ -19,7 +19,8 @@ bin.includes = META-INF/,\
.options,\
plugin.properties,\
about.html,\
- OSGI-INF/contenttypemanager.xml
+ OSGI-INF/contenttypemanager.xml,\
+ OSGI-INF/
src.includes = about.html,\
schema/
source.. = src/
diff --git a/bundles/org.eclipse.core.contenttype/pom.xml b/bundles/org.eclipse.core.contenttype/pom.xml
index 7bdb3dbda..6a18f8dcd 100644
--- a/bundles/org.eclipse.core.contenttype/pom.xml
+++ b/bundles/org.eclipse.core.contenttype/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.contenttype</artifactId>
- <version>3.7.800-SNAPSHOT</version>
+ <version>3.7.900-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top