src/HOL/UNITY/ROOT.ML
changeset 48722 a5e3ba7cbb2a
parent 48721 866f6d5baf4c
child 48723 0829e958f0aa
--- a/src/HOL/UNITY/ROOT.ML	Tue Aug 07 23:38:18 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-(*  Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
-    Copyright   1998  University of Cambridge
-*)
-
-(*Verifying security protocols using UNITY*)
-no_document use_thys ["../Auth/Public"];
-
-use_thys [
-  (*Basic meta-theory*)
-  "UNITY_Main",
-
-  (*Simple examples: no composition*)
-  "Simple/Deadlock",
-  "Simple/Common",
-  "Simple/Network",
-  "Simple/Token",
-  "Simple/Channel",
-  "Simple/Lift",
-  "Simple/Mutex",
-  "Simple/Reach",
-  "Simple/Reachability",
-
-  (*Verifying security protocols using UNITY*)
-  "Simple/NSP_Bad",
-
-  (*Example of composition*)
-  "Comp/Handshake",
-
-  (*Universal properties examples*)
-  "Comp/Counter",
-  "Comp/Counterc",
-  "Comp/Priority",
-
-  "Comp/TimerArray",
-  "Comp/Progress",
-
-  "Comp/Alloc",
-  "Comp/AllocImpl",
-  "Comp/Client",
-
-  (*obsolete*)
-  "ELT"
-];