Issue #2885 Updated all of the PDE builds to Java 1.7.
Change-Id: If74c5b163bc0742403fe701378bfae56b91bd49b Former-commit-id:dea17a19da
[formerly 6d2a542774db6c37cfc2a65f490ebf618f2e7954] Former-commit-id:0e3dc17872
This commit is contained in:
parent
5bc5c7cbc7
commit
a24cbcfa77
5 changed files with 10 additions and 10 deletions
|
@ -205,9 +205,9 @@ javacVerbose=true
|
||||||
#compilerArg=
|
#compilerArg=
|
||||||
|
|
||||||
# Default value for the version of the source code. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacSource in build.properties
|
# Default value for the version of the source code. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacSource in build.properties
|
||||||
javacSource=1.6
|
javacSource=1.7
|
||||||
|
|
||||||
# Default value for the version of the byte code targeted. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacTarget in build.properties.
|
# Default value for the version of the byte code targeted. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacTarget in build.properties.
|
||||||
javacTarget=1.6
|
javacTarget=1.7
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -208,9 +208,9 @@ javacVerbose=true
|
||||||
compilerArg=-g:lines,source
|
compilerArg=-g:lines,source
|
||||||
|
|
||||||
# Default value for the version of the source code. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacSource in build.properties
|
# Default value for the version of the source code. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacSource in build.properties
|
||||||
javacSource=1.6
|
javacSource=1.7
|
||||||
|
|
||||||
# Default value for the version of the byte code targeted. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacTarget in build.properties.
|
# Default value for the version of the byte code targeted. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacTarget in build.properties.
|
||||||
javacTarget=1.6
|
javacTarget=1.7
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -183,9 +183,9 @@ javacVerbose=true
|
||||||
compilerArg=-g:lines,source
|
compilerArg=-g:lines,source
|
||||||
|
|
||||||
# Default value for the version of the source code. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacSource in build.properties
|
# Default value for the version of the source code. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacSource in build.properties
|
||||||
javacSource=1.6
|
javacSource=1.7
|
||||||
|
|
||||||
# Default value for the version of the byte code targeted. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacTarget in build.properties.
|
# Default value for the version of the byte code targeted. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacTarget in build.properties.
|
||||||
javacTarget=1.6
|
javacTarget=1.7
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,6 @@ logExtension=.log
|
||||||
javacDebugInfo=false
|
javacDebugInfo=false
|
||||||
javacFailOnError=true
|
javacFailOnError=true
|
||||||
javacVerbose=true
|
javacVerbose=true
|
||||||
javacSource=1.6
|
javacSource=1.7
|
||||||
javacTarget=1.6
|
javacTarget=1.7
|
||||||
compilerArg=-g:lines,source
|
compilerArg=-g:lines,source
|
|
@ -224,9 +224,9 @@ javacVerbose=true
|
||||||
#compilerArg=
|
#compilerArg=
|
||||||
|
|
||||||
# Default value for the version of the source code. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacSource in build.properties
|
# Default value for the version of the source code. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacSource in build.properties
|
||||||
javacSource=1.6
|
javacSource=1.7
|
||||||
|
|
||||||
# Default value for the version of the byte code targeted. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacTarget in build.properties.
|
# Default value for the version of the byte code targeted. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacTarget in build.properties.
|
||||||
javacTarget=1.6
|
javacTarget=1.7
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue