blob: b90d5eca1d2a03300a71e8971a06db0c843a3511 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2010 xored software, Inc.
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:
xored software, Inc. - initial API and Implementation (Alex Panchenko)
$Id: plugin.xml,v 1.1 2010/02/27 12:12:18 apanchenk Exp $
-->
<plugin>
<extension point="org.eclipse.ui.newWizards">
<category
id="org.eclipse.emf.ecore.Wizard.category.ID"
name="%_UI_Wizard_category"/>
<wizard
id="org.eclipse.dltk.javascript.internal.model.references.presentation.ReferenceModelModelWizardID"
name="%_UI_ReferenceModelModelWizard_label"
class="org.eclipse.dltk.javascript.internal.model.references.presentation.ReferenceModelModelWizard"
category="org.eclipse.emf.ecore.Wizard.category.ID"
icon="icons/full/obj16/ReferenceModelModelFile.gif">
<description>%_UI_ReferenceModelModelWizard_description</description>
<selection class="org.eclipse.core.resources.IResource"/>
</wizard>
</extension>
<extension point="org.eclipse.ui.editors">
<editor
id="org.eclipse.dltk.javascript.internal.model.references.presentation.ReferenceModelEditorID"
name="%_UI_ReferenceModelEditor_label"
icon="icons/full/obj16/ReferenceModelModelFile.gif"
extensions="referencemodel"
class="org.eclipse.dltk.javascript.internal.model.references.presentation.ReferenceModelEditor"
contributorClass="org.eclipse.dltk.javascript.internal.model.references.presentation.ReferenceModelActionBarContributor">
</editor>
</extension>
</plugin>