Issue #2262 Clean out manifest files that don't need meteolib.

Change-Id: I6188a05fa34e573fca64e743a8ec8ab9f8ac280a

Former-commit-id: daba261612 [formerly 3a7c76d3bb] [formerly d250831ff6] [formerly d250831ff6 [formerly 6b7206a736]] [formerly 2133ca3032 [formerly d250831ff6 [formerly 6b7206a736] [formerly 2133ca3032 [formerly e418a3be203c15b24478239fd50a2b4b173f22eb]]]]
Former-commit-id: 2133ca3032
Former-commit-id: 3a30d3d576ac801bff073c17f801bcf0082417b9 [formerly 1a29d96e8bd220c43f9c37c10984d9aa45c41cb7] [formerly d37e757b87 [formerly 41411ce1c1]]
Former-commit-id: d37e757b87
Former-commit-id: 228650cf35
This commit is contained in:
Ben Steffensmeier 2013-08-26 10:11:34 -05:00
parent 695723a2a0
commit 526359d6fc
7 changed files with 32 additions and 101 deletions

View file

@ -14,26 +14,13 @@ Require-Bundle: org.eclipse.ui,
com.raytheon.viz.alerts;bundle-version="1.10.13", com.raytheon.viz.alerts;bundle-version="1.10.13",
com.raytheon.viz.ui;bundle-version="1.10.13", com.raytheon.viz.ui;bundle-version="1.10.13",
com.raytheon.uf.viz.monitor, com.raytheon.uf.viz.monitor,
com.raytheon.viz.radar;bundle-version="1.11.1",
org.geotools;bundle-version="2.5.2",
com.raytheon.viz.core.graphing;bundle-version="1.11.5",
com.raytheon.edex.meteolib;bundle-version="1.11.5",
com.raytheon.uf.common.dataplugin.binlightning;bundle-version="1.0.0",
com.raytheon.uf.viz.cwat;bundle-version="1.11.17", com.raytheon.uf.viz.cwat;bundle-version="1.11.17",
com.raytheon.uf.common.dataplugin.cwat;bundle-version="1.11.17", com.raytheon.uf.common.dataplugin.cwat;bundle-version="1.11.17",
com.raytheon.uf.viz.d2d.core,
com.raytheon.uf.viz.d2d.ui;bundle-version="1.11.17",
com.raytheon.uf.common.dataplugin.scan;bundle-version="1.12.1112", com.raytheon.uf.common.dataplugin.scan;bundle-version="1.12.1112",
com.raytheon.uf.common.dataplugin.radar;bundle-version="1.0.0",
com.raytheon.uf.common.dataplugin.acars;bundle-version="1.12.1174",
com.raytheon.uf.viz.localization,
com.raytheon.rcm.lib;bundle-version="1.12.1174" com.raytheon.rcm.lib;bundle-version="1.12.1174"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Export-Package: com.raytheon.uf.viz.monitor.scan, Export-Package: com.raytheon.uf.viz.monitor.scan,
com.raytheon.uf.viz.monitor.scan.data, com.raytheon.uf.viz.monitor.scan.data,
com.raytheon.uf.viz.monitor.scan.resource com.raytheon.uf.viz.monitor.scan.resource
Import-Package: com.raytheon.uf.common.dataplugin.bufrua, Import-Package: com.raytheon.uf.common.dataplugin.warning
com.raytheon.uf.common.dataplugin.warning,
com.raytheon.uf.common.message.response,
com.raytheon.viz.awipstools.capabilityInterfaces

View file

@ -20,7 +20,6 @@ Require-Bundle: org.eclipse.core.runtime,
com.raytheon.uf.viz.d2d.nsharp;bundle-version="1.0.0", com.raytheon.uf.viz.d2d.nsharp;bundle-version="1.0.0",
gov.noaa.nws.ncep.ui.nsharp;bundle-version="1.0.0", gov.noaa.nws.ncep.ui.nsharp;bundle-version="1.0.0",
javax.measure;bundle-version="1.0.0", javax.measure;bundle-version="1.0.0",
meteolib.jni;bundle-version="1.0.0",
com.raytheon.uf.viz.sounding;bundle-version="1.12.1174" com.raytheon.uf.viz.sounding;bundle-version="1.12.1174"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy

