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/META-INF
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/META-INF')
-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 0e97e389e..5fc8342da 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.2.0.qualifier
+Bundle-Version: 1.3.0.qualifier
Main-Class: org.eclipse.equinox.launcher.Main
Bundle-ClassPath: .
Bundle-Vendor: %providerName

Back to the top