Stephan Herrmann | cd0f707 | 2011-06-13 16:43:35 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <feature |
| 3 | id="org.eclipse.objectteams.mvn.feature" |
| 4 | label="%featureName" |
Stephan Herrmann | 760d8f9 | 2016-06-12 15:05:20 +0200 | [diff] [blame] | 5 | version="1.0.2.qualifier" |
Stephan Herrmann | cd0f707 | 2011-06-13 16:43:35 +0000 | [diff] [blame] | 6 | provider-name="%providerName" |
| 7 | plugin="org.eclipse.objectteams.mvn"> |
| 8 | |
| 9 | <description url="http://www.example.com/description"> |
| 10 | This feature integrates support for Object Teams into the m2e plug-in |
| 11 | to the end that Maven managend OT/J projects can be easily created |
| 12 | and developed within Eclipse. |
| 13 | </description> |
| 14 | |
| 15 | <copyright> |
| 16 | Copyright (c) 2011 GK Software AG and others. |
| 17 | Author: Stephan Herrmann |
| 18 | </copyright> |
| 19 | |
| 20 | <license url="%licenseURL"> |
| 21 | %license |
| 22 | </license> |
| 23 | |
| 24 | <url> |
| 25 | <update label="Object Teams Contributions" url="http://download.eclipse.org/objectteams/updates/contrib"/> |
| 26 | </url> |
| 27 | |
| 28 | <plugin |
| 29 | id="org.eclipse.objectteams.mvn" |
| 30 | download-size="0" |
| 31 | install-size="0" |
| 32 | version="0.0.0" |
| 33 | unpack="false"/> |
| 34 | |
| 35 | </feature> |