blob: 45a4c3b0086a32eb8e66da1aa11c2d5fdbba90ba [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<!--
Copyright (c) 2008 IBM Corporation 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:
IBM Corporation - initial API and implementation
-->
<plugin>
<extension
point="org.eclipse.ui.editors">
<editor
class="org.eclipse.pde.internal.ds.ui.editor.DSEditor"
contributorClass="org.eclipse.pde.internal.ds.ui.editor.DSEditorContributor"
default="true"
icon="$nl$/icons/obj16/ds_obj.gif"
id="org.eclipse.pde.ds.ui.editor"
name="%editors.ds.name">
<contentTypeBinding
contentTypeId="org.eclipse.pde.ds.core.content-type">
</contentTypeBinding>
</editor>
</extension>
<extension
point="org.eclipse.ui.newWizards">
<wizard
category="org.eclipse.pde.PDE"
class="org.eclipse.pde.internal.ds.ui.wizards.DSNewWizard"
icon="$nl$/icons/obj16/ds_wizard_obj.gif"
id="org.eclipse.pde.ds.ui.wizard"
name="%wizard.name">
<description>
%new.wizard.description
</description>
</wizard>
</extension>
<extension point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension targetID="org.eclipse.pde.ui.PDEPerspective">
<newWizardShortcut id="org.eclipse.pde.ds.ui.wizard"/>
</perspectiveExtension>
</extension>
</plugin>