blob: af3b2635f871366a8affaf3db53c9275a5296984 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2015 CEA LIST.
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>
<!-- Expansion -->
<extension
point="org.eclipse.papyrus.infra.gmfdiag.common.diagramExpansion">
<diagramexpansion
model="resources/configuration/ParametricDiagramConfig.expansionmodel">
</diagramexpansion>
</extension>
<!-- Parser provider declaration -->
<extension point="org.eclipse.gmf.runtime.common.ui.services.parserProviders">
<ParserProvider class="org.eclipse.papyrus.sysml.diagram.parametric.provider.ParserProvider">
<Priority name="Low"/>
</ParserProvider>
</extension>
<extension point="org.eclipse.papyrus.infra.gmfdiag.dnd.dropStrategy">
<strategy strategy="org.eclipse.papyrus.sysml.diagram.parametric.dnd.ParameterDropStrategy"></strategy>
<strategy strategy="org.eclipse.papyrus.sysml.diagram.parametric.dnd.ConstraintDropStrategy"></strategy>
<strategy strategy="org.eclipse.papyrus.sysml.diagram.parametric.dnd.ConstraintPropertyDropStrategy"></strategy>
<strategy strategy="org.eclipse.papyrus.sysml.diagram.parametric.dnd.ConstraintBlockDropStrategy"></strategy>
</extension>
</plugin>