Also had to update the imports for a number of files to use the new plugin More information on updating/adding new stations can be found here: https://app.asana.com/0/1176977580531057/1201320099787236
25 lines
972 B
Text
25 lines
972 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Text Util Plug-in
|
|
Bundle-SymbolicName: com.raytheon.uf.edex.plugin.text.dbsrv
|
|
Bundle-Version: 1.16.0.qualifier
|
|
Bundle-Vendor: RAYTHEON
|
|
Require-Bundle: org.apache.commons.lang3;bundle-version="3.4.0",
|
|
org.slf4j;bundle-version="1.7.21",
|
|
com.raytheon.edex.common,
|
|
javax.persistence,
|
|
com.raytheon.uf.common.serialization.comm,
|
|
com.raytheon.uf.common.status,
|
|
com.raytheon.uf.common.site,
|
|
com.raytheon.uf.edex.archive,
|
|
com.raytheon.uf.common.localization;bundle-version="1.14.0",
|
|
com.raytheon.uf.edex.plugin.text,
|
|
com.raytheon.uf.common.dataplugin.text,
|
|
com.raytheon.uf.edex.ndm;bundle-version="1.14.0"
|
|
Export-Package: com.raytheon.uf.edex.plugin.text.dbsrv,
|
|
com.raytheon.uf.edex.plugin.text.dbsrv.impl,
|
|
com.raytheon.uf.edex.plugin.text.dbsrv.security
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Import-Package: com.raytheon.uf.common.message,
|
|
com.raytheon.uf.common.wmo,
|
|
org.apache.commons.lang3
|