awips2/cave/com.raytheon.viz.warngen.feature/feature.xml
Max Schenkelberg bd52681be3 Issue #1638 Added viz base feature as well as personalities cave project extracting out non-awips specific things in personalities awips project
Amend: Removed eclipse feature all together, added os and arch to fragments.  Ensured unpack flag stayed same when changing features.

Change-Id: I78a2c5262ebdbe3ace3c180254b5f036011c0a65

Former-commit-id: dd4ddb8aacf82f7c69860b470c3f754a59f0c124
2013-04-17 11:42:46 -05:00

33 lines
1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.raytheon.viz.warngen.feature"
label="Warngen 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.common.core.feature" version="1.0.0.qualifier"/>
<import feature="com.raytheon.uf.viz.cots.feature" version="1.0.0.qualifier"/>
<import feature="com.raytheon.uf.viz.core.feature" version="1.0.0.qualifier"/>
<import feature="com.raytheon.viz.radar.feature" version="1.0.0.qualifier"/>
</requires>
<plugin
id="com.raytheon.viz.warngen"
download-size="0"
install-size="0"
version="0.0.0"/>
</feature>