blob: cce3cae737f86ca93c9dfdd130b683e67e23606c [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>
mwenz6aed3ff2010-10-01 09:02:59 +000024 This is the full blown SDK feature of the Graphiti framework containing the framework itself plus the source code, documentation and the tutorial with its source code. Install this feature if you would like to start using Graphiti. Graphiti supports the fast and easy creation of unified graphical tools, which can graphically display and edit underlying domain models using a tool-defined notation.
mwenz691091d2010-07-14 07:47:22 +000025 </description>
26
27 <copyright url="http://www.eclipse.org/legal/epl-v10.html">
28 Copyright (c) 2005, 2010 SAP AG.
29All rights reserved. This program and the accompanying materials
30are made available under the terms of the Eclipse Public License
31v1.0
32which accompanies this distribution, and is available at
33http://www.eclipse.org/legal/epl-v10.html
34 </copyright>
35
36 <license url="%licenseURL">
37 %license
38 </license>
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>