awips2/cave/com.raytheon.uf.viz.sounding.feature/feature.xml
Bryan Kowal 5397802bbc Omaha #4759 - clean up unnecessary dependencies that would complicate individual features upgrades.
Created a utility to scan all installed features and all available features and determine
which features can be upgraded.


Former-commit-id: 934b855eaffabcc2e2bf2a8a5ecf009a5ffab340
2015-10-23 17:54:29 -05:00

34 lines
877 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.raytheon.uf.viz.sounding.feature"
label="Sounding 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.dataplugin.modelsounding"
download-size="0"
install-size="0"
version="0.0.0"
unpack="true"/>
<plugin
id="com.raytheon.uf.common.sounding"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>