blob: 481dde59dcb42f758592e147c2eb89bb9a929329 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2010, 2011 Technical University of Denmark.
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:
Patrick Koenemann, DTU Informatics - initial API and implementation
-->
<plugin>
<!-- PK: deactivated! see _OBSOLETE.txt for details. - ->
<extension
point="org.eclipse.ui.popupMenus">
<objectContribution
id="org.eclipse.emf.compare.mpatch.restructure.startresturcture"
nameFilter="*mpatch"
objectClass="org.eclipse.core.resources.IFile">
<action
class="org.eclipse.emf.compare.mpatch.grouping.actions.GroupingAction"
enablesFor="1"
id="org.eclipse.emf.compare.mpatch.restructure.RestructureAction"
label="Transformation: Restructure MPatch"
menubarPath="org.eclipse.emf.compare.mpatch.mpatchmenu/transform">
</action>
<menu
id="org.eclipse.emf.compare.mpatch.mpatchmenu"
label="MPatch"
path="additions">
</menu>
</objectContribution>
</extension>
<extension
point="org.eclipse.emf.compare.mpatch.transform">
<difftransformation
diff_transformation="org.eclipse.emf.compare.mpatch.grouping.impl.DefaultMPatchGrouping">
</difftransformation>
</extension>
<!- - -->
</plugin>