awips2/edexOsgi/com.raytheon.uf.edex.datadelivery.core.feature/feature.xml
Bryan Kowal 890f07e365 Issue #1956 - dependency updates for EDEX dpa
- relocated certain localization files based on the plugins that used them; when more than one plugin used the localization it was
  moved to the plugin that was a dependency of the other plugin that used it
- added the edex and common datadelivery service plugins to the core feature since there spring files are included in the dpa mode

Change-Id: Id1582abaa3e89a86289ce9ae615ac0997f60582d

Former-commit-id: 71ea599f74 [formerly cb8cb03d7d] [formerly 8f479a2536] [formerly 71ea599f74 [formerly cb8cb03d7d] [formerly 8f479a2536] [formerly a877e9589c [formerly 8f479a2536 [formerly 914587220cb65cb22b788a5bf1e867cdf53cf5bf]]]]
Former-commit-id: a877e9589c
Former-commit-id: a5726ffecd [formerly 624d423b10] [formerly 660d84775468edb75cec6afdf965bd703d25ff7b [formerly 09c48506e7]]
Former-commit-id: 87b7480bff60d3b3d6db06a705c5e554d490d4c1 [formerly 0185fa1b02]
Former-commit-id: 8ff65daabf
2013-06-19 13:43:16 -05:00

133 lines
3.2 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.common.core.feature" version="0.0.0"/>
<import feature="com.raytheon.uf.edex.core.feature" version="0.0.0"/>
</requires>
<plugin
id="com.sun.xml.bind"
download-size="0"
install-size="0"
version="0.0.0"/>
<plugin
id="net.opengis"
download-size="0"
install-size="0"
version="0.0.0"/>
<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.spatial"
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="com.raytheon.uf.common.dataplugin.madis"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<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.wfs"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.raytheon.uf.edex.wms"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.raytheon.uf.edex.plugin.madis"
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.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>