/ org.jdom-feature / feature.xml
feature.xml
1 <?xml version="1.0" encoding="UTF-8"?> 2 <feature 3 id="org.jdom" 4 label="%featureName" 5 version="1.0.0.v200805261200" 6 provider-name="%providerName"> 7 8 <description> 9 %description 10 </description> 11 12 <copyright> 13 %copyright 14 </copyright> 15 16 <license url="LICENSE.txt"> 17 %license 18 </license> 19 20 <url> 21 <update label="EclipseTrader.org" url="http://www.eclipsetrader.org/updates"/> 22 <discovery label="Sourceforge.net" url="http://eclipsetrader.sourceforge.net/updates"/> 23 </url> 24 25 <plugin 26 id="org.jdom" 27 download-size="0" 28 install-size="0" 29 version="1.0.0.v200805261200" 30 unpack="false"/> 31 32 </feature>