blob: ace9571a5e108f0a0a211b3cd3d912640cf5805c [file] [log] [blame]
mwenzb5dc2f92010-06-16 13:24:52 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 <copyright>
4
mwenz892cee62011-06-07 12:52:04 +00005 Copyright (c) 2005, 2011 SAP AG.
mwenzb5dc2f92010-06-16 13:24:52 +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
mwenzb69a7182011-02-08 13:07:30 +000013 mwenz - Update of Eclipse license
mwenz5b10f792011-02-09 10:15:33 +000014 mwenz - Added capabilities plugin
mwenzb5dc2f92010-06-16 13:24:52 +000015
16 </copyright>
17
18 -->
19<feature
20 id="org.eclipse.graphiti.feature.examples"
21 label="%featureName"
mwenz243a06a2010-11-15 15:25:20 +000022 version="0.8.0.qualifier"
mwenzb69a7182011-02-08 13:07:30 +000023 provider-name="%providerName">
mwenzb5dc2f92010-06-16 13:24:52 +000024
25 <description>
mwenzed0fea12011-01-17 14:14:41 +000026 %description
mwenzb5dc2f92010-06-16 13:24:52 +000027 </description>
28
29 <copyright url="http://www.eclipse.org/legal/epl-v10.html">
mwenz892cee62011-06-07 12:52:04 +000030 Copyright (c) 2005, 2011 SAP AG.
mwenzb5dc2f92010-06-16 13:24:52 +000031All rights reserved. This program and the accompanying materials
32are made available under the terms of the Eclipse Public License
33v1.0
34which accompanies this distribution, and is available at
35http://www.eclipse.org/legal/epl-v10.html
36 </copyright>
37
mwenzb69a7182011-02-08 13:07:30 +000038 <license url="%licenseURL">
39 %license
40 </license>
41
mwenzb5dc2f92010-06-16 13:24:52 +000042 <plugin
43 id="org.eclipse.graphiti.doc"
44 download-size="0"
45 install-size="0"
mwenz243a06a2010-11-15 15:25:20 +000046 version="0.8.0.qualifier"
mwenzb5dc2f92010-06-16 13:24:52 +000047 unpack="false"/>
48
49 <plugin
50 id="org.eclipse.graphiti.examples.common"
51 download-size="0"
52 install-size="0"
mwenz243a06a2010-11-15 15:25:20 +000053 version="0.8.0.qualifier"
mwenzb5dc2f92010-06-16 13:24:52 +000054 unpack="false"/>
55
56 <plugin
57 id="org.eclipse.graphiti.examples.tutorial"
58 download-size="0"
59 install-size="0"
mwenz243a06a2010-11-15 15:25:20 +000060 version="0.8.0.qualifier"
mwenzb5dc2f92010-06-16 13:24:52 +000061 unpack="false"/>
62
mwenz5b10f792011-02-09 10:15:33 +000063 <plugin
64 id="org.eclipse.graphiti.ui.capabilities"
65 download-size="0"
66 install-size="0"
67 version="0.8.0.qualifier"
68 unpack="false"/>
69
mwenzb5dc2f92010-06-16 13:24:52 +000070</feature>