mwenz | 691091d | 2010-07-14 07:47:22 +0000 | [diff] [blame] | 1 | <?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 |
| 25 | tools, which can graphically display and edit underlying domain |
| 26 | models using a tool-defined notation. This is the full blown |
| 27 | SDK |
| 28 | feature containing the framework itself plus the source code, |
| 29 | documentation 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. |
| 34 | All rights reserved. This program and the accompanying materials |
| 35 | are made available under the terms of the Eclipse Public License |
| 36 | v1.0 |
| 37 | which accompanies this distribution, and is available at |
| 38 | http://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 |
mwenz | 9e44e2d | 2010-07-30 06:33:04 +0000 | [diff] [blame^] | 50 | id="org.eclipse.graphiti.source.feature" |
mwenz | 691091d | 2010-07-14 07:47:22 +0000 | [diff] [blame] | 51 | 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> |