blob: f181fce2d33ee6bb9070e150287fb01b64ba6df1 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2018 CEA
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Benoit Maggi (CEA LIST) benoit.maggi@cea.fr - Initial API and implementation
-->
<plugin>
<extension
point="org.eclipse.emf.ecore.uri_mapping">
<mapping
source="pathmap://IOTML_LIBRARY/"
target="platform:/plugin/org.eclipse.papyrus.iotml.library/model/">
</mapping>
</extension>
<extension
point="org.eclipse.papyrus.uml.extensionpoints.UMLLibrary">
<library
description="Data types for IoT systems"
iconpath="platform:/plugin/org.eclipse.papyrus.iotml.ui/resources/icons/IoT-ML-16x16.png"
name="IoT data types"
path="pathmap://IOTML_LIBRARY/datatypes.uml"
provider="CEA LIST">
</library>
</extension>
<extension
point="org.eclipse.papyrus.uml.extensionpoints.UMLLibrary">
<library
description="Protocols for IoT systems"
iconpath="platform:/plugin/org.eclipse.papyrus.iotml.ui/resources/icons/IoT-ML-16x16.png"
name="IoT protocols"
path="pathmap://IOTML_LIBRARY/protocols.uml"
provider="CEA LIST">
</library>
</extension>
<extension
point="org.eclipse.papyrus.uml.extensionpoints.UMLLibrary">
<library
description="MQTT protocol properties"
iconpath="platform:/plugin/org.eclipse.papyrus.iotml.ui/resources/icons/IoT-ML-16x16.png"
name="MQTT protocol properties"
path="pathmap://IOTML_LIBRARY/mqtt.uml"
provider="CEA LIST">
</library>
</extension>
<extension
point="org.eclipse.papyrus.uml.extensionpoints.UMLLibrary">
<library
description="Application protection for IoT systems"
iconpath="platform:/plugin/org.eclipse.papyrus.iotml.ui/resources/icons/IoT-ML-16x16.png"
name="IoT Application protection"
path="pathmap://IOTML_LIBRARY/applicationProtection.uml"
provider="CEA LIST">
</library>
</extension>
</plugin>