moved satellite decoder to new plugin replaced database table lookups with in-memory tables backed by XML Change-Id: I45269240964dd3590ec2068472cf0b4f5dd54c60 Former-commit-id: df744611151caf6492f5dc084974140c1a6fae0a
25 lines
1.3 KiB
Text
25 lines
1.3 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Satellite Plug-in
|
|
Bundle-SymbolicName: com.raytheon.edex.plugin.satellite
|
|
Bundle-Version: 1.14.1.qualifier
|
|
Bundle-Vendor: RAYTHEON
|
|
Export-Package: com.raytheon.edex.plugin.satellite,
|
|
com.raytheon.edex.plugin.satellite.dao,
|
|
com.raytheon.edex.util.satellite
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
|
Require-Bundle: com.raytheon.uf.common.dataplugin;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.dataplugin.satellite;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.serialization;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.serialization.comm;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.geospatial;bundle-version="1.14.1",
|
|
com.raytheon.uf.common.dataquery;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.datastorage;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.localization;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.status;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.util;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.awipstools;bundle-version="1.12.1174",
|
|
com.raytheon.uf.edex.core;bundle-version="1.12.1174",
|
|
com.raytheon.uf.edex.database;bundle-version="1.0.0",
|
|
com.raytheon.uf.edex.menus;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.numeric;bundle-version="1.14.0"
|