1
0
Fork 0
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:
Doug Schaefer 2007-11-05 19:16:06 +00:00
parent f4a85817e6
commit b2e77052da
7 changed files with 14 additions and 14 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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