Restructured file layout to match afp default.

This commit is contained in:
Achim D. Brucker 2016-12-31 20:22:49 +00:00
parent 49ed81521f
commit 70e397cc23
35 changed files with 5 additions and 5 deletions

6
ROOT
View File

@ -42,14 +42,14 @@
chapter AFP
session Featherweight_OCL (AFP) in "src" = HOL +
session Featherweight_OCL (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]
theories
"UML_Main"
"../examples/Employee_Model/Analysis/Analysis_OCL"
"../examples/Employee_Model/Design/Design_OCL"
"examples/Employee_Model/Analysis/Analysis_OCL"
"examples/Employee_Model/Design/Design_OCL"
document_files
"conclusion.tex"
"figures/AbstractSimpleChair.pdf"

View File

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -45,7 +45,7 @@ chapter{* Example: The Employee Analysis Model *} (* UML part *)
theory
Analysis_UML
imports
"../../../src/UML_Main"
"../../../UML_Main"
begin
text {* \label{ex:employee-analysis:uml} *}

View File

@ -45,7 +45,7 @@ chapter{* Example: The Employee Design Model *} (* UML part *)
theory
Design_UML
imports
"../../../src/UML_Main"
"../../../UML_Main"
begin
text {* \label{ex:employee-design:uml} *}