Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-02-14 17:08:06 +0000
committerAlexander Kurtakov2019-02-14 19:48:01 +0000
commitfe3657653eca42e6987aa004bbc3f755182e5fa3 (patch)
treeadd7cba3c1ac9dd416df8502c72b36670c329ab8 /bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF
parent62fc3654f006efe853d94423fe71e7b37a0d8829 (diff)
downloadrt.equinox.bundles-fe3657653eca42e6987aa004bbc3f755182e5fa3.tar.gz
rt.equinox.bundles-fe3657653eca42e6987aa004bbc3f755182e5fa3.tar.xz
rt.equinox.bundles-fe3657653eca42e6987aa004bbc3f755182e5fa3.zip
Bug 543933 - Build javadocs with Java 11I20190215-0630I20190215-0055I20190214-1800
Fix warnings as catched by Java 11 tool. Round 2. Change-Id: Ib7b1b4eca04384245a06f90bcb72c531faef3513 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF
index 6001950e5..5effeb633 100644
--- a/bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.equinox.bidi;singleton:=true
-Bundle-Version: 1.1.200.qualifier
+Bundle-Version: 1.1.300.qualifier
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-ActivationPolicy: lazy

Back to the top