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:665192e766
[formerly16cce70f9d
] [formerly6ccef4d3c7
] [formerly6ccef4d3c7
[formerlybd52681be3
]] [formerly7513e5982b
[formerly6ccef4d3c7
[formerlybd52681be3
] [formerly7513e5982b
[formerly dd4ddb8aacf82f7c69860b470c3f754a59f0c124]]]] Former-commit-id:7513e5982b
Former-commit-id: 22b9b60c01df6ad9c0115590423de8d624e5f904 [formerly 0dd1d5c1eb848344c287d03fc5cb6b4556d376ab] [formerly1950aff01a
[formerly57f34e9080
]] Former-commit-id:1950aff01a
Former-commit-id:d0edd6a882
33 lines
1 KiB
XML
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>
|