blob: 4dc6312232703d994bc5d667485d657a43d39f2a [file] [log] [blame]
Michael Wenz06fccde2014-04-16 16:35:18 +02001<?xml version="1.0" encoding="UTF-8"?>
mwenz726bc6b2012-04-04 11:16:33 +02002<!--
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*
13* SPDX-License-Identifier: EPL-2.0
14***********************************************************************
Michael Wenz06fccde2014-04-16 16:35:18 +020015 -->
16<feature
17 id="org.eclipse.graphiti.feature.tools"
18 label="%featureName"
Michael Wenz822fe132018-08-10 15:22:31 +020019 version="0.16.0.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +020020 provider-name="%providerName"
21 license-feature="org.eclipse.license"
Michael Wenz8dbb63b2016-12-30 15:44:29 +010022 license-feature-version="0.0.0">
Michael Wenz06fccde2014-04-16 16:35:18 +020023
24 <description>
25 %description
26 </description>
27
Michael Wenz95920992019-05-03 13:53:07 +020028 <copyright url="https://www.eclipse.org/legal/epl-2.0/">
29 (c) 2005, 2019 SAP SE.
mwenz726bc6b2012-04-04 11:16:33 +020030All rights reserved. This program and the accompanying materials
31are made available under the terms of the Eclipse Public License
Michael Wenz95920992019-05-03 13:53:07 +020032v2.0
mwenz726bc6b2012-04-04 11:16:33 +020033which accompanies this distribution, and is available at
Michael Wenz95920992019-05-03 13:53:07 +020034https://www.eclipse.org/legal/epl-2.0/
Michael Wenz06fccde2014-04-16 16:35:18 +020035 </copyright>
36
Michael Wenz0ad4dd42016-12-30 14:15:14 +010037 <license url="%licenseURL">
38 %license
39 </license>
40
Michael Wenz06fccde2014-04-16 16:35:18 +020041 <plugin
42 id="org.eclipse.graphiti.tools.newprojectwizard"
43 download-size="0"
44 install-size="0"
Michael Wenz822fe132018-08-10 15:22:31 +020045 version="0.16.0.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +020046 unpack="false"/>
47
48</feature>