blob: c85012ee7a851e260d28b65283afd3eb9cd99c1d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2019 CEA LIST.
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:
Nicolas FAUVERGUE (CEA LIST) nicolas.fauvergue@cea.fr - Initial API and implementation
-->
<plugin>
<extension point="org.eclipse.papyrus.infra.architecture.models">
<model path="resources/sysml16.architecture"/>
</extension>
<extension
point="org.eclipse.gmf.runtime.emf.type.core.elementTypeBindings">
<clientContext
id="org.eclipse.papyrus.sysml.architecture.SysML16">
<matcher
class="org.eclipse.papyrus.sysml16.architecture.internal.NoContextEnablementMatcher">
</matcher>
</clientContext>
<binding context="org.eclipse.papyrus.sysml.architecture.SysML16">
<!-- ElementType that deals with View deletion when their related model element is deleted -->
<elementType ref="org.eclipse.gmf.runtime.diagram.core.advice.notationDepdendents"/>
<elementType ref="org.eclipse.gmf.runtime.diagram.core.advice.removeBookmarks"/>
<!-- Check for attempts to edit read-only objects that cannot reasonably be made writeable. -->
<advice ref="org.eclipse.papyrus.infra.emf.readOnlyAdvice" />
<!-- Delete markers attached to objects being deleted. -->
</binding>
</extension>
</plugin>