blob: 535f99440434c047a3c7fe934c15dc4b42e992e9 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2019 CEA LIST, and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
CEA LIST - Initial API and implementation
-->
<plugin>
<extension
point="org.eclipse.papyrus.uml.extensionpoints.UMLProfile">
<profile
description="UML profile for Reviews and git"
iconpath="resources/icons/reviewprofile.gif"
name="ReviewProfile"
path="pathmap://REVIEWPROFILE/reviewprofile.uml"
provider="CEA LIST">
</profile>
</extension>
<extension point="org.eclipse.papyrus.infra.properties.contexts">
<context contextModel="resources/properties/reviewprofile.ctx"></context>
</extension>
<extension
point="org.eclipse.papyrus.infra.properties.environments">
<environment environmentModel="resources/Environment.xmi"/>
</extension>
</plugin>