feature.xml
 1  <?xml version="1.0" encoding="UTF-8"?>
 2  <feature
 3        id="com.tictactec.ta.lib"
 4        label="Technical Analysis Library"
 5        version="0.4.0.R20070915"
 6        provider-name="EclipseTrader.org"
 7        plugin="com.tictactec.ta.lib">
 8  
 9     <description>
10        %description
11     </description>
12  
13     <copyright>
14        %copyright
15     </copyright>
16  
17     <license url="%licenseURL">
18        %license
19     </license>
20  
21     <url>
22        <update label="Main Update Site" url="http://www.eclipsetrader.org/updates"/>
23        <discovery label="Sourceforge.net" url="http://eclipsetrader.sourceforge.net/updates"/>
24     </url>
25  
26     <plugin
27           id="com.tictactec.ta.lib"
28           download-size="0"
29           install-size="0"
30           version="0.4.0.R20070915"
31           unpack="false"/>
32  
33  </feature>