1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 11:25:35 +02:00

Define minimum execution environment with 1.4 and allow usage of assert.

This commit is contained in:
Markus Schorn 2006-07-03 08:13:55 +00:00
parent 2a8a06ab31
commit 7f90464021
4 changed files with 11 additions and 3 deletions

View file

@ -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.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View file

@ -1,5 +1,11 @@
#Tue Jun 20 10:10:49 CEST 2006
#Mon Jul 03 10:04:50 CEST 2006
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.4
org.eclipse.jdt.core.compiler.compliance=1.4
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
org.eclipse.jdt.core.compiler.source=1.4
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16

View file

@ -1,7 +1,8 @@
#Wed Jun 21 10:38:50 CEST 2006
#Mon Jul 03 10:04:50 CEST 2006
eclipse.preferences.version=1
formatter_profile=_Eclipse [built-in] - cdt
formatter_settings_version=10
internal.default.compliance=user
org.eclipse.jdt.ui.ignorelowercasenames=true
org.eclipse.jdt.ui.importorder=java;javax;org;com;org.eclipse.cdt;org.eclipse.cdt.internal;org.eclipse.cdt.internal.ui;
org.eclipse.jdt.ui.ondemandthreshold=99

View file

@ -68,3 +68,4 @@ Require-Bundle: org.eclipse.ui.ide,
org.eclipse.core.runtime,
org.eclipse.help
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.3