From ce952cf3f27c154e06cfa56ca1ad7db9ba3eac7c Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 29 Nov 2019 16:05:09 +0100 Subject: refactor: Rename odcsim-core to odcsim-api This change renames the main module of the odcsim library to odcsim-api, since it mainly contains the interfaces to be used by consumers of the API and implemented by the various frameworks. --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings.gradle.kts') diff --git a/settings.gradle.kts b/settings.gradle.kts index 5abdd4ab..7ed98cf2 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -23,6 +23,6 @@ */ rootProject.name = "opendc-simulator" -include(":odcsim:odcsim-core") +include(":odcsim:odcsim-api") include(":odcsim:odcsim-engine-tests") include(":odcsim:odcsim-engine-omega") -- cgit v1.2.3