Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2011-07-06 15:29:03 +0000
committerMichael Rennie2011-07-06 15:29:03 +0000
commit4e1445faf207d52593e07eed3a473095f6808e26 (patch)
tree5e1b02c4a3adc1f36fe391ec315a08f083d4a711 /org.eclipse.debug.core/META-INF/MANIFEST.MF
parent03ca55d0cebccbc06615f6f48b03c4acce4f4600 (diff)
downloadeclipse.platform.debug-4e1445faf207d52593e07eed3a473095f6808e26.tar.gz
eclipse.platform.debug-4e1445faf207d52593e07eed3a473095f6808e26.tar.xz
eclipse.platform.debug-4e1445faf207d52593e07eed3a473095f6808e26.zip
[nobug] fix all of the Javadoc warnings
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 c75aecf56..8d8545d2a 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.7.0.qualifier
+Bundle-Version: 3.7.1.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.debug.core.DebugPlugin
Bundle-Vendor: %providerName

Back to the top