2012-01-06 08:55:05 -06:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: Textdb Plug-in
|
|
|
|
Bundle-SymbolicName: com.raytheon.uf.common.dataplugin.text
|
2014-05-13 09:16:59 -05:00
|
|
|
Bundle-Version: 1.14.0.qualifier
|
2012-01-06 08:55:05 -06:00
|
|
|
Bundle-Vendor: RAYTHEON
|
2014-05-19 15:12:53 -05:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
2012-01-06 08:55:05 -06:00
|
|
|
Require-Bundle: com.raytheon.uf.common.serialization,
|
|
|
|
org.hibernate,
|
2014-05-12 15:07:46 -05:00
|
|
|
com.raytheon.uf.common.localization;bundle-version="1.12.1174"
|
2012-01-06 08:55:05 -06:00
|
|
|
Import-Package: com.raytheon.uf.common.dataplugin.persist,
|
2014-05-13 09:16:59 -05:00
|
|
|
com.raytheon.uf.common.message,
|
2012-01-06 08:55:05 -06:00
|
|
|
com.raytheon.uf.common.serialization,
|
|
|
|
com.raytheon.uf.common.serialization.annotations,
|
|
|
|
com.raytheon.uf.common.serialization.comm,
|
2014-05-19 15:12:53 -05:00
|
|
|
com.raytheon.uf.common.site,
|
|
|
|
com.raytheon.uf.common.status,
|
|
|
|
com.raytheon.uf.common.util,
|
2014-05-13 09:41:29 -05:00
|
|
|
com.raytheon.uf.common.wmo,
|
2012-01-06 08:55:05 -06:00
|
|
|
javax.persistence,
|
|
|
|
org.apache.commons.lang.builder
|
|
|
|
Export-Package: com.raytheon.uf.common.dataplugin.text;uses:="com.raytheon.uf.common.dataplugin.text.db,com.raytheon.uf.common.serialization",
|
|
|
|
com.raytheon.uf.common.dataplugin.text.alarms,
|
2014-05-13 09:41:29 -05:00
|
|
|
com.raytheon.uf.common.dataplugin.text.db;uses:="com.raytheon.uf.common.dataplugin.persist,com.raytheon.uf.common.wmo,com.raytheon.uf.common.serialization",
|
2014-05-13 09:16:59 -05:00
|
|
|
com.raytheon.uf.common.dataplugin.text.dbsrv,
|
2014-05-19 15:12:53 -05:00
|
|
|
com.raytheon.uf.common.dataplugin.text.request;uses:="com.raytheon.uf.common.serialization.comm",
|
|
|
|
com.raytheon.uf.common.dataplugin.text.util
|
2012-01-06 08:55:05 -06:00
|
|
|
|