awips2/edexOsgi/com.raytheon.edex.plugin.grib/META-INF/MANIFEST.MF
2022-05-05 12:34:50 -05:00

32 lines
1,022 B
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Grib Plug-in
Bundle-SymbolicName: com.raytheon.edex.plugin.grib
Bundle-Version: 1.18.0.qualifier
Bundle-Vendor: RAYTHEON
Require-Bundle: com.raytheon.edex.common,
com.raytheon.uf.common.awipstools,
com.raytheon.uf.common.comm,
com.raytheon.uf.common.dataplugin.grid,
com.raytheon.uf.common.dataplugin.level,
com.raytheon.uf.common.localization,
com.raytheon.uf.common.status,
com.raytheon.uf.common.parameter,
com.raytheon.uf.edex.awipstools,
com.raytheon.uf.edex.plugin.grid,
com.raytheon.uf.edex.python.decoder,
org.apache.camel,
org.apache.commons.lang3,
javax.measure,
ucar.nc2,
org.jep,
org.slf4j,
com.raytheon.uf.common.grib,
javax.xml.bind
Export-Package: com.raytheon.edex.plugin.grib,
com.raytheon.edex.plugin.grib.decoderpostprocessors,
com.raytheon.edex.plugin.grib.exception,
com.raytheon.edex.plugin.grib.spatial,
com.raytheon.edex.plugin.grib.util,
com.raytheon.edex.util.grib
Bundle-RequiredExecutionEnvironment: JavaSE-11