[eclipse-yocto] [oxygen-master][PATCH 6/6] scripts/setup.sh: Update to Oxygen.3a

Tim Orling timothy.t.orling at linux.intel.com
Mon Aug 6 06:49:40 PDT 2018


The Oxygen.3a release was mostly to fix Java 9 support, but it is the latest
Oxygen version which will be downloaded by clicking through:
http://www.eclipse.org/
Download > Download Packages > More Downloads
- Eclipse Oxygen(4.7) > Eclipse IDE for C/C++ Developers

Or http://www.eclipse.org/downloads/packages/release/oxygen/3a
> Eclipse IDE for C/C++ Developers

Signed-off-by: Tim Orling <timothy.t.orling at linux.intel.com>
---
 scripts/setup.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/setup.sh b/scripts/setup.sh
index 9e60435..7492899 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.3"
-ep_date="-201803010715"
+ep_ver="4.7.3a"
+ep_date="-201803300640"
 P2_disabled=false
 P2_no_dropins=false
 
-if [ ! -f eclipse/plugins/org.eclipse.swt_3.106.3.v20180214-0345.jar ]; then
+if [ ! -f eclipse/plugins/org.eclipse.swt_3.106.3.v20180329-0507.jar ]; then
 
   pushd .
 
-- 
2.11.0



More information about the eclipse-yocto mailing list