blob: d3d4f4f0c0d366078871e4a612b1385e29aba6fc [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
mwenz691091d2010-07-14 07:47:22 +000014
15 </copyright>
16
17 -->
18<feature
19 id="org.eclipse.graphiti.sdk.feature"
20 label="%featureName"
mwenz1797ffc2010-11-15 15:25:17 +000021 version="0.8.0.qualifier"
mwenzced46c12011-02-08 13:07:28 +000022 provider-name="%providerName">
mwenz691091d2010-07-14 07:47:22 +000023
24 <description>
mwenz75a43d62011-01-17 14:14:43 +000025 %description
mwenz691091d2010-07-14 07:47:22 +000026 </description>
27
28 <copyright url="http://www.eclipse.org/legal/epl-v10.html">
mwenzea1e5dd2011-06-07 12:52:03 +000029 Copyright (c) 2005, 2011 SAP AG.
mwenz691091d2010-07-14 07:47:22 +000030All rights reserved. This program and the accompanying materials
31are made available under the terms of the Eclipse Public License
32v1.0
33which accompanies this distribution, and is available at
34http://www.eclipse.org/legal/epl-v10.html
35 </copyright>
36
mwenzced46c12011-02-08 13:07:28 +000037 <license url="%licenseURL">
38 %license
39 </license>
40
mwenz8fd3ac82010-09-30 11:27:52 +000041 <includes
42 id="org.eclipse.graphiti.feature"
43 version="0.0.0"/>
44
45 <includes
46 id="org.eclipse.graphiti.feature.examples"
47 version="0.0.0"/>
mwenzd6f630f2010-09-30 10:57:23 +000048
mwenz691091d2010-07-14 07:47:22 +000049 <includes
mwenz9e44e2d2010-07-30 06:33:04 +000050 id="org.eclipse.graphiti.source.feature"
mwenz691091d2010-07-14 07:47:22 +000051 version="0.0.0"/>
mwenzd6f630f2010-09-30 10:57:23 +000052
mwenz691091d2010-07-14 07:47:22 +000053 <includes
54 id="org.eclipse.graphiti.feature.examples.source"
55 version="0.0.0"/>
mwenzd6f630f2010-09-30 10:57:23 +000056
mwenz691091d2010-07-14 07:47:22 +000057</feature>