Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2012-07-12 02:03:30 +0000
committerMike Rennie2012-07-12 02:03:30 +0000
commit94b0c8b7da7e2ff4d1cfb63e61b50535f7ed3197 (patch)
tree8b14ed28bb9ee85a7e4c946d5749db5a278ff983 /org.eclipse.debug.core/META-INF/MANIFEST.MF
parent7f838d36513ed33979239489e0dac691b5272d7c (diff)
downloadeclipse.platform.debug-94b0c8b7da7e2ff4d1cfb63e61b50535f7ed3197.tar.gz
eclipse.platform.debug-94b0c8b7da7e2ff4d1cfb63e61b50535f7ed3197.tar.xz
eclipse.platform.debug-94b0c8b7da7e2ff4d1cfb63e61b50535f7ed3197.zip
Bug 285720 - [debug view] Add working directory + environment to processv20120712-020330
properties
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 684e25097..17145c625 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.100.qualifier
+Bundle-Version: 3.8.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.debug.core.DebugPlugin
Bundle-Vendor: %providerName

Back to the top