aplatov | 037307a | 2007-05-12 09:23:59 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <feature |
| 3 | id="org.eclipse.dltk.core.tests" |
| 4 | label="%featureName" |
asobolev | 131d251 | 2008-08-15 06:18:41 +0000 | [diff] [blame^] | 5 | version="1.0.0.qualifier" |
aplatov | 037307a | 2007-05-12 09:23:59 +0000 | [diff] [blame] | 6 | provider-name="%featureProvider"> |
| 7 | |
| 8 | <description> |
| 9 | %description |
| 10 | </description> |
| 11 | |
| 12 | <copyright> |
| 13 | %copyright |
| 14 | </copyright> |
| 15 | |
| 16 | <license url="%licenseURL"> |
| 17 | %license |
| 18 | </license> |
| 19 | |
| 20 | <url> |
| 21 | <update label="%updateSiteName" url="http://download.eclipse.org/technology/dltk/updates/"/> |
| 22 | </url> |
| 23 | |
| 24 | <plugin |
| 25 | id="org.eclipse.dltk.core.tests" |
| 26 | download-size="0" |
| 27 | install-size="0" |
| 28 | version="0.0.0"/> |
| 29 | |
| 30 | <plugin |
| 31 | id="org.eclipse.dltk.debug.tests" |
| 32 | download-size="0" |
| 33 | install-size="0" |
| 34 | version="0.0.0"/> |
| 35 | |
| 36 | <plugin |
| 37 | id="org.eclipse.dltk.ui.tests" |
| 38 | download-size="0" |
| 39 | install-size="0" |
| 40 | version="0.0.0"/> |
| 41 | |
| 42 | <plugin |
| 43 | id="org.eclipse.dltk.validators.core.tests" |
| 44 | download-size="0" |
| 45 | install-size="0" |
| 46 | version="0.0.0"/> |
asobolev | 7f8f26b | 2008-06-09 11:23:27 +0000 | [diff] [blame] | 47 | |
apanchenk | 4b4bce5 | 2008-07-25 06:47:37 +0000 | [diff] [blame] | 48 | <plugin |
| 49 | id="org.eclipse.dltk.ui.bot.tests" |
asobolev | 7f8f26b | 2008-06-09 11:23:27 +0000 | [diff] [blame] | 50 | download-size="0" |
| 51 | install-size="0" |
apanchenk | 053a155 | 2008-07-25 09:31:25 +0000 | [diff] [blame] | 52 | version="0.0.0"/> |
asobolev | 7f8f26b | 2008-06-09 11:23:27 +0000 | [diff] [blame] | 53 | |
aplatov | 037307a | 2007-05-12 09:23:59 +0000 | [diff] [blame] | 54 | </feature> |