src/Pure/Admin/afp.scala
changeset 75497 0a5f7b5da16f
parent 75393 87ebf5a50283
child 76883 186e07be32c3
equal deleted inserted replaced
75496:99b37c391433 75497:0a5f7b5da16f
    21 
    21 
    22   val chapter: String = "AFP"
    22   val chapter: String = "AFP"
    23 
    23 
    24   val force_partition1: List[String] = List("Category3", "HOL-ODE")
    24   val force_partition1: List[String] = List("Category3", "HOL-ODE")
    25 
    25 
    26   def init(options: Options, base_dir: Path = Path.explode("$AFP_BASE")): AFP =
    26   val BASE: Path = Path.explode("$AFP_BASE")
       
    27 
       
    28   def init(options: Options, base_dir: Path = BASE): AFP =
    27     new AFP(options, base_dir)
    29     new AFP(options, base_dir)
    28 
    30 
    29 
    31 
    30   /* entries */
    32   /* entries */
    31 
    33