<?xml version="1.0" encoding="UTF-8"?> | |
<?eclipse version="3.4"?> | |
<!-- | |
<copyright> | |
Copyright (c) 2012, 2012 SAP AG. | |
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: | |
SAP AG - initial API, implementation and documentation | |
</copyright> | |
--> | |
<plugin> | |
<extension | |
point="org.eclipse.pde.ui.pluginContent"> | |
<wizard | |
class="org.eclipse.graphiti.tools.newprojectwizard.internal.NewGraphitiEditorWizard" | |
icon="icons/diagram.gif" | |
id="org.eclipse.graphiti.tools.newprojectwizard.newgraphitieditorwizard" | |
java="true" | |
name="%pluginContent.newgraphitieditorwizard.name" | |
pureOSGi="false" | |
rcp="false" | |
requiresActivator="false" | |
ui-content="true"> | |
<description> | |
%pluginContent.newgraphitieditorwizard.description | |
</description> | |
</wizard> | |
</extension> | |
<extension | |
point="org.eclipse.ui.newWizards"> | |
<wizard | |
class="org.eclipse.graphiti.tools.newprojectwizard.internal.NewGraphitiPluginProjectWizard" | |
finalPerspective="org.eclipse.pde.ui.PDEPerspective" | |
hasPages="true" | |
icon="icons/diagram.gif" | |
id="org.eclipse.graphiti.tools.newprojectwizard.newgraphitipluginwizard" | |
name="%wizard.name.0" | |
project="true"> | |
</wizard> | |
</extension> | |
</plugin> |