blob: 46ff7960483f05ff719ea9516022791200c77d1b [file] [log] [blame]
mwenz691091d2010-07-14 07:47:22 +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.sdk.feature"
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. This is the full blown
27SDK
28feature containing the framework itself plus the source code,
29documentation and examples with their source code.
30 </description>
31
32 <copyright url="http://www.eclipse.org/legal/epl-v10.html">
33 Copyright (c) 2005, 2010 SAP AG.
34All rights reserved. This program and the accompanying materials
35are made available under the terms of the Eclipse Public License
36v1.0
37which accompanies this distribution, and is available at
38http://www.eclipse.org/legal/epl-v10.html
39 </copyright>
40
41 <license url="%licenseURL">
42 %license
43 </license>
44
45 <includes
46 id="org.eclipse.graphiti.feature"
47 version="0.0.0"/>
48
49 <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"/>
52
53 <includes
54 id="org.eclipse.graphiti.feature.examples"
55 version="0.0.0"/>
56
57 <includes
58 id="org.eclipse.graphiti.feature.examples.source"
59 version="0.0.0"/>
60
61</feature>