blob: 95e68078bda3c5b36ea368de1491578e5cc4770a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!-- Copyright (c) 2005, 2006 IBM Corporation and others. -->
<!-- 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: -->
<!-- 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>