| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.0"?> |
| <!-- Copyright (c) 2005, 2006 IBM Corporation and others. --> |
| <!-- This program and the accompanying materials are made --> |
| <!-- available under the terms of the Eclipse Public License 2.0 --> |
| <!-- which is available at https://www.eclipse.org/legal/epl-2.0/ --> |
| <!-- --> |
| <!-- SPDX-License-Identifier: EPL-2.0 --> |
| <!-- Contributors: --> |
| <!-- IBM Corporation - initial API and implementation --> |
| <plugin> |
| |
| <extension-point id="viewProviders" name="%extPoint.viewProviders" schema="schema/viewProviders.exsd"/> |
| <extension-point id="diagramEventBrokerProviders" name="%extPoint.diagramEventBrokerProviders" schema="schema/diagramEventBrokerProviders.exsd"/> |
| |
| <extension |
| point="org.eclipse.gmf.runtime.emf.type.core.elementTypes"> |
| <metamodel nsURI="http://www.eclipse.org/emf/2002/Ecore"> |
| <adviceBinding |
| class="org.eclipse.gmf.runtime.diagram.core.edithelpers.NotationViewDependentsAdvice" |
| id="org.eclipse.gmf.runtime.diagram.core.advice.notationDepdendents" |
| inheritance="none" |
| typeId="*"/> |
| <adviceBinding |
| class="org.eclipse.gmf.runtime.diagram.core.edithelpers.RemoveBookmarksAdvice" |
| id="org.eclipse.gmf.runtime.diagram.core.advice.removeBookmarks" |
| inheritance="none" |
| typeId="*"/> |
| </metamodel> |
| </extension> |
| |
| <extension point="org.eclipse.gmf.runtime.emf.type.core.elementTypeBindings"> |
| <binding context="org.eclipse.gmf.runtime.emf.type.core.defaultContext"> |
| <elementType ref="org.eclipse.gmf.runtime.diagram.core.advice.notationDepdendents"/> |
| <elementType ref="org.eclipse.gmf.runtime.diagram.core.advice.removeBookmarks"/> |
| </binding> |
| </extension> |
| |
| </plugin> |