blob: f4c3c2409dc211212b0f685773ee76933ece6de1 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2006, 2015 David A Carlson 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:
David A Carlson - initial API and implementation
Christian W. Damus - Customize the editing domain's adapter factory (artf3178)
- more flexible contribution/filtering of actions (artf3238)
$Id$
-->
<plugin>
<extension point="org.eclipse.emf.transaction.editingDomains">
<editingDomain
id="org.eclipse.mdht.uml.common.ui.EditingDomain"
factory="org.eclipse.mdht.uml.common.ui.util.UMLEditingDomainFactory"/>
</extension>
<extension
point="org.eclipse.core.expressions.propertyTesters">
<propertyTester
class="org.eclipse.mdht.uml.common.ui.internal.expressions.ECoreTester"
id="org.eclipse.mdht.uml.common.ui.ecorePropertyTester"
namespace="org.eclipse.mdht.uml.common.ui.ecore"
properties="eclass"
type="java.lang.Object">
</propertyTester>
</extension>
</plugin>