diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-01 00:49:53 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-01 10:19:13 +0200 |
| commit | 8a9f5573bef3f68316add17c04a47cc4e5fe75fa (patch) | |
| tree | 8dff00c904d5db65e9baf0e7ca2d18a8a61800c1 /simulator/settings.gradle.kts | |
| parent | 27ddd462d148d70760e45f967387905054e21d20 (diff) | |
Move OpenDC modules into simulator root
This change moves the OpenDC modules previously living in the simulator/opendc
directory to the simulator directory itself given that we do not make a
distinction between OpenDC and odcsim anymore.
Diffstat (limited to 'simulator/settings.gradle.kts')
| -rw-r--r-- | simulator/settings.gradle.kts | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/simulator/settings.gradle.kts b/simulator/settings.gradle.kts index 64bf59a9..e5e218b8 100644 --- a/simulator/settings.gradle.kts +++ b/simulator/settings.gradle.kts @@ -1,7 +1,5 @@ /* - * MIT License - * - * Copyright (c) 2017 atlarge-research + * Copyright (c) 2017 AtLarge Research * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -23,12 +21,12 @@ */ rootProject.name = "opendc-simulator" -include(":opendc:opendc-simulator") -include(":opendc:opendc-utils") -include(":opendc:opendc-core") -include(":opendc:opendc-compute") -include(":opendc:opendc-format") -include(":opendc:opendc-workflows") -include(":opendc:opendc-experiments-sc18") -include(":opendc:opendc-experiments-sc20") -include(":opendc:opendc-runner-web") +include(":opendc-core") +include(":opendc-compute") +include(":opendc-workflows") +include(":opendc-format") +include(":opendc-experiments:opendc-experiments-sc18") +include(":opendc-experiments:opendc-experiments-sc20") +include(":opendc-runner-web") +include(":opendc-simulator") +include(":opendc-utils") |
