diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2018-01-11 16:27:05 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2018-01-11 16:52:17 +0100 |
| commit | b1c4d1f94e35445bdba5a56b614d0ec28a332624 (patch) | |
| tree | f2a7244fd52a85f0bd5a4a51f8b3243d10005878 /settings.gradle | |
| parent | 8666a78b86a40c1d8dab28dd18e841318c01f97f (diff) | |
refactor(#18): Redesign core simulation API
This change contains the redesign of the core simulation API and
provides a cleaner interface for developing simulation models for the
users.
Diffstat (limited to 'settings.gradle')
| -rw-r--r-- | settings.gradle | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/settings.gradle b/settings.gradle index a92d3d2c..b507653b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -24,7 +24,8 @@ rootProject.name = "opendc-simulator" include 'opendc-core' -include 'opendc-omega' +include 'opendc-kernel-omega' include 'opendc-stdlib' -include 'opendc-integration-jpa:core' -include 'opendc-integration-jpa:mysql' +include 'opendc-model-odc:core' +include 'opendc-model-odc:jpa' +include 'opendc-model-odc:setup' |
