mwenz | 726bc6b | 2012-04-04 11:16:33 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
mwenz | 691091d | 2010-07-14 07:47:22 +0000 | [diff] [blame] | 2 | <!-- |
| 3 | <copyright> |
| 4 | |
mwenz | ea1e5dd | 2011-06-07 12:52:03 +0000 | [diff] [blame] | 5 | Copyright (c) 2005, 2011 SAP AG. |
mwenz | 691091d | 2010-07-14 07:47:22 +0000 | [diff] [blame] | 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 | e736fac | 2011-07-04 12:13:17 +0000 | [diff] [blame] | 14 | mwenz - Use central Eclipse license feature |
mwenz | 691091d | 2010-07-14 07:47:22 +0000 | [diff] [blame] | 15 | |
| 16 | </copyright> |
| 17 | |
mwenz | 726bc6b | 2012-04-04 11:16:33 +0200 | [diff] [blame] | 18 | -->
|
| 19 | <feature
|
| 20 | id="org.eclipse.graphiti.sdk.feature"
|
| 21 | label="%featureName"
|
mwenz | 6fd05ee | 2012-08-10 12:29:49 +0200 | [diff] [blame] | 22 | version="0.10.0.qualifier"
|
mwenz | 726bc6b | 2012-04-04 11:16:33 +0200 | [diff] [blame] | 23 | provider-name="%providerName"
|
| 24 | license-feature="org.eclipse.license"
|
| 25 | license-feature-version="1.0.0.qualifier">
|
| 26 |
|
| 27 | <description>
|
| 28 | %description
|
| 29 | </description>
|
| 30 |
|
| 31 | <copyright url="http://www.eclipse.org/legal/epl-v10.html">
|
mwenz | ea1e5dd | 2011-06-07 12:52:03 +0000 | [diff] [blame] | 32 | Copyright (c) 2005, 2011 SAP AG. |
mwenz | 691091d | 2010-07-14 07:47:22 +0000 | [diff] [blame] | 33 | All rights reserved. This program and the accompanying materials |
| 34 | are made available under the terms of the Eclipse Public License |
| 35 | v1.0 |
| 36 | which accompanies this distribution, and is available at |
mwenz | 726bc6b | 2012-04-04 11:16:33 +0200 | [diff] [blame] | 37 | http://www.eclipse.org/legal/epl-v10.html
|
| 38 | </copyright>
|
| 39 |
|
| 40 | <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"/>
|
| 47 |
|
| 48 | <includes
|
| 49 | id="org.eclipse.graphiti.source.feature"
|
| 50 | version="0.0.0"/>
|
| 51 |
|
| 52 | <includes
|
| 53 | id="org.eclipse.graphiti.feature.examples.source"
|
| 54 | version="0.0.0"/>
|
| 55 |
|
| 56 | <includes
|
| 57 | id="org.eclipse.graphiti.feature.tools"
|
| 58 | version="0.0.0"/>
|
| 59 |
|
| 60 | <includes
|
| 61 | id="org.eclipse.graphiti.feature.tools.source"
|
| 62 | version="0.0.0"/>
|
| 63 |
|
| 64 | </feature>
|