# HG changeset patch # User wenzelm # Date 1737240406 -3600 # Node ID 02b4ae06974d66a09314fba87e1ef6c4efbc3ecb # Parent aa9800b48193a16383b9ebd54643a3bdd801e990 more complete bundle; diff -r aa9800b48193 -r 02b4ae06974d src/Pure/Admin/component_hol_light.scala --- a/src/Pure/Admin/component_hol_light.scala Sat Jan 18 23:37:44 2025 +0100 +++ b/src/Pure/Admin/component_hol_light.scala Sat Jan 18 23:46:46 2025 +0100 @@ -162,6 +162,7 @@ "zstd -8 proofs") val bundle_dir = Isabelle_System.make_directory(component_dir.path + Path.explode("bundle")) + Isabelle_System.copy_file(hol_light_dir + Path.explode("facts.lst"), bundle_dir) Isabelle_System.copy_file(hol_light_dir + Path.explode("proofs.zst"), bundle_dir) } }