Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2014-07-15 17:00:05 +0000
committerArun Thondapu2014-07-16 05:24:25 +0000
commit094f4f9254c7bc5c4410ec70c9aa06779ca739b2 (patch)
treefaf07dca6001ccb249436717644a9dbdb136fac8 /bundles/org.eclipse.swt/META-INF
parent15465cdeff2ff1f15c7b5ecf87ebf65eeaef0dae (diff)
downloadeclipse.platform.swt-094f4f9254c7bc5c4410ec70c9aa06779ca739b2.tar.gz
eclipse.platform.swt-094f4f9254c7bc5c4410ec70c9aa06779ca739b2.tar.xz
eclipse.platform.swt-094f4f9254c7bc5c4410ec70c9aa06779ca739b2.zip
Bug 439640 - SWT should increase bundle version in master to
3.104.0.qualifier Change-Id: I1f114f9ee5c15626e7ad87a0508ac4b0f10582ff Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.swt/META-INF')
-rw-r--r--bundles/org.eclipse.swt/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt/META-INF/MANIFEST.MF
index 2ea95656d8..35f9e80e7c 100644
--- a/bundles/org.eclipse.swt/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.swt/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.swt; singleton:=true
-Bundle-Version: 3.103.0.qualifier
+Bundle-Version: 3.104.0.qualifier
Bundle-ManifestVersion: 2
Bundle-Localization: plugin
DynamicImport-Package: org.eclipse.swt.accessibility2, org.mozilla.xpcom

Back to the top