Michael Wenz | 06fccde | 2014-04-16 16:35:18 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
mwenz | 726bc6b | 2012-04-04 11:16:33 +0200 | [diff] [blame] | 2 | <!-- |
Michael Wenz | ad1d24a | 2019-04-16 13:44:26 +0200 | [diff] [blame] | 3 | ********************************************************************** |
| 4 | * Copyright (c) 2005, 2019 SAP SE |
| 5 | * |
| 6 | * This program and the accompanying materials are made |
| 7 | * available under the terms of the Eclipse Public License 2.0 |
| 8 | * which is available at https://www.eclipse.org/legal/epl-2.0/ |
| 9 | * |
| 10 | * Contributors: |
| 11 | * SAP SE - initial API, implementation and documentation |
| 12 | * |
| 13 | * SPDX-License-Identifier: EPL-2.0 |
| 14 | *********************************************************************** |
Michael Wenz | 06fccde | 2014-04-16 16:35:18 +0200 | [diff] [blame] | 15 | --> |
| 16 | <feature |
| 17 | id="org.eclipse.graphiti.feature.tools" |
| 18 | label="%featureName" |
Michael Wenz | 822fe13 | 2018-08-10 15:22:31 +0200 | [diff] [blame] | 19 | version="0.16.0.qualifier" |
Michael Wenz | 06fccde | 2014-04-16 16:35:18 +0200 | [diff] [blame] | 20 | provider-name="%providerName" |
| 21 | license-feature="org.eclipse.license" |
Michael Wenz | 8dbb63b | 2016-12-30 15:44:29 +0100 | [diff] [blame] | 22 | license-feature-version="0.0.0"> |
Michael Wenz | 06fccde | 2014-04-16 16:35:18 +0200 | [diff] [blame] | 23 | |
| 24 | <description> |
| 25 | %description |
| 26 | </description> |
| 27 | |
Michael Wenz | 9592099 | 2019-05-03 13:53:07 +0200 | [diff] [blame^] | 28 | <copyright url="https://www.eclipse.org/legal/epl-2.0/"> |
| 29 | (c) 2005, 2019 SAP SE. |
mwenz | 726bc6b | 2012-04-04 11:16:33 +0200 | [diff] [blame] | 30 | All rights reserved. This program and the accompanying materials |
| 31 | are made available under the terms of the Eclipse Public License |
Michael Wenz | 9592099 | 2019-05-03 13:53:07 +0200 | [diff] [blame^] | 32 | v2.0 |
mwenz | 726bc6b | 2012-04-04 11:16:33 +0200 | [diff] [blame] | 33 | which accompanies this distribution, and is available at |
Michael Wenz | 9592099 | 2019-05-03 13:53:07 +0200 | [diff] [blame^] | 34 | https://www.eclipse.org/legal/epl-2.0/ |
Michael Wenz | 06fccde | 2014-04-16 16:35:18 +0200 | [diff] [blame] | 35 | </copyright> |
| 36 | |
Michael Wenz | 0ad4dd4 | 2016-12-30 14:15:14 +0100 | [diff] [blame] | 37 | <license url="%licenseURL"> |
| 38 | %license |
| 39 | </license> |
| 40 | |
Michael Wenz | 06fccde | 2014-04-16 16:35:18 +0200 | [diff] [blame] | 41 | <plugin |
| 42 | id="org.eclipse.graphiti.tools.newprojectwizard" |
| 43 | download-size="0" |
| 44 | install-size="0" |
Michael Wenz | 822fe13 | 2018-08-10 15:22:31 +0200 | [diff] [blame] | 45 | version="0.16.0.qualifier" |
Michael Wenz | 06fccde | 2014-04-16 16:35:18 +0200 | [diff] [blame] | 46 | unpack="false"/> |
| 47 | |
| 48 | </feature> |