Michael Wenz | 06fccde | 2014-04-16 16:35:18 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
mwenz | 691091d | 2010-07-14 07:47:22 +0000 | [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 | * mwenz - Update of Eclipse license |
| 13 | * mwenz - Use central Eclipse license feature |
| 14 | * |
| 15 | * SPDX-License-Identifier: EPL-2.0 |
| 16 | *********************************************************************** |
Michael Wenz | 06fccde | 2014-04-16 16:35:18 +0200 | [diff] [blame] | 17 | --> |
| 18 | <feature |
| 19 | id="org.eclipse.graphiti.sdk.feature" |
| 20 | label="%featureName" |
Michael Wenz | 822fe13 | 2018-08-10 15:22:31 +0200 | [diff] [blame] | 21 | version="0.16.0.qualifier" |
Michael Wenz | 06fccde | 2014-04-16 16:35:18 +0200 | [diff] [blame] | 22 | provider-name="%providerName" |
| 23 | license-feature="org.eclipse.license" |
Michael Wenz | 8dbb63b | 2016-12-30 15:44:29 +0100 | [diff] [blame] | 24 | license-feature-version="0.0.0"> |
Michael Wenz | 06fccde | 2014-04-16 16:35:18 +0200 | [diff] [blame] | 25 | |
| 26 | <description> |
| 27 | %description |
| 28 | </description> |
| 29 | |
Michael Wenz | 9592099 | 2019-05-03 13:53:07 +0200 | [diff] [blame^] | 30 | <copyright url="https://www.eclipse.org/legal/epl-2.0/"> |
| 31 | (c) 2005, 2019 SAP SE. |
mwenz | 691091d | 2010-07-14 07:47:22 +0000 | [diff] [blame] | 32 | All rights reserved. This program and the accompanying materials |
| 33 | are made available under the terms of the Eclipse Public License |
Michael Wenz | 9592099 | 2019-05-03 13:53:07 +0200 | [diff] [blame^] | 34 | v2.0 |
mwenz | 691091d | 2010-07-14 07:47:22 +0000 | [diff] [blame] | 35 | which accompanies this distribution, and is available at |
Michael Wenz | 9592099 | 2019-05-03 13:53:07 +0200 | [diff] [blame^] | 36 | https://www.eclipse.org/legal/epl-2.0/ |
Michael Wenz | 06fccde | 2014-04-16 16:35:18 +0200 | [diff] [blame] | 37 | </copyright> |
| 38 | |
Michael Wenz | 0ad4dd4 | 2016-12-30 14:15:14 +0100 | [diff] [blame] | 39 | <license url="%licenseURL"> |
| 40 | %license |
| 41 | </license> |
| 42 | |
Michael Wenz | 06fccde | 2014-04-16 16:35:18 +0200 | [diff] [blame] | 43 | <includes |
| 44 | id="org.eclipse.graphiti.feature" |
| 45 | version="0.0.0"/> |
| 46 | |
| 47 | <includes |
| 48 | id="org.eclipse.graphiti.feature.examples" |
| 49 | version="0.0.0"/> |
| 50 | |
| 51 | <includes |
Michael Wenz | 06fccde | 2014-04-16 16:35:18 +0200 | [diff] [blame] | 52 | id="org.eclipse.graphiti.feature.tools" |
| 53 | version="0.0.0"/> |
| 54 | |
Michael Wenz | 06fccde | 2014-04-16 16:35:18 +0200 | [diff] [blame] | 55 | </feature> |