Amend: Added archive feature to the viz product build. Added archive feature to the viz developer product. Change-Id: I49a9e2245236a81e72d66b08cf9af251cadd1f07 Former-commit-id: a1f31ee98b485e501f677e03c4e1bc521b3e8b4e
56 lines
2.1 KiB
XML
56 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="com.raytheon.uf.viz.archive.feature"
|
|
label="CAVE Archive 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.lang" version="2.3.0" match="greaterOrEqual"/>
|
|
<import plugin="com.raytheon.uf.viz.core" version="1.12.1174" match="greaterOrEqual"/>
|
|
<import plugin="com.raytheon.uf.common.units" version="1.0.0" match="greaterOrEqual"/>
|
|
<import plugin="com.raytheon.uf.common.status" version="1.12.1174" match="greaterOrEqual"/>
|
|
<import plugin="org.apache.commons.io" version="2.4.0" match="greaterOrEqual"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.viz.archive"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.common.archive"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="org.apache.commons.io"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"/>
|
|
|
|
</feature>
|