Admin/build_release
author haftmann
Sun, 28 Jan 2018 16:38:48 +0000
changeset 67525 5d04d7bcd5f6
parent 64202 967515846691
child 73705 ac07f6be27ea
permissions -rwxr-xr-x
avoid concrete (anti)mono in theorem names since it could be the other way round
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 "$@"