Skip to content

Commit d219a28

Browse files
committed
build: rename metamodel-runtime to model-api-gen-runtime
1 parent 3f53a06 commit d219a28

25 files changed

+5
-5
lines changed

light-model-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ kotlin {
3333
val commonMain by getting {
3434
dependencies {
3535
implementation(project(":model-api"))
36-
implementation(project(":metamodel-runtime"))
36+
implementation(project(":model-api-gen-runtime"))
3737
implementation(project(":model-server-api"))
3838
implementation("io.ktor:ktor-client-websockets:$ktorVersion")
3939
implementation(kotlin("stdlib-common"))

metamodel-export-mps/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
val generatorLibs by configurations.creating
99

1010
dependencies {
11-
generatorLibs(project(":metamodel-runtime"))
11+
generatorLibs(project(":model-api-gen-runtime"))
1212
generatorLibs(project(":model-api-gen"))
1313
}
1414

metamodel-gradle-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ val modelixCoreVersion: String = projectDir.resolve("../version.txt").readText()
3838

3939
dependencies {
4040
mps("com.jetbrains:mps:2021.1.4")
41-
implementation("org.modelix:metamodel-runtime:$modelixCoreVersion")
41+
implementation("org.modelix:model-api-gen-runtime:$modelixCoreVersion")
4242
}
4343

4444
val resolveMps by tasks.registering(Sync::class) {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)