Skip to content

Commit 8b09ce6

Browse files
committed
[scripts] Remove leJOS from config
1 parent 499a599 commit 8b09ce6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/config.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ SCRIPTDIR="$( cd "$(dirname "$0")" ; pwd -P )"
66
BUILDDIR="/build"
77
# jdk repository directory
88
JDKDIR="/build/jdk"
9-
# lejos temp directory
10-
LEJOSDIR="/build/lejos"
11-
# lejos suffix
12-
LEJOSEND="-final"
139

1410
##
1511
## Version-specific configuration
@@ -50,9 +46,6 @@ LEJOSEND="-final"
5046
# Download URL
5147
#HOSTJDK_URL="https://download.java.net/java/GA/jdk9/9.0.4/binaries/openjdk-9.0.4_linux-x64_bin.tar.gz"
5248

53-
# leJOS JRI name
54-
#LEJOS_NAME=openjdk9-jri
55-
5649
# OpenJDK 9
5750
if [ "$JDKVER" == "9" ] || [ "$JDKVER" == "9zero" ]; then
5851
JAVA_REPO="http://hg.openjdk.java.net/jdk-updates/jdk9u/"

0 commit comments

Comments
 (0)