awips2/edexOsgi/com.raytheon.uf.edex.archive.feature/feature.xml
Richard Peter c374ed9691 Issue #2327: Fix feature issue
Former-commit-id: ace74679c2 [formerly 13d85bdbbf [formerly e6bd44d5ab29eae72a9c576e37513ac3dcff596e]]
Former-commit-id: 13d85bdbbf
Former-commit-id: f6362dc057
2013-09-19 11:44:54 -05:00

34 lines
862 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.raytheon.uf.edex.archive.feature"
label="Archive Edex 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>
<plugin
id="com.raytheon.uf.common.archive"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.raytheon.uf.edex.archive"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>