awips2/cave/com.raytheon.uf.viz.archive.feature/feature.xml
Bryan Kowal fee6a5dc9c Issue #2297 - fix 14.2.1 merge
Former-commit-id: 411e0fa7c4 [formerly e5b298f51871ab2ed8be9e70cd1de5a4f8ce7f2b]
Former-commit-id: e2a02ca247
2013-11-11 13:04:21 -06:00

46 lines
1.2 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 feature="com.raytheon.uf.common.base.feature" version="1.0.0.qualifier"/>
<import feature="com.raytheon.uf.viz.base.feature" version="1.0.0.qualifier"/>
</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.compress"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>