Skip to main content
summaryrefslogtreecommitdiffstats
path: root/memory
diff options
context:
space:
mode:
authorVivian Kong2009-06-15 14:25:23 +0000
committerVivian Kong2009-06-15 14:25:23 +0000
commit932228953c5ebd01532a03ca7bf497d47103ee71 (patch)
treefe44fe07cb8bcf0d6fd44803cf92cab2f33ca4ff /memory
parent836ed96ece7d867076e2b65b5e9d6c3c53185a09 (diff)
downloadorg.eclipse.cdt-932228953c5ebd01532a03ca7bf497d47103ee71.tar.gz
org.eclipse.cdt-932228953c5ebd01532a03ca7bf497d47103ee71.tar.xz
org.eclipse.cdt-932228953c5ebd01532a03ca7bf497d47103ee71.zip
fix for bug 280219 - 69 Java Bundles contain no BREE
Diffstat (limited to 'memory')
-rw-r--r--memory/org.eclipse.cdt.debug.ui.memory.search/META-INF/MANIFEST.MF1
-rw-r--r--memory/org.eclipse.cdt.debug.ui.memory.traditional/META-INF/MANIFEST.MF1
2 files changed, 2 insertions, 0 deletions
diff --git a/memory/org.eclipse.cdt.debug.ui.memory.search/META-INF/MANIFEST.MF b/memory/org.eclipse.cdt.debug.ui.memory.search/META-INF/MANIFEST.MF
index 54f492bca7f..752bc028b3d 100644
--- a/memory/org.eclipse.cdt.debug.ui.memory.search/META-INF/MANIFEST.MF
+++ b/memory/org.eclipse.cdt.debug.ui.memory.search/META-INF/MANIFEST.MF
@@ -15,3 +15,4 @@ Eclipse-LazyStart: true
Bundle-Activator: org.eclipse.cdt.debug.ui.memory.search.MemorySearchPlugin
Bundle-Vendor: %providerName
Import-Package: org.eclipse.debug.ui.memory
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/memory/org.eclipse.cdt.debug.ui.memory.traditional/META-INF/MANIFEST.MF b/memory/org.eclipse.cdt.debug.ui.memory.traditional/META-INF/MANIFEST.MF
index 357b6654f3b..7c7cf0099c9 100644
--- a/memory/org.eclipse.cdt.debug.ui.memory.traditional/META-INF/MANIFEST.MF
+++ b/memory/org.eclipse.cdt.debug.ui.memory.traditional/META-INF/MANIFEST.MF
@@ -14,3 +14,4 @@ Require-Bundle: org.eclipse.debug.core,
Eclipse-LazyStart: true
Bundle-Activator: org.eclipse.cdt.debug.ui.memory.traditional.TraditionalRenderingPlugin
Bundle-Vendor: %providerName
+Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top