Skip to content

Commit eaa8c25

Browse files
Revert "Update Eclipse and JRE versions"
This reverts commit 498cc78.
1 parent ae61622 commit eaa8c25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

release.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ GIT_REFERENCE_ROOT :=
7373

7474
IDE_PLUGIN_LOCATION :=
7575

76-
JAVA_VERSION := 8u121
76+
JAVA_VERSION := 8u66
7777

7878
# libusb is used by the OpenOCD for Windows
7979
LIBUSB_VERSION := 1.0.20
@@ -233,7 +233,7 @@ TOOLS_LINUXLE_HS_DIR_NATIVE := arc_gnu_$(RELEASE)_prebuilt_uclibc_le_archs_nativ
233233
PDF_DOC_FILE := $(abspath $(ROOT)/toolchain/doc/_build/latex/GNU_Toolchain_for_ARC.pdf)
234234

235235
# IDE: vanilla Eclipse variables
236-
ECLIPSE_VERSION := neon-2
236+
ECLIPSE_VERSION := mars-1
237237
ECLIPSE_VANILLA_ZIP_WIN := eclipse-cpp-$(ECLIPSE_VERSION)-win32.zip
238238
ECLIPSE_VANILLA_TGZ_LINUX := eclipse-cpp-$(ECLIPSE_VERSION)-linux-gtk-x86_64.tar.gz
239239
# Coma separated list

windows-installer/build-installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# Params
2323
# Eclipse parameters copied from Makefile.release
24-
ECLIPSE_REPO=http://download.eclipse.org/releases/neon
24+
ECLIPSE_REPO=http://download.eclipse.org/releases/mars
2525
ECLIPSE_PREREQ=org.eclipse.tm.terminal.feature.feature.group
2626

2727
if [ -z "$RELEASE_TAG" ]; then

0 commit comments

Comments
 (0)