Michael Wenz | 06fccde | 2014-04-16 16:35:18 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.4"?> |
| 3 | <!-- |
Michael Wenz | ad1d24a | 2019-04-16 13:44:26 +0200 | [diff] [blame] | 4 | ********************************************************************** |
| 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 Wenz | 06fccde | 2014-04-16 16:35:18 +0200 | [diff] [blame] | 16 | --> |
| 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> |