We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499a599 commit 8b09ce6Copy full SHA for 8b09ce6
scripts/config.sh
@@ -6,10 +6,6 @@ SCRIPTDIR="$( cd "$(dirname "$0")" ; pwd -P )"
6
BUILDDIR="/build"
7
# jdk repository directory
8
JDKDIR="/build/jdk"
9
-# lejos temp directory
10
-LEJOSDIR="/build/lejos"
11
-# lejos suffix
12
-LEJOSEND="-final"
13
14
##
15
## Version-specific configuration
@@ -50,9 +46,6 @@ LEJOSEND="-final"
50
46
# Download URL
51
47
#HOSTJDK_URL="https://download.java.net/java/GA/jdk9/9.0.4/binaries/openjdk-9.0.4_linux-x64_bin.tar.gz"
52
48
53
-# leJOS JRI name
54
-#LEJOS_NAME=openjdk9-jri
55
-
56
49
# OpenJDK 9
57
if [ "$JDKVER" == "9" ] || [ "$JDKVER" == "9zero" ]; then
58
JAVA_REPO="http://hg.openjdk.java.net/jdk-updates/jdk9u/"
0 commit comments