View file

@ -6,51 +6,29 @@ Bundle-Version: 1.0.0.qualifier
Bundle-Activator: com.raytheon.uf.viz.xy.crosssection.Activator Bundle-Activator: com.raytheon.uf.viz.xy.crosssection.Activator
Bundle-Vendor: RAYTHEON Bundle-Vendor: RAYTHEON
Require-Bundle: org.eclipse.core.runtime, Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui;bundle-version="3.4.1", org.eclipse.ui,
com.raytheon.uf.common.colormap;bundle-version="1.12.1174", com.raytheon.uf.common.colormap,
com.raytheon.uf.common.wxmath com.raytheon.uf.common.wxmath,
com.raytheon.uf.viz.core,
com.raytheon.uf.viz.xy,
com.raytheon.uf.common.geospatial,
com.raytheon.viz.core.contours,
com.raytheon.viz.core.graphing,
com.raytheon.viz.ui,
org.geotools,
javax.measure
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Eclipse-RegisterBuddy: com.raytheon.uf.viz.core, com.raytheon.viz.core Eclipse-RegisterBuddy: com.raytheon.uf.viz.core, com.raytheon.viz.core
Import-Package: com.raytheon.edex.meteoLib, Import-Package: com.raytheon.uf.common.dataplugin,
com.raytheon.uf.common.dataplugin,
com.raytheon.uf.common.dataplugin.level,
com.raytheon.uf.common.dataquery.requests, com.raytheon.uf.common.dataquery.requests,
com.raytheon.uf.common.datastorage,
com.raytheon.uf.common.geospatial,
com.raytheon.uf.common.geospatial.interpolation,
com.raytheon.uf.common.geospatial.interpolation.data,
com.raytheon.uf.common.localization, com.raytheon.uf.common.localization,
com.raytheon.uf.common.serialization,
com.raytheon.uf.common.serialization.adapters,
com.raytheon.uf.common.status, com.raytheon.uf.common.status,
com.raytheon.uf.common.time, com.raytheon.uf.common.time,
com.raytheon.uf.common.topo, com.raytheon.uf.common.topo,
com.raytheon.uf.viz.core,
com.raytheon.uf.viz.core.data,
com.raytheon.uf.viz.core.data.prep,
com.raytheon.uf.viz.core.drawables,
com.raytheon.uf.viz.core.drawables.ext.colormap,
com.raytheon.uf.viz.core.exception,
com.raytheon.uf.viz.core.map,
com.raytheon.uf.viz.core.rsc,
com.raytheon.uf.viz.core.rsc.capabilities,
com.raytheon.uf.viz.core.rsc.sampling,
com.raytheon.uf.viz.core.status,
com.raytheon.uf.viz.core.style,
com.raytheon.uf.viz.core.style.level,
com.raytheon.uf.viz.d2d.core.map, com.raytheon.uf.viz.d2d.core.map,
com.raytheon.uf.viz.d2d.ui, com.raytheon.uf.viz.d2d.ui,
com.raytheon.uf.viz.xy,
com.raytheon.uf.viz.xy.graph,
com.raytheon.uf.viz.xy.graph.axis,
com.raytheon.uf.viz.xy.graph.labeling,
com.raytheon.uf.viz.xy.map.rsc,
com.raytheon.viz.core.contours,
com.raytheon.viz.core.contours.util,
com.raytheon.viz.core.drawables, com.raytheon.viz.core.drawables,
com.raytheon.viz.core.graphing.util,
com.raytheon.viz.core.graphing.xy,
com.raytheon.viz.core.imagery, com.raytheon.viz.core.imagery,
com.raytheon.viz.core.map, com.raytheon.viz.core.map,
com.raytheon.viz.core.rsc, com.raytheon.viz.core.rsc,
@ -58,25 +36,7 @@ Import-Package: com.raytheon.edex.meteoLib,
com.raytheon.viz.core.slice.request, com.raytheon.viz.core.slice.request,
com.raytheon.viz.core.style.arrow, com.raytheon.viz.core.style.arrow,
com.raytheon.viz.core.style.contour, com.raytheon.viz.core.style.contour,
com.raytheon.viz.core.style.graph, com.raytheon.viz.core.style.graph
com.raytheon.viz.grid.rsc,
com.raytheon.viz.pointdata,
com.raytheon.viz.ui.editor,
com.raytheon.viz.ui.input,
com.vividsolutions.jts.geom,
com.vividsolutions.jts.io,
javax.measure.converter,
javax.measure.unit,
org.geotools.coverage.grid,
org.geotools.geometry,
org.geotools.geometry.jts,
org.geotools.referencing,
org.geotools.referencing.crs,
org.opengis.coverage.grid,
org.opengis.geometry,
org.opengis.referencing.crs,
org.opengis.referencing.datum,
org.opengis.referencing.operation
Export-Package: com.raytheon.uf.viz.xy.crosssection, Export-Package: com.raytheon.uf.viz.xy.crosssection,
com.raytheon.uf.viz.xy.crosssection.adapter, com.raytheon.uf.viz.xy.crosssection.adapter,
com.raytheon.uf.viz.xy.crosssection.display, com.raytheon.uf.viz.xy.crosssection.display,

