Issue #2885 Updated all of the PDE builds to Java 1.7.
Change-Id: If74c5b163bc0742403fe701378bfae56b91bd49b Former-commit-id:885a9567bc
[formerlya24cbcfa77
] [formerly0e3dc17872
] [formerlydea17a19da
[formerly0e3dc17872
[formerly 6d2a542774db6c37cfc2a65f490ebf618f2e7954]]] Former-commit-id:dea17a19da
Former-commit-id: f2869efb05c763771e03bc02057aa196d29b6d1a [formerly78d35d4033
] Former-commit-id:4ba60d8a6f
This commit is contained in:
parent
4e466d275f
commit
09c083ce1f
5 changed files with 10 additions and 10 deletions
|
@ -205,9 +205,9 @@ javacVerbose=true
|
|||
#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
|
||||
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.
|
||||
javacTarget=1.6
|
||||
javacTarget=1.7
|
||||
|
||||
|
||||
|
|
|
@ -208,9 +208,9 @@ javacVerbose=true
|
|||
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
|
||||
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.
|
||||
javacTarget=1.6
|
||||
javacTarget=1.7
|
||||
|
||||
|
||||
|
|
|
@ -183,9 +183,9 @@ javacVerbose=true
|
|||
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
|
||||
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.
|
||||
javacTarget=1.6
|
||||
javacTarget=1.7
|
||||
|
||||
|
||||
|
|
|
@ -23,6 +23,6 @@ logExtension=.log
|
|||
javacDebugInfo=false
|
||||
javacFailOnError=true
|
||||
javacVerbose=true
|
||||
javacSource=1.6
|
||||
javacTarget=1.6
|
||||
javacSource=1.7
|
||||
javacTarget=1.7
|
||||
compilerArg=-g:lines,source
|
|
@ -224,9 +224,9 @@ javacVerbose=true
|
|||
#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
|
||||
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.
|
||||
javacTarget=1.6
|
||||
javacTarget=1.7
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue