Admin/build_history
changeset 74017 b4e6b82fdb9e
parent 73705 ac07f6be27ea
child 74038 b4f57bfe82e7
equal deleted inserted replaced
74016:027fb21bdd5d 74017:b4e6b82fdb9e
     3 # DESCRIPTION: build history versions from another repository clone
     3 # DESCRIPTION: build history versions from another repository clone
     4 
     4 
     5 unset CDPATH
     5 unset CDPATH
     6 THIS="$(cd "$(dirname "$0")"; pwd)"
     6 THIS="$(cd "$(dirname "$0")"; pwd)"
     7 
     7 
     8 "$THIS/build" jars > /dev/null || exit $?
     8 env ISABELLE_SETUP_CLASSPATH_SKIP=true "$THIS/../bin/isabelle" java isabelle.setup.Setup build > /dev/null || exit $?
     9 exec "$THIS/../bin/isabelle_java" isabelle.Build_History "$@"
     9 exec "$THIS/../bin/isabelle_java" isabelle.Build_History "$@"