[eclipse-yocto] [oxygen-master][PATCH 2/6] setup.sh: Eclipse: Oxygen.2 -> Oxygen.3
Tim Orling
timothy.t.orling at linux.intel.com
Mon Aug 6 06:49:36 PDT 2018
From: Chin Huat Ang <chin.huat.ang at intel.com>
Eclipse SDK Oxygen.2 download link no longer works, update to Oxygen.3 instead.
Signed-off-by: Chin Huat Ang <chin.huat.ang at intel.com>
---
scripts/setup.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/setup.sh b/scripts/setup.sh
index c0a00b1..fc6415d 100755
--- a/scripts/setup.sh
+++ b/scripts/setup.sh
@@ -92,12 +92,12 @@ fi
# prepare the base Eclipse installation in folder "eclipse"
ep_rel="R-"
-ep_ver="4.7.2"
-ep_date="-201711300510"
+ep_ver="4.7.3"
+ep_date="-201803010715"
P2_disabled=false
P2_no_dropins=false
-if [ ! -f eclipse/plugins/org.eclipse.swt_3.106.2.v20171129-0543.jar ]; then
+if [ ! -f eclipse/plugins/org.eclipse.swt_3.106.3.v20180214-0345.jar ]; then
pushd .
--
2.11.0
More information about the eclipse-yocto
mailing list