From 9adbb3d49899a87b3026c11cb4ba3ff77f4fb75b Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sat, 19 Aug 2023 02:31:57 +0200 Subject: chore: import VIATRA source Make our modifications more maintainable by editing the source code directly instead of using reflection. --- subprojects/viatra-runtime-rete-recipes/build.properties | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 subprojects/viatra-runtime-rete-recipes/build.properties (limited to 'subprojects/viatra-runtime-rete-recipes/build.properties') diff --git a/subprojects/viatra-runtime-rete-recipes/build.properties b/subprojects/viatra-runtime-rete-recipes/build.properties new file mode 100644 index 00000000..97e4d6bd --- /dev/null +++ b/subprojects/viatra-runtime-rete-recipes/build.properties @@ -0,0 +1,15 @@ +# Copyright (c) 2004-2014 Gabor Bergmann and Daniel Varro +# This program and the accompanying materials are made available under the +# terms of the Eclipse Public License v. 2.0 which is available at +# http://www.eclipse.org/legal/epl-v20.html. +# +# SPDX-License-Identifier: EPL-2.0 + +bin.includes = viatra-runtime-rete-recipes.jar,\ + model/,\ + META-INF/,\ + plugin.xml,\ + plugin.properties +jars.compile.order = viatra-runtime-rete-recipes.jar +source.viatra-runtime-rete-recipes.jar = src-gen/ +output.viatra-runtime-rete-recipes.jar = bin/ -- cgit v1.2.3-54-g00ecf