the registry EDEX. Added DATA_DELIVERY_ID to environment that is used instead of site id for identification when participating in the federation and subscription identification. Amend: Created common data delivery package com.raytheon.uf.edex.datadelivery. Moved DataDeliveryIdUtil there. Created ClusterIdUtil. DataDeliveryIdUtil uses that utility. It also verifies the id against the awips sites. Changed centralRegistry.sh to set CLUSTER_ID to NCF. Handle cases where site id is HAK or HUS. Check for empty id setting in Cluster ID Util. Return full id for Data Delivery ID. Simplify Data Delivery ID and return Cluster ID. Change-Id: Iee140b5626e1962217cca2deb6d1483ebf265911 Former-commit-id:ba4e308328
[formerly d2fa3dfb4a61e8d0fd68654afb1c18e49f063fcb] Former-commit-id:19460ed0d7
153 lines
3.6 KiB
XML
153 lines
3.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="com.raytheon.uf.edex.datadelivery.core.feature"
|
|
label="EDEX Data Delivery Core 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.registry.client.feature" version="0.0.0"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="net.opengis"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"/>
|
|
|
|
<plugin
|
|
id="net.dods"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="ogc.tools.gml"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"/>
|
|
|
|
<plugin
|
|
id="org.codehaus.jackson"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.common.json"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.common.datadelivery.retrieval"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.common.datadelivery.harvester"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="org.w3.xmlschema"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.edex.ogc.common"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.edex.plugin.obs.ogc"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.edex.plugin.madis.ogc"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.edex.wfs"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.edex.datadelivery"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.edex.datadelivery.event"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.edex.plugin.datadelivery.retrieval"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.edex.datadelivery.retrieval"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.edex.datadelivery.retrieval.wfs"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.common.datadelivery.service"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="com.raytheon.uf.edex.datadelivery.service"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
</feature>
|