From 62895f71b7a7479652d9b86f7036b6580b40b7c7 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Mon, 18 Sep 2017 00:12:24 +0200 Subject: Refactor and split up code base This change splits up the current code base into three different module: - opendc-core - This module defines the API which you can use to write simulatable entities in a topology. - opendc-omega - This module is the reference implementation of the API defined the `opendc-core` module. - opendc-stdlib - This module provides a standard library of entities which can be used for datacenter simulation. --- settings.gradle | 2 ++ 1 file changed, 2 insertions(+) (limited to 'settings.gradle') diff --git a/settings.gradle b/settings.gradle index 2bee7ddc..b0370c43 100644 --- a/settings.gradle +++ b/settings.gradle @@ -24,3 +24,5 @@ rootProject.name = "opendc-simulator" include 'opendc-core' +include 'opendc-omega' +include 'opendc-stdlib' -- cgit v1.2.3