blob: da9b90fde1308ad239be2e73d6659ce93ff6edb6 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<!--
<copyright>
Copyright (c) 2008-2010 See4sys 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:
See4sys - Initial API and implementation
See4sys - Added popup menu contribution for basic rename action
</copyright>
-->
<plugin>
<extension-point id="propertySourceFilters"
name="Property Source Filters"
schema="schema/propertySourceFilters.exsd" />
<extension
point="org.eclipse.ui.navigator.navigatorContent">
<actionProvider
class="org.eclipse.sphinx.emf.ui.actions.providers.BasicEditorActionProvider"
id="org.eclipse.sphinx.emf.ui.actions.editorActions">
<enablement>
<or>
<instanceof
value="org.eclipse.emf.ecore.EObject">
</instanceof>
<instanceof
value="org.eclipse.emf.edit.provider.IWrapperItemProvider">
</instanceof>
</or>
</enablement>
</actionProvider>
</extension>
</plugin>