1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Explicitly set the execution enviroment for plugins to java 1.5.

This commit is contained in:
Pawel Piech 2006-08-16 16:38:12 +00:00
parent 98268e2101
commit ec84c5494b
5 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>

View file

@ -11,3 +11,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.debug.ui org.eclipse.debug.ui
Eclipse-LazyStart: true Eclipse-LazyStart: true
Export-Package: org.eclipse.dd.dsf.ui.model Export-Package: org.eclipse.dd.dsf.ui.model
Bundle-RequiredExecutionEnvironment: J2SE-1.5

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>

View file

@ -0,0 +1,3 @@
#Sun Aug 06 18:10:27 CEST 2006
eclipse.preferences.version=1
internal.default.compliance=default

View file

@ -12,3 +12,4 @@ Export-Package: org.eclipse.dd.dsf.concurrent,
org.eclipse.dd.dsf.debug, org.eclipse.dd.dsf.debug,
org.eclipse.dd.dsf.model, org.eclipse.dd.dsf.model,
org.eclipse.dd.dsf.service org.eclipse.dd.dsf.service
Bundle-RequiredExecutionEnvironment: J2SE-1.5