View file

@ -11,23 +11,21 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime, org.eclipse.core.runtime,
javax.measure, javax.measure,
org.geotools, org.geotools,
org.apache.commons.lang,
org.apache.commons.configuration,
com.raytheon.viz.core.contours, com.raytheon.viz.core.contours,
com.raytheon.edex.meteolib,
com.raytheon.viz.pointdata, com.raytheon.viz.pointdata,
com.raytheon.uf.viz.core, com.raytheon.uf.viz.core,
com.raytheon.viz.core, com.raytheon.uf.common.dataplugin,
com.raytheon.uf.common.datastorage,
com.raytheon.uf.common.geospatial,
com.raytheon.viz.radar, com.raytheon.viz.radar,
com.raytheon.uf.common.serialization.comm, com.raytheon.uf.viz.productbrowser,
com.raytheon.uf.viz.productbrowser;bundle-version="1.11.31", com.raytheon.uf.common.dataplugin.radar,
com.raytheon.uf.common.dataplugin.radar;bundle-version="1.0.0", com.raytheon.uf.viz.points,
com.raytheon.uf.viz.points;bundle-version="1.0.0",
com.raytheon.uf.common.gridcoverage, com.raytheon.uf.common.gridcoverage,
org.apache.commons.beanutils;bundle-version="1.8.3", com.raytheon.uf.common.dataplugin.grid,
com.raytheon.uf.common.dataplugin.grid;bundle-version="1.0.0", com.raytheon.uf.common.dataplugin.level,
com.raytheon.uf.common.dataplugin.level;bundle-version="1.12.1174", com.raytheon.uf.common.colormap,
com.raytheon.uf.common.colormap;bundle-version="1.12.1174" com.raytheon.uf.viz.derivparam
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Export-Package: com.raytheon.viz.grid, Export-Package: com.raytheon.viz.grid,
com.raytheon.viz.grid.inv, com.raytheon.viz.grid.inv,
@ -38,21 +36,18 @@ Export-Package: com.raytheon.viz.grid,
Import-Package: com.raytheon.uf.common.comm, Import-Package: com.raytheon.uf.common.comm,
com.raytheon.uf.common.derivparam.tree, com.raytheon.uf.common.derivparam.tree,
com.raytheon.uf.common.localization, com.raytheon.uf.common.localization,
com.raytheon.uf.common.message,
com.raytheon.uf.common.message.response,
com.raytheon.uf.common.parameter, com.raytheon.uf.common.parameter,
com.raytheon.uf.common.pointdata, com.raytheon.uf.common.pointdata,
com.raytheon.uf.common.serialization, com.raytheon.uf.common.serialization,
com.raytheon.uf.common.time, com.raytheon.uf.common.time,
com.raytheon.uf.common.topo, com.raytheon.uf.common.topo,
com.raytheon.uf.viz.d2d.core.map, com.raytheon.uf.viz.d2d.core.map,
com.raytheon.uf.viz.d2d.core.time,
com.raytheon.uf.viz.derivparam,
com.raytheon.uf.viz.derivparam.data,
com.raytheon.uf.viz.derivparam.inv,
com.raytheon.uf.viz.derivparam.library,
com.raytheon.uf.viz.derivparam.tree,
com.raytheon.viz.alerts, com.raytheon.viz.alerts,
com.raytheon.viz.alerts.observers, com.raytheon.viz.alerts.observers,
com.raytheon.viz.awipstools com.raytheon.viz.core.drawables,
com.raytheon.viz.core.rsc,
com.raytheon.viz.core.rsc.displays,
com.raytheon.viz.core.style.arrow,
com.raytheon.viz.core.style.contour,
com.raytheon.viz.core.style.image
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6

