Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-05-09 20:27:52 +0000
committerDarin Wright2006-05-09 20:27:52 +0000
commitb449de92cc90fd9227c9d012d0353759512d0b8f (patch)
treeb5970b3b435ff37094f62828e2d3f72071c75dfa /org.eclipse.core.variables/META-INF
parent6d840573be79981c562b5d77173313f224be548a (diff)
downloadeclipse.platform.debug-b449de92cc90fd9227c9d012d0353759512d0b8f.tar.gz
eclipse.platform.debug-b449de92cc90fd9227c9d012d0353759512d0b8f.tar.xz
eclipse.platform.debug-b449de92cc90fd9227c9d012d0353759512d0b8f.zip
[eclipse-dev] Specifying Execution Environments
Diffstat (limited to 'org.eclipse.core.variables/META-INF')
-rw-r--r--org.eclipse.core.variables/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.core.variables/META-INF/MANIFEST.MF b/org.eclipse.core.variables/META-INF/MANIFEST.MF
index 1a1b15d60..137534dc9 100644
--- a/org.eclipse.core.variables/META-INF/MANIFEST.MF
+++ b/org.eclipse.core.variables/META-INF/MANIFEST.MF
@@ -10,3 +10,4 @@ Export-Package: org.eclipse.core.internal.variables;x-internal:=true,
org.eclipse.core.variables
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.1.0,4.0.0)"
Eclipse-LazyStart: true
+Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top