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 |
mwenz | ced46c1 | 2011-02-08 13:07:28 +0000 | [diff] [blame] | 13 | mwenz - Update of Eclipse license |
mwenz | 691091d | 2010-07-14 07:47:22 +0000 | [diff] [blame] | 14 | |
| 15 | </copyright> |
| 16 | |
| 17 | --> |
| 18 | <feature |
| 19 | id="org.eclipse.graphiti.sdk.feature" |
| 20 | label="%featureName" |
mwenz | 1797ffc | 2010-11-15 15:25:17 +0000 | [diff] [blame] | 21 | version="0.8.0.qualifier" |
mwenz | ced46c1 | 2011-02-08 13:07:28 +0000 | [diff] [blame] | 22 | provider-name="%providerName"> |
mwenz | 691091d | 2010-07-14 07:47:22 +0000 | [diff] [blame] | 23 | |
| 24 | <description> |
mwenz | 75a43d6 | 2011-01-17 14:14:43 +0000 | [diff] [blame] | 25 | %description |
mwenz | 691091d | 2010-07-14 07:47:22 +0000 | [diff] [blame] | 26 | </description> |
| 27 | |
| 28 | <copyright url="http://www.eclipse.org/legal/epl-v10.html"> |
| 29 | Copyright (c) 2005, 2010 SAP AG. |
| 30 | All rights reserved. This program and the accompanying materials |
| 31 | are made available under the terms of the Eclipse Public License |
| 32 | v1.0 |
| 33 | which accompanies this distribution, and is available at |
| 34 | http://www.eclipse.org/legal/epl-v10.html |
| 35 | </copyright> |
| 36 | |
mwenz | ced46c1 | 2011-02-08 13:07:28 +0000 | [diff] [blame] | 37 | <license url="%licenseURL"> |
| 38 | %license |
| 39 | </license> |
| 40 | |
mwenz | 8fd3ac8 | 2010-09-30 11:27:52 +0000 | [diff] [blame] | 41 | <includes |
| 42 | id="org.eclipse.graphiti.feature" |
| 43 | version="0.0.0"/> |
| 44 | |
| 45 | <includes |
| 46 | id="org.eclipse.graphiti.feature.examples" |
| 47 | version="0.0.0"/> |
mwenz | d6f630f | 2010-09-30 10:57:23 +0000 | [diff] [blame] | 48 | |
mwenz | 691091d | 2010-07-14 07:47:22 +0000 | [diff] [blame] | 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"/> |
mwenz | d6f630f | 2010-09-30 10:57:23 +0000 | [diff] [blame] | 52 | |
mwenz | 691091d | 2010-07-14 07:47:22 +0000 | [diff] [blame] | 53 | <includes |
| 54 | id="org.eclipse.graphiti.feature.examples.source" |
| 55 | version="0.0.0"/> |
mwenz | d6f630f | 2010-09-30 10:57:23 +0000 | [diff] [blame] | 56 | |
mwenz | 691091d | 2010-07-14 07:47:22 +0000 | [diff] [blame] | 57 | </feature> |