blob: f3440ae664622db4208d8f15e378b317a9aecf22 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
<copyright>
Copyright (c) 2014-2015 itemis and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
Contributors:
itemis - Initial API and implementation
</copyright>
-->
<plugin>
<extension point="org.eclipse.ui.newWizards">
<!-- @generated CheckCatalog -->
<category
id="org.eclipse.emf.ecore.Wizard.category.ID"
name="%_UI_Wizard_category"/>
<wizard
id="org.eclipse.sphinx.emf.check.catalog.editor.CheckCatalogModelWizardID"
name="%_UI_CheckCatalogModelWizard_label"
class="org.eclipse.sphinx.emf.check.catalog.editor.CheckCatalogModelWizard"
category="org.eclipse.emf.ecore.Wizard.category.ID"
icon="icons/full/obj16/CheckCatalogModelFile.gif">
<description>%_UI_CheckCatalogModelWizard_description</description>
<selection class="org.eclipse.core.resources.IResource"/>
</wizard>
</extension>
<extension point="org.eclipse.ui.editors">
<!-- @generated CheckCatalog -->
<editor
id="org.eclipse.sphinx.emf.check.catalog.editor.CheckCatalogEditorID"
name="%_UI_CheckCatalogEditor_label"
icon="icons/full/obj16/CheckCatalogModelFile.gif"
extensions="checkcatalog"
class="org.eclipse.sphinx.emf.check.catalog.editor.CheckCatalogEditor"
contributorClass="org.eclipse.sphinx.emf.check.catalog.editor.CheckCatalogActionBarContributor">
</editor>
</extension>
</plugin>