aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/viatra-runtime-rete-recipes/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/viatra-runtime-rete-recipes/plugin.xml')
-rw-r--r--subprojects/viatra-runtime-rete-recipes/plugin.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/subprojects/viatra-runtime-rete-recipes/plugin.xml b/subprojects/viatra-runtime-rete-recipes/plugin.xml
new file mode 100644
index 00000000..e4917f5d
--- /dev/null
+++ b/subprojects/viatra-runtime-rete-recipes/plugin.xml
@@ -0,0 +1,23 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.0"?>
3
4<!--
5 Copyright (c) 2004-2014 Gabor Bergmann and Daniel Varro
6 This program and the accompanying materials are made available under the
7 terms of the Eclipse Public License v. 2.0 which is available at
8 http://www.eclipse.org/legal/epl-v20.html.
9
10 SPDX-License-Identifier: EPL-2.0
11-->
12
13<plugin>
14
15 <extension point="org.eclipse.emf.ecore.generated_package">
16 <!-- @generated rete-recipes -->
17 <package
18 uri="https://refinery.tools/emf/2023/ViatraReteRecipes"
19 class="tools.refinery.viatra.runtime.rete.recipes.RecipesPackage"
20 genModel="src/main/resources/model/rete-recipes.genmodel"/>
21 </extension>
22
23</plugin>