View file

@ -10,20 +10,12 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime, org.eclipse.core.runtime,
com.raytheon.viz.ui, com.raytheon.viz.ui,
com.raytheon.viz.core, com.raytheon.viz.core,
org.geotools,
com.raytheon.viz.hydrocommon, com.raytheon.viz.hydrocommon,
com.raytheon.viz.shapefile,
com.raytheon.viz.core.graphing,
com.raytheon.uf.common.colormap;bundle-version="1.11.1", com.raytheon.uf.common.colormap;bundle-version="1.11.1",
javax.measure;bundle-version="1.0.0",
com.raytheon.uf.viz.app.launcher;bundle-version="1.11.4", com.raytheon.uf.viz.app.launcher;bundle-version="1.11.4",
com.raytheon.uf.common.hydro;bundle-version="1.11.13", com.raytheon.uf.common.hydro;bundle-version="1.11.13",
com.raytheon.uf.common.dataplugin.grid, com.raytheon.uf.common.dataplugin.grid,
com.raytheon.edex.meteolib;bundle-version="1.11.17",
com.raytheon.viz.grid;bundle-version="1.11.17",
com.raytheon.uf.common.dissemination;bundle-version="1.0.0", com.raytheon.uf.common.dissemination;bundle-version="1.0.0",
com.raytheon.uf.common.serialization.comm;bundle-version="1.11.17",
com.raytheon.uf.viz.localization,
com.raytheon.uf.viz.core.maps;bundle-version="1.12.1174", com.raytheon.uf.viz.core.maps;bundle-version="1.12.1174",
com.raytheon.uf.viz.core.rsc;bundle-version="1.0.0", com.raytheon.uf.viz.core.rsc;bundle-version="1.0.0",
com.raytheon.viz.ui.personalities.awips;bundle-version="1.12.1174", com.raytheon.viz.ui.personalities.awips;bundle-version="1.12.1174",

View file

@ -21,8 +21,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.4.1",
com.raytheon.uf.common.sounding com.raytheon.uf.common.sounding
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Import-Package: com.raytheon.edex.meteoLib, Import-Package: com.raytheon.edex.plugin.modelsounding.common,
com.raytheon.edex.plugin.modelsounding.common,
com.raytheon.edex.plugin.modelsounding.dao, com.raytheon.edex.plugin.modelsounding.dao,
com.raytheon.uf.common.serialization.comm, com.raytheon.uf.common.serialization.comm,
com.raytheon.uf.common.sounding, com.raytheon.uf.common.sounding,

View file

@ -26,8 +26,7 @@ Require-Bundle: org.apache.batik;bundle-version="1.6.0",
com.raytheon.uf.common.units;bundle-version="1.0.0" com.raytheon.uf.common.units;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: com.raytheon.edex.meteoLib, Import-Package: com.raytheon.uf.common.dataplugin,
com.raytheon.uf.common.dataplugin,
com.raytheon.uf.common.datastorage, com.raytheon.uf.common.datastorage,
com.raytheon.uf.common.geospatial, com.raytheon.uf.common.geospatial,
com.raytheon.uf.common.localization, com.raytheon.uf.common.localization,