Stephan Herrmann | c1c92fd | 2017-03-05 20:01:24 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <feature |
| 3 | id="org.eclipse.objectteams.otequinox.otre" |
| 4 | label="%featureName" |
Stephan Herrmann | 38841ab | 2018-07-24 23:39:27 +0200 | [diff] [blame] | 5 | version="2.7.1.qualifier" |
Stephan Herrmann | c1c92fd | 2017-03-05 20:01:24 +0100 | [diff] [blame] | 6 | provider-name="%providerName" |
| 7 | plugin="org.eclipse.objectteams.otequinox" |
| 8 | colocation-affinity="org.eclipse.rcp"> |
| 9 | |
| 10 | <description url="http://www.eclipse.org/objectteams"> |
| 11 | This feature enables Equinox to run plugins written in OT/J. |
| 12 | </description> |
| 13 | |
| 14 | <copyright> |
| 15 | The copyright is held by the Technische Unversität Berlin |
| 16 | Author: Stephan Herrmann. |
| 17 | </copyright> |
| 18 | |
| 19 | <license url="%licenseURL"> |
| 20 | %license |
| 21 | </license> |
| 22 | |
| 23 | <url> |
Stephan Herrmann | 38841ab | 2018-07-24 23:39:27 +0200 | [diff] [blame] | 24 | <update label="Object Teams Updates" url="http://download.eclipse.org/objectteams/updates/ot2.7"/> |
Stephan Herrmann | b946485 | 2017-06-06 16:20:00 +0200 | [diff] [blame] | 25 | <discovery label="Orbit Repository" url="http://download.eclipse.org/tools/orbit/downloads/drops/R20170516192513/repository"/> |
Stephan Herrmann | c1c92fd | 2017-03-05 20:01:24 +0100 | [diff] [blame] | 26 | </url> |
| 27 | |
| 28 | <plugin |
| 29 | id="org.eclipse.objectteams.runtime" |
| 30 | download-size="89" |
| 31 | install-size="202" |
| 32 | version="0.0.0" |
| 33 | unpack="false"/> |
| 34 | |
| 35 | <plugin |
| 36 | id="org.eclipse.objectteams.otre" |
| 37 | download-size="89" |
| 38 | install-size="202" |
| 39 | version="0.0.0" |
| 40 | unpack="false"/> |
| 41 | |
| 42 | <plugin |
| 43 | id="org.apache.bcel" |
| 44 | download-size="0" |
| 45 | install-size="0" |
| 46 | version="0.0.0" |
| 47 | unpack="false"/> |
| 48 | |
| 49 | <plugin |
| 50 | id="org.eclipse.objectteams.otequinox" |
| 51 | download-size="27" |
| 52 | install-size="52" |
| 53 | version="0.0.0" |
| 54 | unpack="true"/> |
| 55 | |
| 56 | <plugin |
| 57 | id="org.eclipse.objectteams.otequinox.branding.otre" |
| 58 | download-size="15" |
| 59 | install-size="20" |
| 60 | version="0.0.0" |
| 61 | unpack="false"/> |
| 62 | |
| 63 | <plugin |
| 64 | id="org.eclipse.objectteams.eclipse.monitor" |
| 65 | download-size="12" |
| 66 | install-size="22" |
| 67 | version="0.0.0" |
| 68 | unpack="false"/> |
| 69 | |
| 70 | </feature> |