This repository has been archived on 2025-12-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tcommon-studio-se/org.talend.utils-feature/feature.xml
amaumont abd44fcf4a TDI-25813 Statistic port is not released well, which cause warning message
=> fix errors on tuj

git-svn-id: http://talendforge.org/svn/tos/trunk@105211 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-07-12 07:52:07 +00:00

62 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.talend.utils_feature"
label="Utils_feature Feature"
version="1.0.0.qualifier">
<description url="http://www.example.com/description">
This feature contains the Talend utilities plugin and its dependencies.
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<requires>
<import plugin="org.apache.log4j" version="1.2.15" match="greaterOrEqual"/>
</requires>
<plugin
id="org.talend.libraries.apache"
download-size="0"
install-size="0"
version="0.0.0"
unpack="true"/>
<plugin
id="org.talend.utils"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.talend.libraries.javacsv"
download-size="0"
install-size="0"
version="0.0.0"
unpack="true"/>
<plugin
id="org.talend.libraries.csv"
download-size="0"
install-size="0"
version="0.0.0"/>
<plugin
id="org.junit"
download-size="0"
install-size="0"
version="0.0.0"/>
<plugin
id="org.apache.log4j"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>