blob: ea8f2a8953bf5e2203224b168ace851d5b7f2491 [file] [log] [blame]
Michael Wenz06fccde2014-04-16 16:35:18 +02001<?xml version="1.0" encoding="UTF-8"?>
mwenz691091d2010-07-14 07:47:22 +00002<!--
Michael Wenzad1d24a2019-04-16 13:44:26 +02003**********************************************************************
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 Wenz06fccde2014-04-16 16:35:18 +020017 -->
18<feature
19 id="org.eclipse.graphiti.sdk.feature"
20 label="%featureName"
Michael Wenz822fe132018-08-10 15:22:31 +020021 version="0.16.0.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +020022 provider-name="%providerName"
23 license-feature="org.eclipse.license"
Michael Wenz8dbb63b2016-12-30 15:44:29 +010024 license-feature-version="0.0.0">
Michael Wenz06fccde2014-04-16 16:35:18 +020025
26 <description>
27 %description
28 </description>
29
Michael Wenz95920992019-05-03 13:53:07 +020030 <copyright url="https://www.eclipse.org/legal/epl-2.0/">
31 (c) 2005, 2019 SAP SE.
mwenz691091d2010-07-14 07:47:22 +000032All rights reserved. This program and the accompanying materials
33are made available under the terms of the Eclipse Public License
Michael Wenz95920992019-05-03 13:53:07 +020034v2.0
mwenz691091d2010-07-14 07:47:22 +000035which accompanies this distribution, and is available at
Michael Wenz95920992019-05-03 13:53:07 +020036https://www.eclipse.org/legal/epl-2.0/
Michael Wenz06fccde2014-04-16 16:35:18 +020037 </copyright>
38
Michael Wenz0ad4dd42016-12-30 14:15:14 +010039 <license url="%licenseURL">
40 %license
41 </license>
42
Michael Wenz06fccde2014-04-16 16:35:18 +020043 <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 Wenz06fccde2014-04-16 16:35:18 +020052 id="org.eclipse.graphiti.feature.tools"
53 version="0.0.0"/>
54
Michael Wenz06fccde2014-04-16 16:35:18 +020055</feature>