blob: fa652b549723c66a68989ffa880fc457f61b9f6f [file] [log] [blame]
Michael Wenz06fccde2014-04-16 16:35:18 +02001<?xml version="1.0" encoding="UTF-8"?>
mwenzb5dc2f92010-06-16 13:24:52 +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 - Added capabilities plugin
14* mwenz - Use central Eclipse license feature
15* mwenz - Added composite example
16*
17* SPDX-License-Identifier: EPL-2.0
18***********************************************************************
Michael Wenz06fccde2014-04-16 16:35:18 +020019 -->
20<feature
21 id="org.eclipse.graphiti.feature.examples"
22 label="%featureName"
Michael Wenz822fe132018-08-10 15:22:31 +020023 version="0.16.0.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +020024 provider-name="%providerName"
25 license-feature="org.eclipse.license"
Michael Wenz8dbb63b2016-12-30 15:44:29 +010026 license-feature-version="0.0.0">
Michael Wenz06fccde2014-04-16 16:35:18 +020027
28 <description>
29 %description
30 </description>
31
Michael Wenz95920992019-05-03 13:53:07 +020032 <copyright url="https://www.eclipse.org/legal/epl-2.0/">
33 (c) 2005, 2019 SAP SE.
mwenzb5dc2f92010-06-16 13:24:52 +000034All rights reserved. This program and the accompanying materials
35are made available under the terms of the Eclipse Public License
Michael Wenz95920992019-05-03 13:53:07 +020036v2.0
mwenzb5dc2f92010-06-16 13:24:52 +000037which accompanies this distribution, and is available at
Michael Wenz95920992019-05-03 13:53:07 +020038https://www.eclipse.org/legal/epl-2.0/
Michael Wenz06fccde2014-04-16 16:35:18 +020039 </copyright>
40
Michael Wenz0ad4dd42016-12-30 14:15:14 +010041 <license url="%licenseURL">
42 %license
43 </license>
44
Michael Wenz06fccde2014-04-16 16:35:18 +020045 <plugin
46 id="org.eclipse.graphiti.doc"
47 download-size="0"
48 install-size="0"
Michael Wenz822fe132018-08-10 15:22:31 +020049 version="0.16.0.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +020050 unpack="false"/>
51
52 <plugin
53 id="org.eclipse.graphiti.examples.common"
54 download-size="0"
55 install-size="0"
Michael Wenz822fe132018-08-10 15:22:31 +020056 version="0.16.0.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +020057 unpack="false"/>
58
59 <plugin
60 id="org.eclipse.graphiti.examples.tutorial"
61 download-size="0"
62 install-size="0"
Michael Wenz822fe132018-08-10 15:22:31 +020063 version="0.16.0.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +020064 unpack="false"/>
65
66 <plugin
67 id="org.eclipse.graphiti.ui.capabilities"
68 download-size="0"
69 install-size="0"
Michael Wenz822fe132018-08-10 15:22:31 +020070 version="0.16.0.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +020071 unpack="false"/>
72
73 <plugin
74 id="org.eclipse.graphiti.examples.chess"
75 download-size="0"
76 install-size="0"
Michael Wenz822fe132018-08-10 15:22:31 +020077 version="0.16.0.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +020078 unpack="false"/>
79
80 <plugin
81 id="org.eclipse.graphiti.examples.filesystem"
82 download-size="0"
83 install-size="0"
Michael Wenz822fe132018-08-10 15:22:31 +020084 version="0.16.0.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +020085 unpack="false"/>
86
87 <plugin
88 id="org.eclipse.graphiti.examples.filesystem.mm"
89 download-size="0"
90 install-size="0"
Michael Wenz822fe132018-08-10 15:22:31 +020091 version="0.16.0.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +020092 unpack="false"/>
93
94 <plugin
95 id="org.eclipse.graphiti.examples.composite"
96 download-size="0"
97 install-size="0"
Michael Wenz822fe132018-08-10 15:22:31 +020098 version="0.16.0.qualifier"
Michael Wenz06fccde2014-04-16 16:35:18 +020099 unpack="false"/>
100
101</feature>