-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
39 lines (33 loc) · 1.05 KB
/
plugin.xml
File metadata and controls
39 lines (33 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
-->
<plugin>
<extension point="org.eclipse.emf.ecore.generated_package">
<!-- @generated input_tables -->
<package
uri="input_tables_1"
class="input_tables.Input_tablesPackage"
genModel="src/input_tables.genmodel"/>
</extension>
<extension point="org.eclipse.emf.ecore.generated_package">
<!-- @generated input_tables -->
<package
uri="http://www.eclipse.org/emf/2002/Ecore"
class="ecore.EcorePackage"
genModel="src/input_tables.genmodel"/>
</extension>
<extension point="org.eclipse.emf.ecore.generated_package">
<!-- @generated input_tables -->
<package
uri="sdd_domains"
class="sdd_domains.Sdd_domainsPackage"
genModel="src/input_tables.genmodel"/>
</extension>
<extension
point="org.eclipse.emf.edapt.migrators">
<migrator
path="src/input_tables.history">
</migrator>
</extension>
</plugin>