aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/viatra-runtime-rete-recipes/plugin.xml
blob: e4917f5d955e0009bafb5cd3c33839d0d7410b0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>

<!--
 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
-->

<plugin>

   <extension point="org.eclipse.emf.ecore.generated_package">
      <!-- @generated rete-recipes -->
      <package
            uri="https://refinery.tools/emf/2023/ViatraReteRecipes"
            class="tools.refinery.viatra.runtime.rete.recipes.RecipesPackage"
            genModel="src/main/resources/model/rete-recipes.genmodel"/>
   </extension>

</plugin>