awips2/edexOsgi/com.raytheon.edex.plugin.gfe/META-INF/MANIFEST.MF
David Gillingham 2038a703ac Issue #1759: Refactor PurgeGfeGridsRequestHandler and IscMakeRequestHandler to not use
GfeScriptExecutor and GfeScript.

Change-Id: If3c789549a071e54f9020433f6221e688c51c44a

Conflicts:

	edexOsgi/com.raytheon.edex.plugin.gfe/META-INF/MANIFEST.MF


Former-commit-id: 05f52e6e54 [formerly 055c36ea41] [formerly 0969f85246 [formerly 45846ffc137ef816dc149f3f9e46b99dbe608897]]
Former-commit-id: 0969f85246
Former-commit-id: 8859674c70
2013-04-04 12:46:21 -05:00

72 lines
2.7 KiB
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Gfe EDEX Plug-in
Bundle-SymbolicName: com.raytheon.edex.plugin.gfe
Bundle-Version: 1.12.1174.qualifier
Eclipse-BuddyPolicy: registered, ext, global
Bundle-ActivationPolicy: lazy
Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization, com.raytheon.edex.common
Bundle-Vendor: RAYTHEON
Require-Bundle: com.raytheon.uf.common.dataplugin.gfe;bundle-version="1.12.1174",
org.apache.commons.logging,
org.jep,
javax.measure,
com.raytheon.uf.common.localization,
javax.persistence,
com.raytheon.uf.common.serialization,
org.junit;bundle-version="1.0.0",
com.raytheon.uf.edex.plugin.grid,
com.raytheon.uf.edex.topo,
com.raytheon.edex.common,
com.raytheon.uf.common.dataplugin.satellite;bundle-version="1.0.0",
com.raytheon.edex.plugin.satellite;bundle-version="1.12.1174",
com.raytheon.uf.edex.auth;bundle-version="1.12.1174",
com.raytheon.uf.common.auth;bundle-version="1.12.1174",
com.raytheon.uf.common.site;bundle-version="1.12.1174",
ucar.nc2;bundle-version="1.0.0",
com.raytheon.uf.common.parameter;bundle-version="1.0.0",
com.raytheon.uf.common.dataplugin.grid;bundle-version="1.0.0",
com.google.guava;bundle-version="1.0.0",
com.raytheon.uf.common.util;bundle-version="1.12.1174",
org.apache.commons.lang;bundle-version="2.3.0"
Export-Package: com.raytheon.edex.plugin.gfe,
com.raytheon.edex.plugin.gfe.config,
com.raytheon.edex.plugin.gfe.db.dao,
com.raytheon.edex.plugin.gfe.exception,
com.raytheon.edex.plugin.gfe.log,
com.raytheon.edex.plugin.gfe.paraminfo,
com.raytheon.edex.plugin.gfe.reference,
com.raytheon.edex.plugin.gfe.server,
com.raytheon.edex.plugin.gfe.server.database,
com.raytheon.edex.plugin.gfe.server.lock,
com.raytheon.edex.plugin.gfe.smartinit,
com.raytheon.edex.plugin.gfe.svcbackup,
com.raytheon.edex.plugin.gfe.textproducts,
com.raytheon.edex.plugin.gfe.util
Import-Package: com.raytheon.edex.db.dao,
com.raytheon.edex.db.mapping,
com.raytheon.edex.msg,
com.raytheon.edex.plugin,
com.raytheon.edex.site,
com.raytheon.edex.util,
com.raytheon.uf.common.activetable,
com.raytheon.uf.common.comm,
com.raytheon.uf.common.dataplugin,
com.raytheon.uf.common.dataplugin.level,
com.raytheon.uf.common.dataplugin.persist,
com.raytheon.uf.common.dataplugin.warning,
com.raytheon.uf.common.datastorage,
com.raytheon.uf.common.datastorage.records,
com.raytheon.uf.common.geospatial,
com.raytheon.uf.common.gridcoverage,
com.raytheon.uf.common.message,
com.raytheon.uf.common.pointdata,
com.raytheon.uf.common.python,
com.raytheon.uf.common.serialization.comm,
com.raytheon.uf.common.status,
com.raytheon.uf.common.time,
com.raytheon.uf.common.time.util,
com.raytheon.uf.edex.activetable,
com.raytheon.uf.edex.site,
org.hibernate
Bundle-RequiredExecutionEnvironment: JavaSE-1.6