2012-01-06 08:55:05 -06:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: Level Plug-in
|
|
|
|
Bundle-SymbolicName: com.raytheon.uf.common.dataplugin.level
|
|
|
|
Bundle-Version: 1.12.1174.qualifier
|
|
|
|
Eclipse-BuddyPolicy: registered, ext, global
|
|
|
|
Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization
|
|
|
|
Bundle-Vendor: Raytheon
|
2013-01-06 14:32:24 -06:00
|
|
|
Require-Bundle: javax.measure,
|
2012-01-06 08:55:05 -06:00
|
|
|
javax.persistence,
|
|
|
|
org.apache.commons.lang,
|
|
|
|
org.apache.commons.logging,
|
|
|
|
com.raytheon.uf.common.dataplugin,
|
|
|
|
com.raytheon.uf.common.localization,
|
|
|
|
com.raytheon.uf.common.serialization,
|
|
|
|
com.raytheon.uf.common.serialization.comm,
|
2013-01-06 14:32:24 -06:00
|
|
|
com.raytheon.uf.common.status,
|
|
|
|
com.raytheon.uf.common.util;bundle-version="1.12.1174"
|
2012-01-06 08:55:05 -06:00
|
|
|
Export-Package: com.raytheon.uf.common.dataplugin.level,
|
2013-01-06 14:32:24 -06:00
|
|
|
com.raytheon.uf.common.dataplugin.level.mapping,
|
|
|
|
com.raytheon.uf.common.dataplugin.level.request
|
2012-01-06 08:55:05 -06:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
2012-01-30 16:12:29 -06:00
|
|
|
Import-Package: com.raytheon.uf.common.comm,
|
|
|
|
org.hibernate.annotations
|