awips2/edexOsgi/com.raytheon.uf.common.monitor/META-INF/MANIFEST.MF
Dustin Johnson ef32853dc1 Issue #1543 Add testing of current OpenDAP type retrievals.
- Add test for current behavior of SBN-like retrievals.
- Change session management to use a factory implementation.
- Add service locator strategy to find jaxbables.
- Tests cleanup.
- Add mock versions of OpenDAP service classes to test more OpenDAP retrieval functionality.

Amend:
  Peer review comments.
  Change to use Spring transactions.

Change-Id: Ifce73361a5d864c54fdd493240c40d5ae66ef366

Former-commit-id: bb9ab0ceb479a8c6a727b9764433edb70eec31f1
2013-02-11 14:21:57 -06:00

41 lines
1.8 KiB
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Monitor Plug-in
Bundle-SymbolicName: com.raytheon.uf.common.monitor
Bundle-Version: 1.12.1174.qualifier
Eclipse-RegisterBuddy: com.raytheon.edex.common, com.raytheon.uf.common.serialization
Bundle-Vendor: RAYTHEON
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Export-Package: com.raytheon.uf.common.monitor,
com.raytheon.uf.common.monitor.config,
com.raytheon.uf.common.monitor.data,
com.raytheon.uf.common.monitor.events,
com.raytheon.uf.common.monitor.processing,
com.raytheon.uf.common.monitor.scan,
com.raytheon.uf.common.monitor.scan.config,
com.raytheon.uf.common.monitor.scan.xml,
com.raytheon.uf.common.monitor.xml
Require-Bundle: com.raytheon.uf.common.dataplugin;bundle-version="1.11.5",
org.geotools;bundle-version="2.5.2",
org.apache.commons.collections,
com.raytheon.uf.common.geospatial;bundle-version="1.0.0",
com.raytheon.uf.common.dataplugin.binlightning;bundle-version="1.0.0",
com.raytheon.uf.common.localization;bundle-version="1.11.17",
org.eclipse.swt,
com.raytheon.uf.common.sounding;bundle-version="1.12.1112",
com.raytheon.uf.common.dataplugin.bufrua;bundle-version="1.12.1112",
com.raytheon.uf.edex.pointdata;bundle-version="1.12.1112",
com.raytheon.uf.common.pointdata;bundle-version="1.12.1112",
com.raytheon.uf.common.site;bundle-version="1.0.0",
javax.measure;bundle-version="1.0.0",
com.raytheon.uf.common.dataplugin.radar;bundle-version="1.0.0",
com.raytheon.uf.common.serialization,
org.springframework;bundle-version="2.5.6",
com.raytheon.uf.common.status;bundle-version="1.12.1174",
com.raytheon.uf.edex.database,
com.raytheon.uf.common.util;bundle-version="1.12.1174"
Import-Package: com.raytheon.uf.common.datastorage,
com.raytheon.uf.common.time,
com.raytheon.uf.edex.database.plugin