From 885a9567bc24f9cb2a95d6d7f0effa246d818dea Mon Sep 17 00:00:00 2001 From: Brad Gonzales Date: Thu, 6 Mar 2014 16:27:18 -0600 Subject: [PATCH] Issue #2885 Updated all of the PDE builds to Java 1.7. Change-Id: If74c5b163bc0742403fe701378bfae56b91bd49b Former-commit-id: dea17a19dacd672b715452dfeb1b2cd929e2b96c [formerly 0e3dc178728ff0e1964230d02f3db2ae31c2b3cd [formerly 6d2a542774db6c37cfc2a65f490ebf618f2e7954]] Former-commit-id: 0e3dc178728ff0e1964230d02f3db2ae31c2b3cd Former-commit-id: a24cbcfa77b86a4dc7dbe1f2723c3416341131ea --- RadarServer/build.rcm/build.properties | 4 ++-- cave/build/alertviz/build.properties | 4 ++-- cave/build/cave/build.properties | 4 ++-- .../build.wes2bridge.utility/wes2bridge/build.properties | 4 ++-- nativeLib/build.native/build.properties | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/RadarServer/build.rcm/build.properties b/RadarServer/build.rcm/build.properties index f5f8942895..83ae4779e2 100644 --- a/RadarServer/build.rcm/build.properties +++ b/RadarServer/build.rcm/build.properties @@ -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 diff --git a/cave/build/alertviz/build.properties b/cave/build/alertviz/build.properties index 1933a33159..e72f1c234d 100644 --- a/cave/build/alertviz/build.properties +++ b/cave/build/alertviz/build.properties @@ -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 diff --git a/cave/build/cave/build.properties b/cave/build/cave/build.properties index 7006a4941e..74de95c003 100644 --- a/cave/build/cave/build.properties +++ b/cave/build/cave/build.properties @@ -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 diff --git a/javaUtilities/build.wes2bridge.utility/wes2bridge/build.properties b/javaUtilities/build.wes2bridge.utility/wes2bridge/build.properties index a96c3e14a6..f9975a03b5 100644 --- a/javaUtilities/build.wes2bridge.utility/wes2bridge/build.properties +++ b/javaUtilities/build.wes2bridge.utility/wes2bridge/build.properties @@ -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 \ No newline at end of file diff --git a/nativeLib/build.native/build.properties b/nativeLib/build.native/build.properties index 6f2c461cf2..697926d7a7 100644 --- a/nativeLib/build.native/build.properties +++ b/nativeLib/build.native/build.properties @@ -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