Amend: Add event plugins and their dependencies to client features Change-Id: Ib80522161740857d4332b84bbedad10e19683602 Former-commit-id:fbcfdd0ca1
[formerly52c27ec57f
] [formerly1684507bdb
[formerly 0011ef9ba9d014decf30acc2913fa535562d0de2]] Former-commit-id:1684507bdb
Former-commit-id:f27ebfbc1b
54 lines
1.5 KiB
XML
54 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="com.raytheon.uf.edex.datadelivery.client.feature"
|
|
label="EDEX DataDelivery Client 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.edex.common.core.feature" version="0.0.0"/>
|
|
<import feature="com.raytheon.uf.edex.core.feature" version="0.0.0"/>
|
|
<import feature="com.raytheon.uf.edex.registry.client.feature" version="0.0.0"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.common.datadelivery.request"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.edex.datadelivery.request"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.common.datadelivery.registry"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.common.datadelivery.event"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
</feature>
|