From 97b0c4c1192fe5580a7957c844acc8092b56c604 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sat, 16 Sep 2023 13:19:31 +0200 Subject: chore: remove VIATRA branding Rename VIATRA subprojects to Refinery Interpreter to avoid interfering with Eclipse Foundation trademarks. Uses refering to a specific (historical) version of VIATRA were kept to avoid ambiguity. --- subprojects/interpreter-localsearch/build.gradle.kts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 subprojects/interpreter-localsearch/build.gradle.kts (limited to 'subprojects/interpreter-localsearch/build.gradle.kts') diff --git a/subprojects/interpreter-localsearch/build.gradle.kts b/subprojects/interpreter-localsearch/build.gradle.kts new file mode 100644 index 00000000..dae92c6c --- /dev/null +++ b/subprojects/interpreter-localsearch/build.gradle.kts @@ -0,0 +1,14 @@ +/* + * SPDX-FileCopyrightText: 2021-2023 The Refinery Authors + * + * SPDX-License-Identifier: EPL-2.0 + */ + +plugins { + id("tools.refinery.gradle.interpreter-library") +} + +dependencies { + implementation(project(":refinery-interpreter")) + implementation(libs.slf4j.log4j) +} -- cgit v1.2.3-54-g00ecf