* chore(TUP-26710):update version * Set version to 7.3.1 PATCH * chore(TUP-26710):update version for feature.xml Co-authored-by: Jenkins Continuous Build server <jenkins@tal-rd02.talend.lan>
20 lines
1018 B
XML
20 lines
1018 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature id="org.talend.help.feature" label="Help Feature" version="7.3.1.qualifier" provider-name=".Talend SA.">
|
|
<description url="http://www.talend.com/online/featuresdescription.html#help-feature">Complete description about this feature at http://www.talend.com/online/featuresdescription.html#help-feature</description>
|
|
<copyright url="http://www.talend.com/online/copyright.txt">Copyright Talend 2006, 2007</copyright>
|
|
<license>The licence are describe in branding feature</license>
|
|
<url>
|
|
<update label="CORE Talend update site for milestones" url="http://talendforge.org/core/updatesite/testing/"/>
|
|
<discovery label="Talend web site" url="http://www.talend.com"/>
|
|
</url>
|
|
<requires>
|
|
<import feature="org.eclipse.help" version="0.0.0" match="greaterOrEqual"/>
|
|
</requires>
|
|
<plugin
|
|
id="org.talend.help.external"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
</feature>
|