Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2011-07-07 15:23:03 +0000
committerJohn Arthorne2011-07-07 15:23:03 +0000
commit75f64744990216d247bb112fea05a9c94c3a21c2 (patch)
tree957a1b5d1b3acf38bbce742c49409e0e53c7068f
parent2544acb4e5c3c986cdb78027369e268b3655d636 (diff)
downloadeclipse.platform.runtime-75f64744990216d247bb112fea05a9c94c3a21c2.tar.gz
eclipse.platform.runtime-75f64744990216d247bb112fea05a9c94c3a21c2.tar.xz
eclipse.platform.runtime-75f64744990216d247bb112fea05a9c94c3a21c2.zip
Increment service segment of jobs bundle by 100 for bug fixes in Junov20110718v20110707-1523
stream
-rw-r--r--bundles/org.eclipse.core.jobs/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.core.jobs/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.jobs/META-INF/MANIFEST.MF
index d10a32048..703d6063a 100644
--- a/bundles/org.eclipse.core.jobs/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.core.jobs/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.core.jobs; singleton:=true
-Bundle-Version: 3.5.100.qualifier
+Bundle-Version: 3.5.200.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.core.internal.jobs;x-internal:=true,

Back to the top