Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leherbauer2009-01-09 10:05:56 +0000
committerAnton Leherbauer2009-01-09 10:05:56 +0000
commit9d7b8d39d5c1fd65a9c5d54847e1f5063f475382 (patch)
treeaf5e0120e92645942fc16dc8b1cfd8aa44ffbe21 /jtag/org.eclipse.cdt.debug.gdbjtag.core/META-INF/MANIFEST.MF
parentaae52e7e680829c8b3ac85baf327e69bb9be529a (diff)
downloadorg.eclipse.cdt-9d7b8d39d5c1fd65a9c5d54847e1f5063f475382.tar.gz
org.eclipse.cdt-9d7b8d39d5c1fd65a9c5d54847e1f5063f475382.tar.xz
org.eclipse.cdt-9d7b8d39d5c1fd65a9c5d54847e1f5063f475382.zip
Update bundle versions (bug 259308) and fix execution environment
Diffstat (limited to 'jtag/org.eclipse.cdt.debug.gdbjtag.core/META-INF/MANIFEST.MF')
-rw-r--r--jtag/org.eclipse.cdt.debug.gdbjtag.core/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.core/META-INF/MANIFEST.MF b/jtag/org.eclipse.cdt.debug.gdbjtag.core/META-INF/MANIFEST.MF
index 74cf52d699d..1dd2222fcb1 100644
--- a/jtag/org.eclipse.cdt.debug.gdbjtag.core/META-INF/MANIFEST.MF
+++ b/jtag/org.eclipse.cdt.debug.gdbjtag.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.debug.gdbjtag.core;singleton:=true
-Bundle-Version: 4.0.0.qualifier
+Bundle-Version: 5.0.100.qualifier
Bundle-Activator: org.eclipse.cdt.debug.gdbjtag.core.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,

Back to the top