move to 4.2 Eclispe SDK as bases for aggregation and tests
diff --git a/aggr_properties.shsource b/aggr_properties.shsource
index 4a342ac..bd7fbfb 100644
--- a/aggr_properties.shsource
+++ b/aggr_properties.shsource
@@ -3,7 +3,7 @@
 # common variables used in scripts
 
 # It is required to specify a top level directory, that will contain all else involved with build, control and output
-BUILD_HOME=/shared/simrel/${release}
+export BUILD_HOME=/shared/simrel/${release}
 
 echo "BUILD_HOME: $BUILD_HOME"
 
@@ -55,13 +55,13 @@
 ECLIPSE_HOME=${ECLIPSE_HOME_42}
 
 ECLIPSE_HOME_TEST=${BUILD_HOME}/testInstance
-ECLIPSE_TEST_EXE=${ECLIPSE_HOME_TEST}/eclipse/eclipse
+export ECLIPSE_TEST_EXE=${ECLIPSE_HOME_TEST}/eclipse/eclipse
 
 stagingDirectory=${REPO_ROOT}/releases/${stagingsegment}
 releaseDirectory=${REPO_ROOT}/releases/${release}
 testRepoDirectory=${stagingDirectory}
 
-ECLIPSE_EXE=${ECLIPSE_HOME}/eclipse/eclipse
+export ECLIPSE_EXE=${ECLIPSE_HOME}/eclipse/eclipse
 
 # Holds the results of the build
 BUILD_RESULTS=${BUILD_HOME}/buildresults
diff --git a/sampleLocalOverrides/aggr_properties.shsource b/sampleLocalOverrides/aggr_properties.shsource
index 5a0fda1..e34b290 100755
--- a/sampleLocalOverrides/aggr_properties.shsource
+++ b/sampleLocalOverrides/aggr_properties.shsource
@@ -3,7 +3,7 @@
 # common variables used in scripts
 
 # It is required to specify a top level directory, that will contain all else involved with build, control and output
-BUILD_HOME=/home/shared/simrel/${release}
+export BUILD_HOME=/home/shared/simrel/${release}
 
 echo "BUILD_HOME: $BUILD_HOME"
 
@@ -55,13 +55,13 @@
 ECLIPSE_HOME=${ECLIPSE_HOME_42}
 
 ECLIPSE_HOME_TEST=${BUILD_HOME}/testInstance
-ECLIPSE_TEST_EXE=${ECLIPSE_HOME_TEST}/eclipse/eclipse
+export ECLIPSE_TEST_EXE=${ECLIPSE_HOME_TEST}/eclipse/eclipse
 
 stagingDirectory=${REPO_ROOT}/releases/${stagingsegment}
 releaseDirectory=${REPO_ROOT}/releases/${release}
 testRepoDirectory=${stagingDirectory}
 
-ECLIPSE_EXE=${ECLIPSE_HOME}/eclipse/eclipse
+export ECLIPSE_EXE=${ECLIPSE_HOME}/eclipse/eclipse
 
 # Holds the results of the build
 BUILD_RESULTS=${BUILD_HOME}/buildresults