summaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2017-09-18 00:12:24 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2017-09-18 00:12:24 +0200
commit62895f71b7a7479652d9b86f7036b6580b40b7c7 (patch)
tree780dbb3ea34c957acd92453af6679ea47d5ce82a /settings.gradle
parentc4816f18fa1ab4528a6966d636c3bfd7eac7b82a (diff)
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.
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle2
1 files changed, 2 insertions, 0 deletions
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'