Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2008-09-25 03:13:41 +0000
committerDarin Wright2008-09-25 03:13:41 +0000
commitb1129db4784956a69535c2a9849ef5be80b972a1 (patch)
tree6910319806aa6acd0ea06b4e5aacc9010f0767ad /org.eclipse.debug.core/META-INF/MANIFEST.MF
parent7a48f5f4ee62fe5fc0bdb8f8dac763e57558bf1f (diff)
downloadeclipse.platform.debug-b1129db4784956a69535c2a9849ef5be80b972a1.tar.gz
eclipse.platform.debug-b1129db4784956a69535c2a9849ef5be80b972a1.tar.xz
eclipse.platform.debug-b1129db4784956a69535c2a9849ef5be80b972a1.zip
Bug 247977 - ISourceLookupParticipant should be able to influence whether ISourceContainer returns multiple source elements
Diffstat (limited to 'org.eclipse.debug.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.debug.core/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/META-INF/MANIFEST.MF b/org.eclipse.debug.core/META-INF/MANIFEST.MF
index 16c975b9b..8a2294e98 100644
--- a/org.eclipse.debug.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.debug.core; singleton:=true
-Bundle-Version: 3.4.100.qualifier
+Bundle-Version: 3.5.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.debug.core.DebugPlugin
Bundle-Vendor: %providerName

Back to the top