Stephan Herrmann | 54560f2 | 2011-01-22 21:25:53 +0000 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <feature |
| 3 | id="org.eclipse.objectteams.jdt.nullity.feature" |
| 4 | label="%featureName" |
| 5 | version="0.7.0.qualifier" |
| 6 | provider-name="%providerName" |
| 7 | plugin="org.eclipse.objectteams.jdt.nullity"> |
| 8 | |
| 9 | <description url="http://wiki.eclipse.org/JDT_Core/Null_Analysis#Actual_Stragegy_in_the_JDT"> |
| 10 | Early access feature that hooks annotation based null analysis into the JDT compiler. |
| 11 | </description> |
| 12 | |
| 13 | <copyright> |
| 14 | Copyright Stephan Herrmann |
| 15 | </copyright> |
| 16 | |
| 17 | <license url="%licenseURL"> |
| 18 | %license |
| 19 | </license> |
| 20 | |
| 21 | <url> |
| 22 | <update label="Object Teams contributed plugins" url="http://download.eclipse.org/objectteams/updates/contrib"/> |
| 23 | </url> |
| 24 | |
| 25 | <plugin |
| 26 | id="org.eclipse.objectteams.jdt.nullity" |
| 27 | download-size="0" |
| 28 | install-size="0" |
| 29 | version="0.0.0" |
| 30 | unpack="false"/> |
| 31 | |
| 32 | </feature> |