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

Enforces 1.4 compatibility for org.eclipse.cdt.core.tests

This commit is contained in:
Markus Schorn 2006-10-09 09:34:30 +00:00
parent 2b21a7091f
commit 389e4a0e51
8 changed files with 40 additions and 17 deletions

View file

@ -5,8 +5,8 @@
<classpathentry kind="src" path="model"/>
<classpathentry kind="src" path="parser"/>
<classpathentry kind="src" path="suite"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="regression"/>
<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>

View file

@ -1,12 +1,21 @@
#Wed Jul 05 15:16:26 EDT 2006
#Mon Oct 09 10:54:22 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.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.4
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
org.eclipse.jdt.core.compiler.problem.deprecation=warning
org.eclipse.jdt.core.compiler.problem.deprecation=ignore
org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore
org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
org.eclipse.jdt.core.compiler.problem.fieldHiding=warning
org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
@ -50,3 +59,4 @@ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=di
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
org.eclipse.jdt.core.compiler.source=1.4

View file

@ -0,0 +1,3 @@
#Mon Oct 09 10:54:22 CEST 2006
eclipse.preferences.version=1
internal.default.compliance=user

View file

@ -0,0 +1,14 @@
#Mon Oct 09 10:48:29 CEST 2006
compilers.incompatible-environment=1
compilers.p.build=1
compilers.p.deprecated=1
compilers.p.no-required-att=0
compilers.p.not-externalized-att=2
compilers.p.unknown-attribute=1
compilers.p.unknown-class=1
compilers.p.unknown-element=1
compilers.p.unknown-resource=1
compilers.p.unresolved-ex-points=0
compilers.p.unresolved-import=0
compilers.use-project=true
eclipse.preferences.version=1

View file

@ -30,3 +30,4 @@ Require-Bundle: org.eclipse.core.resources,
org.eclipse.core.filebuffers
Eclipse-LazyStart: true
Bundle-Vendor: Eclipse.org
Bundle-RequiredExecutionEnvironment: J2SE-1.4

View file

@ -22,3 +22,8 @@ source.cdtcoretests.jar = failures/,\
suite/,\
misc/,\
regression/
jre.compilation.profile=J2SE-1.4
javacSource=1.4
javacTarget=1.4

View file

@ -1,16 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension
id="runTests"
point="org.eclipse.core.runtime.applications">
<application>
<run
class="org.eclipse.cdt.core.suite.RunTests">
</run>
</application>
</extension>
<extension
id="TestProject"
name="C/C++ Test Project"

View file

@ -89,7 +89,7 @@ javacDebugInfo=true
javacfailonerror=true
# The version of the source code
#javaSource=1.3
javacSource=1.4
# The version of the byte code targeted
#javacTarget=1.1
javacTarget=1.4