blob: a1711e280c9138520e427023306153237d7d33ab [file] [log] [blame]
Michael Wenz06fccde2014-04-16 16:35:18 +02001<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.4"?>
3<!--
Michael Wenzad1d24a2019-04-16 13:44:26 +02004**********************************************************************
5* Copyright (c) 2012, 2019 SAP SE
6*
7* This program and the accompanying materials are made
8* available under the terms of the Eclipse Public License 2.0
9* which is available at https://www.eclipse.org/legal/epl-2.0/
10*
11* Contributors:
12* SAP SE - initial API, implementation and documentation
13*
14* SPDX-License-Identifier: EPL-2.0
15***********************************************************************
Michael Wenz06fccde2014-04-16 16:35:18 +020016 -->
17<plugin>
18 <extension
19 point="org.eclipse.pde.ui.pluginContent">
20 <wizard
21 class="org.eclipse.graphiti.tools.newprojectwizard.internal.NewGraphitiEditorWizard"
22 icon="icons/diagram.gif"
23 id="org.eclipse.graphiti.tools.newprojectwizard.newgraphitieditorwizard"
24 java="true"
25 name="%pluginContent.newgraphitieditorwizard.name"
26 pureOSGi="false"
27 rcp="false"
28 requiresActivator="false"
29 ui-content="true">
30 <description>
31 %pluginContent.newgraphitieditorwizard.description
32 </description>
33 </wizard>
34 </extension>
35
36</plugin>