blob: 1ea2c8fb5bdc9e8b1b8785f09ad0d8f52b850876 [file] [log] [blame]
mwenz691091d2010-07-14 07:47:22 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!--
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
18 -->
19<feature
20 id="org.eclipse.graphiti.sdk.feature"
21 label="%featureName"
tkaiser100f2ae2011-06-29 12:51:18 +000022 version="0.9.0.qualifier"
mwenze736fac2011-07-04 12:13:17 +000023 provider-name="%providerName"
24 license-feature="org.eclipse.license"
25 license-feature-version="1.0.0.qualifier">
mwenz691091d2010-07-14 07:47:22 +000026
27 <description>
mwenz75a43d62011-01-17 14:14:43 +000028 %description
mwenz691091d2010-07-14 07:47:22 +000029 </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
37http://www.eclipse.org/legal/epl-v10.html
38 </copyright>
39
mwenz8fd3ac82010-09-30 11:27:52 +000040 <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"/>
mwenzd6f630f2010-09-30 10:57:23 +000047
mwenz691091d2010-07-14 07:47:22 +000048 <includes
mwenz9e44e2d2010-07-30 06:33:04 +000049 id="org.eclipse.graphiti.source.feature"
mwenz691091d2010-07-14 07:47:22 +000050 version="0.0.0"/>
mwenzd6f630f2010-09-30 10:57:23 +000051
mwenz691091d2010-07-14 07:47:22 +000052 <includes
53 id="org.eclipse.graphiti.feature.examples.source"
54 version="0.0.0"/>
mwenzd6f630f2010-09-30 10:57:23 +000055
mwenz691091d2010-07-14 07:47:22 +000056</feature>