Admin/build_release
author wenzelm
Thu, 25 Oct 2018 22:42:17 +0200
changeset 69188 2fd73a1a0937
parent 64202 967515846691
child 73705 ac07f6be27ea
permissions -rwxr-xr-x
updated to jedit_build-20181025 according to patches/macos (Java 11), patches/putenv; proper update of jEdit environment -- avoid warnings in Java 11; activate jdk-11+28;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
64202
967515846691 replaced shell script by Isabelle/Scala;
wenzelm
parents:
diff changeset
     1
#!/usr/bin/env bash
967515846691 replaced shell script by Isabelle/Scala;
wenzelm
parents:
diff changeset
     2
#
967515846691 replaced shell script by Isabelle/Scala;
wenzelm
parents:
diff changeset
     3
# DESCRIPTION: build full Isabelle distribution from repository
967515846691 replaced shell script by Isabelle/Scala;
wenzelm
parents:
diff changeset
     4
967515846691 replaced shell script by Isabelle/Scala;
wenzelm
parents:
diff changeset
     5
THIS="$(cd "$(dirname "$0")"; pwd)"
967515846691 replaced shell script by Isabelle/Scala;
wenzelm
parents:
diff changeset
     6
967515846691 replaced shell script by Isabelle/Scala;
wenzelm
parents:
diff changeset
     7
"$THIS/build" jars || exit $?
967515846691 replaced shell script by Isabelle/Scala;
wenzelm
parents:
diff changeset
     8
exec "$THIS/../bin/isabelle_java" isabelle.Build_Release "$@"