Change-Id: I7f3fd64d1e21d5a82b29b404bb90a62bfa6f79bf Former-commit-id: 71d87e07ef1d5ce2509fddce9170870a5950ba7b
39 lines
1.4 KiB
Text
39 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
|
|
|