awips2/edexOsgi/com.raytheon.uf.edex.core/META-INF/MANIFEST.MF
Nate Jensen 316d6c09c6 Issue #2142 initial cutover from log4j to SLF4J and logback
Change-Id: I6953739821992fadb2b92da0dc659512b90a5895

Former-commit-id: 7725d8a6cd00b3c30856b48ef86ab081b67d400b
2013-07-01 14:41:05 -05:00

22 lines
841 B
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Core
Bundle-SymbolicName: com.raytheon.uf.edex.core
Bundle-Version: 1.12.1174.qualifier
Bundle-Vendor: RAYTHEON
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: com.raytheon.uf.edex.core,
com.raytheon.uf.edex.core.dataplugin,
com.raytheon.uf.edex.core.hdf5,
com.raytheon.uf.edex.core.props
Require-Bundle: org.springframework;bundle-version="2.5.6",
com.raytheon.uf.common.dataplugin;bundle-version="1.12.1174",
com.raytheon.uf.common.time,
com.raytheon.uf.common.message,
com.raytheon.uf.common.status,
com.raytheon.uf.common.util,
com.raytheon.uf.common.serialization,
com.raytheon.uf.common.serialization.comm,
org.apache.commons.configuration;bundle-version="1.6.0",
org.apache.commons.lang;bundle-version="2.3.0",
org.slf4j;bundle-version="1.7.5"