Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-06-11 08:20:40 +0000
committerAlexander Kurtakov2019-06-11 10:08:02 +0000
commit9f8a0b0af461c252a526b84ccf586361daa50297 (patch)
treeafc2ce5646f3c92c07ba1e99e15aeb0f00948589 /bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
parent1a00f4db72c9202c75f502b152e10d36319440da (diff)
downloadrt.equinox.p2-9f8a0b0af461c252a526b84ccf586361daa50297.tar.gz
rt.equinox.p2-9f8a0b0af461c252a526b84ccf586361daa50297.tar.xz
rt.equinox.p2-9f8a0b0af461c252a526b84ccf586361daa50297.zip
Move away of old non-managed _core jdt formatter.
It fails when formatting new constructs like try-with-resources. Move to the built-in Eclipse profile. Change-Id: Id71d9e38ba12c623cded4a067e9e6a69da991ea4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
index 76c0ee6d4..ce00d8602 100644
--- a/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.equinox.simpleconfigurator;singleton:=true
-Bundle-Version: 1.3.200.qualifier
+Bundle-Version: 1.3.300.qualifier
Bundle-Name: %bundleName
Bundle-Vendor: %providerName
Bundle-Localization: plugin

Back to the top