blob: 9a042946314da6f3659029b992b2d7bd887f7699 [file] [log] [blame]
mwenzb5dc2f92010-06-16 13:24:52 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 <copyright>
4
5 Copyright (c) 2005, 2010 SAP AG.
6 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
13
14 </copyright>
15
16 -->
17<feature
18 id="org.eclipse.graphiti.feature.examples"
19 label="%featureName"
20 version="0.7.0.qualifier"
21 provider-name="%providerName">
22
23 <description>
24 Graphiti supports the fast and easy creation of unified graphical
25tools, which can graphically display and edit underlying domain
26models using a tool-defined notation. These are some examples how to build tools on top of Graphiti.
27 </description>
28
29 <copyright url="http://www.eclipse.org/legal/epl-v10.html">
30 Copyright (c) 2005, 2010 SAP AG.
31All 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
38 <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"
46 version="0.7.0.qualifier"
47 unpack="false"/>
48
49 <plugin
50 id="org.eclipse.graphiti.examples.common"
51 download-size="0"
52 install-size="0"
53 version="0.7.0.qualifier"
54 unpack="false"/>
55
56 <plugin
57 id="org.eclipse.graphiti.examples.tutorial"
58 download-size="0"
59 install-size="0"
60 version="0.7.0.qualifier"
61 unpack="false"/>
62
63</feature>