remove unnecessary uengine dependencies from manifests Change-Id: Ic76eb5faa4b14cb4ea133ab74532bacd1a05c23d Former-commit-id:c0df96e085
[formerlye24940ead6
] [formerly6e2d68e102
] [formerlyc0df96e085
[formerlye24940ead6
] [formerly6e2d68e102
] [formerly57f2357f10
[formerly6e2d68e102
[formerly c59a5d99ce31464bacd7c266543f10f523719a07]]]] Former-commit-id:57f2357f10
Former-commit-id:dacc1d5996
[formerly97f09968b3
] [formerly dad31d1699bb36bcaccd3d7e306c1af3e1f8b973 [formerlyd435258fce
]] Former-commit-id: 08b4ba0f6890ecc9a2f8f524712a671b0d736980 [formerly9ad8236b8d
] Former-commit-id:697a7f5b9b
39 lines
1.1 KiB
XML
39 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="com.raytheon.uf.viz.dataplugin.obs.feature"
|
|
label="Obs 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"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.common.dataplugin.obs"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="true"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.common.dataplugin.sfcobs"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="true"/>
|
|
|
|
</feature>
|