mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
Fix definition of execution environment (to 1.4)
This commit is contained in:
parent
188d10797d
commit
5019404aca
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="src" path="utils.ui"/>
|
||||
<classpathentry kind="src" path="browser"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.3"/>
|
||||
<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="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
|
@ -71,4 +71,4 @@ Require-Bundle: org.eclipse.ui.ide,
|
|||
org.eclipse.core.expressions,
|
||||
org.eclipse.ui.navigator.resources
|
||||
Eclipse-LazyStart: true
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.3
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||
|
|
Loading…
Add table
Reference in a new issue