Change-Id: Ie390f7c5dac80c1c2d04a7b57e66e5a8f1b73771 Former-commit-id:75a2fc4723
[formerly9533bb686d
] [formerly75a2fc4723
[formerly9533bb686d
] [formerlye5867cbb79
[formerly 4c305c58752e8b974b3f469f82432c92d5acb1f7]]] Former-commit-id:e5867cbb79
Former-commit-id:ef14a57411
[formerlybdecc2f309
] Former-commit-id:9b90237bcf
39 lines
1.4 KiB
XML
39 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="com.raytheon.uf.viz.archive.feature"
|
|
label="Feature"
|
|
version="1.0.0.qualifier"
|
|
provider-name="RAYTHEON">
|
|
|
|
<description url="http://www.example.com/description">
|
|
[Enter Feature Description here.]
|
|
</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.eclipse.ui" version="3.8.2" match="greaterOrEqual"/>
|
|
<import plugin="org.eclipse.core.runtime"/>
|
|
<import plugin="com.raytheon.viz.ui" version="1.12.1174" match="greaterOrEqual"/>
|
|
<import plugin="com.raytheon.uf.common.serialization" version="1.12.1174" match="greaterOrEqual"/>
|
|
<import plugin="com.raytheon.uf.common.localization" version="1.12.1174" match="greaterOrEqual"/>
|
|
<import plugin="com.raytheon.uf.common.archive" version="1.0.0" match="greaterOrEqual"/>
|
|
<import plugin="com.raytheon.uf.common.time" version="1.12.1174" match="greaterOrEqual"/>
|
|
<import plugin="com.raytheon.uf.common.util" version="1.12.1174" match="greaterOrEqual"/>
|
|
<import plugin="org.apache.commons.io"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.viz.archive"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
</feature>
|