2012-01-06 08:55:05 -06:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<feature
|
|
|
|
id="com.raytheon.viz.gfe.feature"
|
|
|
|
label="GFE 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.viz.cots.feature" version="1.0.0.qualifier"/>
|
|
|
|
<import feature="com.raytheon.uf.viz.common.core.feature" version="1.0.0.qualifier"/>
|
|
|
|
<import feature="com.raytheon.uf.viz.core.feature" version="1.0.0.qualifier"/>
|
|
|
|
<import feature="com.raytheon.viz.text.feature" version="1.0.0.qualifier"/>
|
2014-01-30 18:11:48 -06:00
|
|
|
<import feature="com.raytheon.uf.viz.kml.export.feature" version="1.0.0.qualifier"/>
|
2015-06-08 16:11:15 -05:00
|
|
|
<import feature="com.raytheon.uf.viz.nwsauth.feature" version="1.0.0.qualifer"/>
|
2012-01-06 08:55:05 -06:00
|
|
|
</requires>
|
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="com.raytheon.viz.gfe"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
|
|
|
version="0.0.0"/>
|
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="com.raytheon.uf.common.dataplugin.gfe"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
2013-05-15 13:36:09 -05:00
|
|
|
version="0.0.0"/>
|
2012-01-06 08:55:05 -06:00
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="com.raytheon.viz.ghg"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
2013-08-09 14:24:49 -05:00
|
|
|
version="0.0.0"/>
|
2012-01-06 08:55:05 -06:00
|
|
|
|
|
|
|
</feature>
|