Skip to main content
summaryrefslogblamecommitdiffstats
blob: 0ca5f7d8aeff9a9b55985bac68e9f738d782eb13 (plain) (tree)

























                                                                                                               
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
 Copyright (c) 2016 Christian W. Damus 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:
    Christian W. Damus - Initial API and implementation
-->
<plugin>
   <extension
         point="org.eclipse.core.runtime.adapters">
      <factory
            adaptableType="org.eclipse.papyrus.infra.core.editor.CoreMultiDiagramEditor"
            class="org.eclipse.papyrus.infra.gmfdiag.gef.internal.editor.CoreMultiDiagramEditorAdapterFactory">
         <adapter
               type="org.eclipse.gef.ui.actions.ActionRegistry">
         </adapter>
      </factory>
   </extension>

</plugin>

Back to the top