From 9f7dd5754c80ed35746e569b27807f52118f65fb Mon Sep 17 00:00:00 2001 From: Maxime Perrotin Date: Mon, 30 Sep 2019 10:46:46 +0200 Subject: [PATCH] Point to dataview generated during the build --- templates/concurrency_view/aadl_3_main/system.tmplt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/concurrency_view/aadl_3_main/system.tmplt b/templates/concurrency_view/aadl_3_main/system.tmplt index ab3b1e7..c927ef4 100644 --- a/templates/concurrency_view/aadl_3_main/system.tmplt +++ b/templates/concurrency_view/aadl_3_main/system.tmplt @@ -21,7 +21,7 @@ properties Ocarina_Config::AADL_Files => ("../../@_Interface_View_@", "../../@_Deployment_View_@", - "../../@_Data_View_@", + "../dataview/dataview_aadlv2.aadl", "system.aadl", @@IF@@ not @_No_Stdlib_Flag_@ "ocarina_components.aadl", -- GitLab