Admin/build_history
author wenzelm
Wed, 05 Dec 2018 19:42:40 +0100
changeset 69401 7a1b7b737c02
parent 64223 9d5b9f41df77
child 73705 ac07f6be27ea
permissions -rwxr-xr-x
eliminated old makedist_bundle and remote_dmg: build_release does everything in Scala; more robust components and classpath via Other_Isabelle; updated macos_app to include full dmg template; misc tuning and clarification;

#!/usr/bin/env bash
#
# DESCRIPTION: build history versions from another repository clone

THIS="$(cd "$(dirname "$0")"; pwd)"

"$THIS/build" jars > /dev/null || exit $?
exec "$THIS/../bin/isabelle_java" isabelle.Build_History "$@"