blob: b2d2692d8dbf36dfca2ff5e1df5d551c4dca1095 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<feature id="my.feature" version="3.7.1" label="%s1" provider-name="VK Inc."
image="images/feature.gif" os="Win32" ws="Win32" nl="en_CA,en_US"
application="org.eclipse.ui.workbench">
<install-handler url="install/handler.html" library="custom.jar" class="InstallHandler"/>
<description url="http://www.tools.com/features/my.feature">
Description of my.feature
</description>
<copyright url="copyright/my.feature">
Copyright for my.feature
</copyright>
<license url="%url1">
License for my.feature
</license>
<url>
<update url="http://www.tools.com/update" label="Update site"/>
<discovery url="http://www.tools.com/discovery1" label="%s2"/>
<discovery url="%url2" label="%s3 Discovery site 2"/>
<discovery url="%url3 http://www.tools.com/discovery3" label="Discovery site 3"/>
</url>
<requires>
<import plugin="plugin.1" version="1.0.0" match="perfect"/>
<import plugin="plugin.2" version="3.2.0"/>
<import plugin="plugin.3"/>
</requires>
<plugin id="my.plugin.1" version="1.0.0" fragment="true"
os="Win32" ws="Win32" nl="en_US" download-size="23456" install-size="1234567"/>
<plugin id="my.plugin.2" version="1.0.1"/>
<plugin id="my.plugin.3" version="1.0.2"/>
<data id="examples.zip" download-size="23456" install-size="1234567"/>
<data id="custom/rt.jar"/>
</feature>