diff options
author | Darin Wright | 2006-05-09 20:27:52 +0000 |
---|---|---|
committer | Darin Wright | 2006-05-09 20:27:52 +0000 |
commit | b449de92cc90fd9227c9d012d0353759512d0b8f (patch) | |
tree | b5970b3b435ff37094f62828e2d3f72071c75dfa /org.eclipse.debug.core | |
parent | 6d840573be79981c562b5d77173313f224be548a (diff) | |
download | eclipse.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.debug.core')
-rw-r--r-- | org.eclipse.debug.core/.classpath | 2 | ||||
-rw-r--r-- | org.eclipse.debug.core/META-INF/MANIFEST.MF | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/.classpath b/org.eclipse.debug.core/.classpath index 03bbb4390..3138d4b81 100644 --- a/org.eclipse.debug.core/.classpath +++ b/org.eclipse.debug.core/.classpath @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="core"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="bin"/> </classpath> diff --git a/org.eclipse.debug.core/META-INF/MANIFEST.MF b/org.eclipse.debug.core/META-INF/MANIFEST.MF index 030f14d70..1a87f72f2 100644 --- a/org.eclipse.debug.core/META-INF/MANIFEST.MF +++ b/org.eclipse.debug.core/META-INF/MANIFEST.MF @@ -19,3 +19,4 @@ Require-Bundle: org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)", org.eclipse.core.runtime;bundle-version="[3.1.0,4.0.0)" Eclipse-LazyStart: true Import-Package: com.ibm.icu.text +Bundle-RequiredExecutionEnvironment: J2SE-1.4 |