Admin/build_history
author wenzelm
Tue, 11 Oct 2016 21:25:10 +0200
changeset 64151 be9b3cffe058
parent 64021 1e23caac8757
child 64200 2e6597279d38
permissions -rwxr-xr-x
tuned -- Date.Format.default used by toString;

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


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

"$THIS/build" jars || exit $?

exec "$THIS/../bin/isabelle_java" isabelle.Build_History "$@"