Issue #2885 Updated all of the PDE builds to Java 1.7.

Change-Id: If74c5b163bc0742403fe701378bfae56b91bd49b

Former-commit-id: dea17a19da [formerly 0e3dc17872 [formerly 6d2a542774db6c37cfc2a65f490ebf618f2e7954]]
Former-commit-id: 0e3dc17872
Former-commit-id: a24cbcfa77
This commit is contained in:
Brad Gonzales 2014-03-06 16:27:18 -06:00
parent ff4e5b8c01
commit 885a9567bc
5 changed files with 10 additions and 10 deletions

View file

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

View file

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

View file

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

View file

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

View file

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