Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2011-09-08 13:31:37 +0000
committerThomas Watson2011-09-08 13:31:37 +0000
commit9a365c23db3abf8409d7c09a8973e514ab11437d (patch)
tree777ef49b7a9c3c4044d326cf0fa1350f171f6ae0 /bundles/org.eclipse.equinox.launcher.gtk.solaris.x86
parentd53dcdd9966ba8c5365fbf22a85a18915c6c2931 (diff)
downloadrt.equinox.framework-9a365c23db3abf8409d7c09a8973e514ab11437d.tar.gz
rt.equinox.framework-9a365c23db3abf8409d7c09a8973e514ab11437d.tar.xz
rt.equinox.framework-9a365c23db3abf8409d7c09a8973e514ab11437d.zip
Bug 353013 - Allow to disambiguate the config area of multiple installsv20110908-1331
by install dir hash
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.gtk.solaris.x86')
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.solaris.x86/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86/META-INF/MANIFEST.MF
index 885151509..bf5d7ff20 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86/META-INF/MANIFEST.MF
@@ -3,8 +3,8 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.solaris.x86;singleton:=true
-Bundle-Version: 1.1.100.qualifier
-Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.3.0)"
+Bundle-Version: 1.1.200.qualifier
+Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.4.0)"
Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=solaris) (osgi.arch=x86))
Bundle-Localization: launcher.gtk.solaris.x86
Eclipse-BundleShape: dir

Back to the top