18 lines
722 B
Text
18 lines
722 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Tafqueue
|
|
Bundle-SymbolicName: com.raytheon.uf.common.tafqueue
|
|
Bundle-Version: 1.15.0.qualifier
|
|
Bundle-Vendor: RAYTHEON
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Require-Bundle: com.raytheon.uf.common.serialization.comm,
|
|
javax.persistence;bundle-version="1.0.0",
|
|
org.apache.commons.lang3;bundle-version="3.4.0",
|
|
com.raytheon.uf.common.status,
|
|
com.raytheon.uf.common.auth,
|
|
com.raytheon.uf.common.serialization,
|
|
org.hibernate;bundle-version="3.5.6",
|
|
org.apache.commons.configuration;bundle-version="1.10.0"
|
|
Export-Package: com.raytheon.uf.common.tafqueue
|
|
Import-Package: com.raytheon.uf.common.dataplugin.persist,
|
|
com.raytheon.uf.common.localization
|