40 lines
1.4 KiB
Text
40 lines
1.4 KiB
Text
|
Manifest-Version: 1.0
|
||
|
Bundle-ManifestVersion: 2
|
||
|
Bundle-Name: Ncpirep Plug-in
|
||
|
Bundle-SymbolicName: gov.noaa.nws.ncep.common.dataplugin.ncpirep
|
||
|
Bundle-Version: 1.0.0.qualifier
|
||
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||
|
Require-Bundle: org.eclipse.ui,
|
||
|
org.eclipse.core.runtime,
|
||
|
org.eclipse.core.resources,
|
||
|
com.raytheon.uf.common.status;bundle-version="1.12.1174",
|
||
|
net.sf.cglib;bundle-version="2.1.3",
|
||
|
com.raytheon.uf.edex.core;bundle-version="1.12.1174",
|
||
|
javax.measure,
|
||
|
gov.noaa.nws.ncep.common;bundle-version="1.0.0",
|
||
|
com.raytheon.edex.common;bundle-version="1.12.1174"
|
||
|
Import-Package: com.raytheon.edex.db.dao,
|
||
|
com.raytheon.uf.common.dataplugin,
|
||
|
com.raytheon.uf.common.dataplugin.annotations,
|
||
|
com.raytheon.uf.common.dataplugin.persist,
|
||
|
com.raytheon.uf.common.datastorage,
|
||
|
com.raytheon.uf.common.geospatial,
|
||
|
com.raytheon.uf.common.pointdata,
|
||
|
com.raytheon.uf.common.pointdata.spatial,
|
||
|
com.raytheon.uf.common.serialization,
|
||
|
com.raytheon.uf.common.serialization.annotations,
|
||
|
com.raytheon.uf.common.time,
|
||
|
com.raytheon.uf.edex.database,
|
||
|
com.raytheon.uf.edex.database.dao,
|
||
|
com.raytheon.uf.edex.database.plugin,
|
||
|
com.raytheon.uf.edex.decodertools.aircraft,
|
||
|
com.raytheon.uf.edex.pointdata,
|
||
|
com.vividsolutions.jts.geom,
|
||
|
gov.noaa.nws.ncep.common.tools,
|
||
|
javax.measure.unit,
|
||
|
javax.persistence,
|
||
|
org.springframework.orm.hibernate3
|
||
|
Export-Package: gov.noaa.nws.ncep.common.dataplugin.ncpirep,
|
||
|
gov.noaa.nws.ncep.common.dataplugin.ncpirep.dao
|
||
|
|