| <?xml version="1.0" encoding="UTF-8"?> | |
| <?eclipse version="3.4"?> | |
| <!-- | |
| <copyright> | |
| Copyright (c) 2014 itemis 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: | |
| itemis - Initial API and implementation | |
| </copyright> | |
| --> | |
| <plugin> | |
| <extension point="org.eclipse.ui.navigator.viewer"> | |
| <viewerActionBinding viewerId="org.eclipse.ui.navigator.ProjectExplorer"> | |
| <includes> | |
| <actionExtension pattern="org.eclipse.sphinx.emf.mwe.dynamic.ui.basicWorkflowActions" /> | |
| </includes> | |
| </viewerActionBinding> | |
| </extension> | |
| <extension | |
| point="org.eclipse.ui.navigator.navigatorContent"> | |
| <actionProvider | |
| class="org.eclipse.sphinx.emf.mwe.dynamic.ui.actions.providers.BasicWorkflowActionProvider" | |
| id="org.eclipse.sphinx.emf.mwe.dynamic.ui.basicWorkflowActions"> | |
| <enablement> | |
| <or> | |
| <instanceof | |
| value="org.eclipse.emf.ecore.EObject" /> | |
| <instanceof | |
| value="org.eclipse.emf.edit.provider.IWrapperItemProvider" /> | |
| <instanceof | |
| value="org.eclipse.emf.ecore.util.FeatureMap.Entry" /> | |
| <instanceof | |
| value="org.eclipse.sphinx.emf.edit.TransientItemProvider" /> | |
| <instanceof | |
| value="org.eclipse.core.resources.IFile" /> | |
| <instanceof | |
| value="org.eclipse.jdt.core.ICompilationUnit" /> | |
| <instanceof | |
| value="org.eclipse.jdt.core.IType" /> | |
| </or> | |
| </enablement> | |
| </actionProvider> | |
| </extension> | |
| </plugin> |