From 603afc9bc7248670b62ccc0cf1c0a1cff276c91d Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Sat, 23 May 2020 11:08:37 +0100 Subject: [PATCH] Migration to Isabelle 2020. --- .ci/Jenkinsfile | 2 +- Featherweight_OCL/ROOT | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index a6eea6e..c0974e2 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Build') { steps { - sh 'docker run -v $PWD/Featherweight_OCL:/Featherweight_OCL logicalhacking:isabelle2019 isabelle build -D /Featherweight_OCL' + sh 'docker run -v $PWD/Featherweight_OCL:/Featherweight_OCL logicalhacking:isabelle2020 isabelle build -D /Featherweight_OCL' } } } diff --git a/Featherweight_OCL/ROOT b/Featherweight_OCL/ROOT index 11a7306..6597e87 100644 --- a/Featherweight_OCL/ROOT +++ b/Featherweight_OCL/ROOT @@ -1,9 +1,14 @@ chapter AFP -session "Featherweight_OCL-devel" (AFP) = HOL + +session Featherweight_OCL-devel (AFP) = HOL + description "Featherweight-OCL" options [document_variants = "annex-a=annexa,-theory,-afp,-proof,-ML:document=afp,-annexa:outline=-annexa,afp,/proof,/ML", show_question_marks = false, timeout = 600] + directories + "basic_types" + "collection_types" + "examples/Employee_Model/Analysis" + "examples/Employee_Model/Design" theories UML_Main "examples/Employee_Model/Analysis/Analysis_OCL"