Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jtag
diff options
context:
space:
mode:
authorJohn Cortell2010-05-06 18:40:11 +0000
committerJohn Cortell2010-05-06 18:40:11 +0000
commit5e45479ea7c91a21d50261a4f245b6db3414ec6a (patch)
tree082f7c63121eb81ba806a1f0f7a2507a609ab8f5 /jtag
parent43d9a2acb8cbc3b21b1cf40c6162fe1387b95500 (diff)
downloadorg.eclipse.cdt-5e45479ea7c91a21d50261a4f245b6db3414ec6a.tar.gz
org.eclipse.cdt-5e45479ea7c91a21d50261a4f245b6db3414ec6a.tar.xz
org.eclipse.cdt-5e45479ea7c91a21d50261a4f245b6db3414ec6a.zip
Fixed warnings
Diffstat (limited to 'jtag')
-rw-r--r--jtag/org.eclipse.cdt.debug.gdbjtag.core/META-INF/MANIFEST.MF3
1 files changed, 2 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 5ee2430ca87..0ee25d3702a 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
@@ -14,7 +14,8 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.variables,
org.eclipse.cdt.dsf.gdb,
org.eclipse.cdt.dsf
-Eclipse-LazyStart: true
+Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.cdt.debug.gdbjtag.core,
org.eclipse.cdt.debug.gdbjtag.core.jtagdevice
Bundle-Vendor: %providerName
+Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top