Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-06-19 18:51:35 +0000
committerLars Vogel2019-06-20 06:20:37 +0000
commit6b58788540071dcc593183e645db40475cf9fb26 (patch)
treea4670b111657fe0da44cf07800d7fd7f2ad82b90 /bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
parent0e9a1d5077909e9e12af6cd26341a7f122bf9df7 (diff)
downloadrt.equinox.framework-6b58788540071dcc593183e645db40475cf9fb26.tar.gz
rt.equinox.framework-6b58788540071dcc593183e645db40475cf9fb26.tar.xz
rt.equinox.framework-6b58788540071dcc593183e645db40475cf9fb26.zip
4.13 update for org.eclipse.equinox.launcher
For https://git.eclipse.org/r/c/144444/ Change-Id: I052627e214260b870cf66df5835ea78e7040bd52 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
index 36e6dfddf..497e5d6fa 100644
--- a/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.launcher;singleton:=true
-Bundle-Version: 1.5.400.qualifier
+Bundle-Version: 1.5.500.qualifier
Main-Class: org.eclipse.equinox.launcher.Main
Bundle-ClassPath: .
Bundle-Vendor: %providerName

Back to the top