aplatov | 6ecbb55 | 2007-05-11 15:08:55 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <feature |
| 3 | id="org.eclipse.dltk.core.sdk" |
| 4 | label="%featureName" |
apanchenk | 2f62c69 | 2010-10-25 18:55:46 +0000 | [diff] [blame] | 5 | version="3.0.0.qualifier" |
aplatov | 6ecbb55 | 2007-05-11 15:08:55 +0000 | [diff] [blame] | 6 | provider-name="%providerName" |
| 7 | image="eclipse_update_120.jpg"> |
| 8 | |
| 9 | <description> |
| 10 | %description |
| 11 | </description> |
| 12 | |
| 13 | <license url="%licenseURL"> |
| 14 | %license |
| 15 | </license> |
| 16 | |
apanchenk | 2f62c69 | 2010-10-25 18:55:46 +0000 | [diff] [blame] | 17 | <includes |
aplatov | 6ecbb55 | 2007-05-11 15:08:55 +0000 | [diff] [blame] | 18 | id="org.eclipse.dltk.core" |
| 19 | version="0.0.0"/> |
| 20 | |
| 21 | <includes |
| 22 | id="org.eclipse.dltk.core.source" |
| 23 | version="0.0.0"/> |
| 24 | |
aplatov | 50bdfb4 | 2008-05-13 09:56:39 +0000 | [diff] [blame] | 25 | <plugin |
| 26 | id="org.eclipse.dltk.core.doc.isv" |
| 27 | download-size="0" |
| 28 | install-size="0" |
| 29 | version="0.0.0" |
| 30 | unpack="false"/> |
| 31 | |
asobolev | 84c79c6 | 2007-05-30 14:10:19 +0000 | [diff] [blame] | 32 | </feature> |