Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-06-27 05:17:55 +0000
committerSravan Kumar Lakkimsetti2019-06-27 05:17:55 +0000
commitb15831707aac5919aaecff24c3126ae72666fc3e (patch)
tree3d130335f91a20d02f1e19234e54ffb2e1b1e496 /bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF
parent1933396f1ad6b2000402ad54ddaa6b55a3ebfd39 (diff)
downloadrt.equinox.framework-b15831707aac5919aaecff24c3126ae72666fc3e.tar.gz
rt.equinox.framework-b15831707aac5919aaecff24c3126ae72666fc3e.tar.xz
rt.equinox.framework-b15831707aac5919aaecff24c3126ae72666fc3e.zip
Bug 548431 - Produce signed windows launcher bundles in the platform repoY20190627-0200I20190627-0135
Change-Id: I2a81b0fe5d1f265f35bcd8aa5e35265c0b1cef2a Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF
index c3d3dc214..7a6eb37e3 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.x86_64;singleton:=true
-Bundle-Version: 1.1.1000.qualifier
+Bundle-Version: 1.1.1100.qualifier
Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.6.0)"
Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86_64))
Bundle-Localization: launcher.gtk.linux.x86_64

Back to the top