Admin/build_history
changeset 64200 2e6597279d38
parent 64021 1e23caac8757
child 64223 9d5b9f41df77
equal deleted inserted replaced
64199:f38d39c57959 64200:2e6597279d38
     1 #!/usr/bin/env bash
     1 #!/usr/bin/env bash
     2 #
     2 #
     3 # DESCRIPTION: build history versions from another repository clone
     3 # DESCRIPTION: build history versions from another repository clone
     4 
     4 
     5 
       
     6 THIS="$(cd "$(dirname "$0")"; pwd)"
     5 THIS="$(cd "$(dirname "$0")"; pwd)"
     7 
     6 
     8 "$THIS/build" jars || exit $?
     7 "$THIS/build" jars || exit $?
     9 
       
    10 exec "$THIS/../bin/isabelle_java" isabelle.Build_History "$@"
     8 exec "$THIS/../bin/isabelle_java" isabelle.Build_History "$@"