blob: 3c5f7b31fd6997798eb56612764844713b736deb [file] [log] [blame]
mwenz726bc6b2012-04-04 11:16:33 +02001<?xml version="1.0" encoding="UTF-8"?>
mwenz691091d2010-07-14 07:47:22 +00002<!--
3 <copyright>
4
mwenzea1e5dd2011-06-07 12:52:03 +00005 Copyright (c) 2005, 2011 SAP AG.
mwenz691091d2010-07-14 07:47:22 +00006 All rights reserved. This program and the accompanying materials
7 are made available under the terms of the Eclipse Public License v1.0
8 which accompanies this distribution, and is available at
9 http://www.eclipse.org/legal/epl-v10.html
10
11 Contributors:
12 SAP AG - initial API, implementation and documentation
mwenzced46c12011-02-08 13:07:28 +000013 mwenz - Update of Eclipse license
mwenze736fac2011-07-04 12:13:17 +000014 mwenz - Use central Eclipse license feature
mwenz691091d2010-07-14 07:47:22 +000015
16 </copyright>
17
mwenz726bc6b2012-04-04 11:16:33 +020018 -->
19<feature
20 id="org.eclipse.graphiti.sdk.feature"
21 label="%featureName"
mwenz6fd05ee2012-08-10 12:29:49 +020022 version="0.10.0.qualifier"
mwenz726bc6b2012-04-04 11:16:33 +020023 provider-name="%providerName"
24 license-feature="org.eclipse.license"
25 license-feature-version="1.0.0.qualifier">
26
27 <description>
28 %description
29 </description>
30
31 <copyright url="http://www.eclipse.org/legal/epl-v10.html">
mwenzea1e5dd2011-06-07 12:52:03 +000032 Copyright (c) 2005, 2011 SAP AG.
mwenz691091d2010-07-14 07:47:22 +000033All rights reserved. This program and the accompanying materials
34are made available under the terms of the Eclipse Public License
35v1.0
36which accompanies this distribution, and is available at
mwenz726bc6b2012-04-04 11:16:33 +020037http://www.eclipse.org/legal/epl-v10.html
38 </copyright>
39
40 <includes
41 id="org.eclipse.graphiti.feature"
42 version="0.0.0"/>
43
44 <includes
45 id="org.eclipse.graphiti.feature.examples"
46 version="0.0.0"/>
47
48 <includes
49 id="org.eclipse.graphiti.source.feature"
50 version="0.0.0"/>
51
52 <includes
53 id="org.eclipse.graphiti.feature.examples.source"
54 version="0.0.0"/>
55
56 <includes
57 id="org.eclipse.graphiti.feature.tools"
58 version="0.0.0"/>
59
60 <includes
61 id="org.eclipse.graphiti.feature.tools.source"
62 version="0.0.0"/>
63
64</feature>