Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2020-11-04 09:19:21 +0000
committerEike Stepper2020-11-04 09:19:21 +0000
commit045a6f51ca0caf74950ecc07af10fd1ca567b797 (patch)
treede2d5b281a20378886e9ad989898d565187cc80b /plugins/org.gastro.rcp/META-INF/MANIFEST.MF
parent49e18e046ea8b9d2a4d12649b3327f54e1468a20 (diff)
downloadcdo-045a6f51ca0caf74950ecc07af10fd1ca567b797.tar.gz
cdo-045a6f51ca0caf74950ecc07af10fd1ca567b797.tar.xz
cdo-045a6f51ca0caf74950ecc07af10fd1ca567b797.zip
[Releng] Fix new warnings caused by the Platform
Diffstat (limited to 'plugins/org.gastro.rcp/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.gastro.rcp/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.gastro.rcp/META-INF/MANIFEST.MF b/plugins/org.gastro.rcp/META-INF/MANIFEST.MF
index d954fd9fb2..5525c03a3f 100644
--- a/plugins/org.gastro.rcp/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.rcp/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.gastro.rcp; singleton:=true
-Bundle-Version: 4.2.1.qualifier
+Bundle-Version: 4.2.2.qualifier
Bundle-Activator: org.gastro.internal.rcp.Activator
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,
org.eclipse.emf.cdo.net4j;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
@@ -16,9 +16,9 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)";visibili
org.eclipse.nebula.widgets.gallery;bundle-version="[1.0.0,2.0.0)";visibility:=reexport,
org.eclipse.nebula.widgets.pshelf;bundle-version="[1.0.0,2.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Export-Package: org.gastro.internal.rcp;version="4.2.1";x-internal:=true,
- org.gastro.rcp;version="4.2.1"
+Bundle-RequiredExecutionEnvironment: JavaSE-11
+Export-Package: org.gastro.internal.rcp;version="4.2.2";x-internal:=true,
+ org.gastro.rcp;version="4.2.2"
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin

Back to the top