2012-07-10 07:53:49 -05:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: Tafqueue
|
|
|
|
Bundle-SymbolicName: com.raytheon.uf.common.tafqueue
|
2014-04-21 09:42:31 -05:00
|
|
|
Bundle-Version: 1.14.0.qualifier
|
2012-07-10 07:53:49 -05:00
|
|
|
Bundle-Vendor: RAYTHEON
|
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
2014-04-21 09:42:31 -05:00
|
|
|
Require-Bundle: com.raytheon.uf.common.serialization.comm,
|
2013-04-01 11:33:20 -05:00
|
|
|
javax.persistence;bundle-version="1.0.0",
|
|
|
|
org.apache.commons.lang;bundle-version="2.3.0",
|
2014-04-21 09:42:31 -05:00
|
|
|
com.raytheon.uf.common.status,
|
|
|
|
com.raytheon.uf.common.auth,
|
|
|
|
com.raytheon.uf.common.serialization,
|
|
|
|
org.hibernate;bundle-version="3.5.6"
|
2012-07-10 07:53:49 -05:00
|
|
|
Export-Package: com.raytheon.uf.common.tafqueue
|
2014-04-21 09:42:31 -05:00
|
|
|
Import-Package: com.raytheon.uf.common.dataplugin.persist,
|
|
|
|
com.raytheon.uf.common.localization,
|
2013-04-01 11:33:20 -05:00
|
|
|
org.apache.commons.configuration
|