mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix up javac settings to build for java 5.
This commit is contained in:
parent
f4a85817e6
commit
b2e77052da
7 changed files with 14 additions and 14 deletions
|
@ -89,7 +89,7 @@ javacDebugInfo=on
|
||||||
javacfailonerror=true
|
javacfailonerror=true
|
||||||
|
|
||||||
# The version of the source code
|
# The version of the source code
|
||||||
javacSource=1.4
|
javacSource=1.5
|
||||||
|
|
||||||
# The version of the byte code targeted
|
# The version of the byte code targeted
|
||||||
javacTarget=1.4
|
javacTarget=1.5
|
||||||
|
|
|
@ -96,7 +96,7 @@ javacVerbose=true
|
||||||
javacFailOnError=false
|
javacFailOnError=false
|
||||||
|
|
||||||
# The version of the source code
|
# The version of the source code
|
||||||
javacSource=1.4
|
javacSource=1.5
|
||||||
|
|
||||||
# The version of the byte code targeted
|
# The version of the byte code targeted
|
||||||
javacTarget=1.4
|
javacTarget=1.5
|
||||||
|
|
|
@ -104,7 +104,7 @@ javacVerbose=true
|
||||||
javacFailOnError=false
|
javacFailOnError=false
|
||||||
|
|
||||||
# The version of the source code
|
# The version of the source code
|
||||||
javacSource=1.4
|
javacSource=1.5
|
||||||
|
|
||||||
# The version of the byte code targeted
|
# The version of the byte code targeted
|
||||||
javacTarget=1.4
|
javacTarget=1.5
|
||||||
|
|
|
@ -106,7 +106,7 @@ javacDebugInfo=on
|
||||||
javacfailonerror=true
|
javacfailonerror=true
|
||||||
|
|
||||||
# The version of the source code
|
# The version of the source code
|
||||||
javacSource=1.4
|
javacSource=1.5
|
||||||
|
|
||||||
# The version of the byte code targeted
|
# The version of the byte code targeted
|
||||||
javacTarget=1.4
|
javacTarget=1.5
|
||||||
|
|
|
@ -89,7 +89,7 @@ javacDebugInfo=on
|
||||||
javacfailonerror=true
|
javacfailonerror=true
|
||||||
|
|
||||||
# The version of the source code
|
# The version of the source code
|
||||||
javacSource=1.4
|
javacSource=1.5
|
||||||
|
|
||||||
# The version of the byte code targeted
|
# The version of the byte code targeted
|
||||||
javacTarget=1.4
|
javacTarget=1.5
|
||||||
|
|
|
@ -89,7 +89,7 @@ javacDebugInfo=on
|
||||||
javacfailonerror=true
|
javacfailonerror=true
|
||||||
|
|
||||||
# The version of the source code
|
# The version of the source code
|
||||||
javacSource=1.4
|
javacSource=1.5
|
||||||
|
|
||||||
# The version of the byte code targeted
|
# The version of the byte code targeted
|
||||||
javacTarget=1.4
|
javacTarget=1.5
|
||||||
|
|
|
@ -89,7 +89,7 @@ javacDebugInfo=on
|
||||||
javacfailonerror=true
|
javacfailonerror=true
|
||||||
|
|
||||||
# The version of the source code
|
# The version of the source code
|
||||||
javacSource=1.4
|
javacSource=1.5
|
||||||
|
|
||||||
# The version of the byte code targeted
|
# The version of the byte code targeted
|
||||||
javacTarget=1.4
|
javacTarget=1.5
|
||||||
|
|
Loading…
Add table
Reference in a new issue