Admin/build
changeset 45385 7c1375ba1424
parent 45091 bf56eb7af632
child 46933 3b02b0ef8d48
--- a/Admin/build	Mon Nov 07 14:23:50 2011 +0100
+++ b/Admin/build	Mon Nov 07 14:59:58 2011 +0100
@@ -84,7 +84,6 @@
 
 function build_jars ()
 {
-  "$ISABELLE_TOOL" env "$ISABELLE_HOME/lib/scripts/java_ext_dirs" >/dev/null
   pushd "$ISABELLE_HOME/src/Pure" >/dev/null
   "$ISABELLE_TOOL" env ./build-jars "$@" || exit $?
   popd >/dev/null