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
]] [formerly665192e766
[formerly16cce70f9d
] [formerly6ccef4d3c7
] [formerly6ccef4d3c7
[formerlybd52681be3
]] [formerly7513e5982b
[formerly6ccef4d3c7
[formerlybd52681be3
] [formerly7513e5982b
[formerly dd4ddb8aacf82f7c69860b470c3f754a59f0c124]]]]] Former-commit-id:7513e5982b
Former-commit-id:2aa881db67
[formerlyd0edd6a882
] [formerly1950aff01a
] [formerly 22b9b60c01df6ad9c0115590423de8d624e5f904 [formerly 0dd1d5c1eb848344c287d03fc5cb6b4556d376ab] [formerly1950aff01a
[formerly57f34e9080
]]] Former-commit-id: bc5eea40deabf407d67e325fb6b5b69d235f86d2 [formerly d0f63d287352e6fa8f52b87780f423ef41d87efa] [formerlyeb6a0d25d0
[formerly2e5c1a7c32
]] Former-commit-id: fbc8d336c541d68e1875cf299262c5e59332d5ed [formerlyeb6a0d25d0
] Former-commit-id:10ee43ad97
34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="com.raytheon.viz.grib.feature"
|
|
label="Grib 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.d2d.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.radar.feature" version="1.0.0.qualifier"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="com.raytheon.viz.grid"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"/>
|
|
|
|
</feature>
|