-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.xml
49 lines (44 loc) · 1.88 KB
/
plugin.xml
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
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
*************************************************************************
** Copyright (c) 2016-2021 CentraleSupélec & EDF.
** All rights reserved. This program and the accompanying materials
** are made available under the terms of the Eclipse Public License v2.0
** which accompanies this distribution, and is available at
** https://www.eclipse.org/legal/epl-v20.html
**
** This file is part of the RiseClipse tool
**
** Contributors:
** Computer Science Department, CentraleSupélec
** EDF R&D
** Contacts:
** Web site:
** https://riseclipse.github.io
*************************************************************************
-->
<plugin>
<extension point="org.eclipse.emf.edit.itemProviderAdapterFactories">
<!-- @generated entsoe_v2_4_15 -->
<factory
uri="http://iec.ch/TC57/2013/CIM-schema-cim16"
class="fr.centralesupelec.edf.riseclipse.cim.cim16.entsoe_v2_4_15.cim.provider.CimItemProviderAdapterFactory"
supportedTypes=
"org.eclipse.emf.edit.provider.IEditingDomainItemProvider
org.eclipse.emf.edit.provider.IStructuredItemContentProvider
org.eclipse.emf.edit.provider.ITreeItemContentProvider
org.eclipse.emf.edit.provider.IItemLabelProvider
org.eclipse.emf.edit.provider.IItemPropertySource"/>
</extension>
<extension
point="fr.centralesupelec.edf.riseclipse.main.meta_models">
<meta_model
adapterFactory="fr.centralesupelec.edf.riseclipse.cim.cim16.entsoe_v2_4_15.cim.provider.CimItemProviderAdapterFactory"
name="ENTSOE CGMES v2.4.15 (based on CIM16)"
uri="http://iec.ch/TC57/2013/CIM-schema-cim16">
</meta_model>
</extension>
</plugin>