From 797760bb717415b464f167596caf558d3c7c3ec5 Mon Sep 17 00:00:00 2001 From: Nate Jensen Date: Mon, 22 Jul 2013 12:20:43 -0500 Subject: [PATCH] Issue #2142 removing some viz dependencies on edex.common Change-Id: I11e42f76c4b58292535af03ddf25023fbdeb734c Former-commit-id: 22438766b43144c4d3f24921ffd9496feb1f3e11 [formerly 399d44a62df1c54e94d93d4e0b198db976104143] Former-commit-id: 4c9cc211ec0cf3a7f8b3d23d283bca830174c14f --- cave/com.raytheon.uf.viz.core/META-INF/MANIFEST.MF | 2 +- cave/com.raytheon.uf.viz.monitor.ffmp/META-INF/MANIFEST.MF | 3 ++- cave/com.raytheon.uf.viz.monitor.fog/META-INF/MANIFEST.MF | 3 ++- .../META-INF/MANIFEST.MF | 3 ++- cave/com.raytheon.uf.viz.monitor.snow/META-INF/MANIFEST.MF | 3 ++- cave/com.raytheon.uf.viz.monitor/META-INF/MANIFEST.MF | 3 ++- cave/com.raytheon.uf.viz.preciprate/META-INF/MANIFEST.MF | 4 ++-- cave/com.raytheon.uf.viz.profiler/META-INF/MANIFEST.MF | 3 ++- cave/com.raytheon.uf.viz.qpf/META-INF/MANIFEST.MF | 5 +++-- cave/com.raytheon.uf.viz.ui.menus/META-INF/MANIFEST.MF | 3 ++- cave/com.raytheon.uf.viz.vil/META-INF/MANIFEST.MF | 4 ++-- cave/com.raytheon.viz.core/META-INF/MANIFEST.MF | 2 +- cave/com.raytheon.viz.mpe.ui/META-INF/MANIFEST.MF | 2 +- .../META-INF/MANIFEST.MF | 4 ++-- .../META-INF/MANIFEST.MF | 2 +- .../com.raytheon.uf.common.geospatial/META-INF/MANIFEST.MF | 1 + 16 files changed, 28 insertions(+), 19 deletions(-) diff --git a/cave/com.raytheon.uf.viz.core/META-INF/MANIFEST.MF b/cave/com.raytheon.uf.viz.core/META-INF/MANIFEST.MF index 26ec603e48..2c3851fb24 100644 --- a/cave/com.raytheon.uf.viz.core/META-INF/MANIFEST.MF +++ b/cave/com.raytheon.uf.viz.core/META-INF/MANIFEST.MF @@ -45,7 +45,7 @@ Require-Bundle: org.eclipse.ui, ch.qos.logback;bundle-version="1.0.13" Bundle-ActivationPolicy: lazy Eclipse-BuddyPolicy: ext, registered, global -Eclipse-RegisterBuddy: org.apache.velocity, org.apache.log4j, com.raytheon.edex.common, com.raytheon.uf.common.serialization, com.raytheon.uf.common.serialization.comm, com.raytheon.uf.common.status, com.raytheon.uf.common.dataplugin.level, com.raytheon.uf.common.comm, ch.qos.logback +Eclipse-RegisterBuddy: org.apache.velocity, org.apache.log4j, com.raytheon.uf.common.serialization, com.raytheon.uf.common.serialization.comm, com.raytheon.uf.common.status, com.raytheon.uf.common.dataplugin.level, com.raytheon.uf.common.comm, ch.qos.logback Export-Package: com.raytheon.uf.viz.core, com.raytheon.uf.viz.core.alerts, com.raytheon.uf.viz.core.auth, diff --git a/cave/com.raytheon.uf.viz.monitor.ffmp/META-INF/MANIFEST.MF b/cave/com.raytheon.uf.viz.monitor.ffmp/META-INF/MANIFEST.MF index 67981a5566..a2b56d809b 100644 --- a/cave/com.raytheon.uf.viz.monitor.ffmp/META-INF/MANIFEST.MF +++ b/cave/com.raytheon.uf.viz.monitor.ffmp/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Ffmp Plug-in Bundle-SymbolicName: com.raytheon.uf.viz.monitor.ffmp;singleton:=true -Eclipse-RegisterBuddy: com.raytheon.viz.core, com.raytheon.uf.viz.core, com.raytheon.viz.ui, com.raytheon.edex.common, com.raytheon.uf.common.serialization +Eclipse-RegisterBuddy: com.raytheon.viz.core, com.raytheon.uf.viz.core, com.raytheon.viz.ui, com.raytheon.uf.common.serialization Bundle-Version: 1.12.1174.qualifier Bundle-Activator: com.raytheon.uf.viz.monitor.ffmp.Activator Bundle-Vendor: RAYTHEON @@ -18,6 +18,7 @@ Require-Bundle: org.eclipse.ui, org.apache.commons.lang;bundle-version="2.3.0", com.raytheon.uf.viz.d2d.core;bundle-version="1.11.15", com.raytheon.uf.viz.localization, + com.raytheon.uf.common.serialization, javax.measure;bundle-version="1.0.0", com.raytheon.uf.common.ohd;bundle-version="1.12.1174", com.raytheon.uf.common.cache;bundle-version="1.12.1174", diff --git a/cave/com.raytheon.uf.viz.monitor.fog/META-INF/MANIFEST.MF b/cave/com.raytheon.uf.viz.monitor.fog/META-INF/MANIFEST.MF index 85ad4a4120..0dec72f307 100644 --- a/cave/com.raytheon.uf.viz.monitor.fog/META-INF/MANIFEST.MF +++ b/cave/com.raytheon.uf.viz.monitor.fog/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Fog Plug-in Bundle-SymbolicName: com.raytheon.uf.viz.monitor.fog;singleton:=true -Eclipse-RegisterBuddy: com.raytheon.viz.core, com.raytheon.uf.viz.core, com.raytheon.viz.ui, com.raytheon.edex.common, com.raytheon.uf.common.serialization +Eclipse-RegisterBuddy: com.raytheon.viz.core, com.raytheon.uf.viz.core, com.raytheon.viz.ui, com.raytheon.uf.common.serialization Bundle-Version: 1.12.1174.qualifier Bundle-Activator: com.raytheon.uf.viz.monitor.fog.Activator Bundle-Vendor: RAYTHEON @@ -17,6 +17,7 @@ Require-Bundle: org.eclipse.ui, com.raytheon.viz.satellite;bundle-version="1.11.17", com.raytheon.uf.common.dataplugin.fog;bundle-version="1.11.17", com.raytheon.uf.viz.localization, + com.raytheon.uf.common.serialization, com.raytheon.uf.common.colormap;bundle-version="1.12.1174" Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ActivationPolicy: lazy diff --git a/cave/com.raytheon.uf.viz.monitor.safeseas/META-INF/MANIFEST.MF b/cave/com.raytheon.uf.viz.monitor.safeseas/META-INF/MANIFEST.MF index fb6372baa5..a40e314fa3 100644 --- a/cave/com.raytheon.uf.viz.monitor.safeseas/META-INF/MANIFEST.MF +++ b/cave/com.raytheon.uf.viz.monitor.safeseas/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Safeseas Plug-in Bundle-SymbolicName: com.raytheon.uf.viz.monitor.safeseas;singleton:=true -Eclipse-RegisterBuddy: com.raytheon.viz.core, com.raytheon.uf.viz.core, com.raytheon.viz.ui, com.raytheon.edex.common, com.raytheon.uf.common.serialization +Eclipse-RegisterBuddy: com.raytheon.viz.core, com.raytheon.uf.viz.core, com.raytheon.viz.ui, com.raytheon.uf.common.serialization Bundle-Version: 1.12.1174.qualifier Bundle-Activator: com.raytheon.uf.viz.monitor.safeseas.Activator Bundle-Vendor: RAYTHEON @@ -14,6 +14,7 @@ Require-Bundle: org.eclipse.ui, com.raytheon.viz.ui;bundle-version="1.10.13", org.geotools;bundle-version="2.5.2", com.raytheon.uf.viz.monitor, + com.raytheon.uf.common.serialization, com.raytheon.viz.pointdata;bundle-version="1.12.1130", com.raytheon.uf.common.message;bundle-version="1.12.1130", com.raytheon.uf.viz.localization, diff --git a/cave/com.raytheon.uf.viz.monitor.snow/META-INF/MANIFEST.MF b/cave/com.raytheon.uf.viz.monitor.snow/META-INF/MANIFEST.MF index c6b5cd8b48..e9679d7499 100644 --- a/cave/com.raytheon.uf.viz.monitor.snow/META-INF/MANIFEST.MF +++ b/cave/com.raytheon.uf.viz.monitor.snow/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Snow Plug-in Bundle-SymbolicName: com.raytheon.uf.viz.monitor.snow;singleton:=true -Eclipse-RegisterBuddy: com.raytheon.viz.core, com.raytheon.uf.viz.core, com.raytheon.viz.ui, com.raytheon.edex.common, com.raytheon.uf.common.serialization +Eclipse-RegisterBuddy: com.raytheon.viz.core, com.raytheon.uf.viz.core, com.raytheon.viz.ui, com.raytheon.uf.common.serialization Bundle-Version: 1.12.1174.qualifier Bundle-Activator: com.raytheon.uf.viz.monitor.snow.Activator Bundle-Vendor: RAYTHEON @@ -15,6 +15,7 @@ Require-Bundle: org.eclipse.ui, org.geotools;bundle-version="2.5.2", com.raytheon.uf.viz.monitor, com.raytheon.uf.viz.localization, + com.raytheon.uf.common.serialization, com.raytheon.uf.common.dataplugin.fssobs;bundle-version="1.0.0" Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ActivationPolicy: lazy diff --git a/cave/com.raytheon.uf.viz.monitor/META-INF/MANIFEST.MF b/cave/com.raytheon.uf.viz.monitor/META-INF/MANIFEST.MF index 8accd98d4c..d7c1651bef 100644 --- a/cave/com.raytheon.uf.viz.monitor/META-INF/MANIFEST.MF +++ b/cave/com.raytheon.uf.viz.monitor/META-INF/MANIFEST.MF @@ -2,12 +2,13 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Monitor Plug-in Bundle-SymbolicName: com.raytheon.uf.viz.monitor;singleton:=true -Eclipse-RegisterBuddy: com.raytheon.viz.core, com.raytheon.uf.viz.core, com.raytheon.viz.ui, com.raytheon.edex.common, com.raytheon.uf.common.serialization +Eclipse-RegisterBuddy: com.raytheon.viz.core, com.raytheon.uf.viz.core, com.raytheon.viz.ui, com.raytheon.uf.common.serialization Bundle-Version: 1.12.1174.qualifier Bundle-Activator: com.raytheon.uf.viz.monitor.Activator Bundle-Vendor: RAYTHEON Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, + com.raytheon.uf.common.serialization, com.raytheon.viz.core;bundle-version="1.10.13", com.raytheon.viz.ui;bundle-version="1.10.13", org.geotools;bundle-version="2.4.0", diff --git a/cave/com.raytheon.uf.viz.preciprate/META-INF/MANIFEST.MF b/cave/com.raytheon.uf.viz.preciprate/META-INF/MANIFEST.MF index b059bf2cf3..fa34b7fdeb 100644 --- a/cave/com.raytheon.uf.viz.preciprate/META-INF/MANIFEST.MF +++ b/cave/com.raytheon.uf.viz.preciprate/META-INF/MANIFEST.MF @@ -5,16 +5,16 @@ Bundle-SymbolicName: com.raytheon.uf.viz.preciprate;singleton:=true Bundle-Version: 1.12.1174.qualifier Bundle-Activator: com.raytheon.uf.viz.preciprate.Activator Bundle-Vendor: RAYTHEON -Eclipse-RegisterBuddy: com.raytheon.edex.common, com.raytheon.uf.common.serialization +Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, com.raytheon.uf.viz.core, com.raytheon.uf.common.time;bundle-version="1.11.1", - com.raytheon.edex.common;bundle-version="1.11.1", org.geotools;bundle-version="2.5.2", javax.measure, com.raytheon.viz.grid, com.raytheon.viz.core, + com.raytheon.uf.common.serialization, com.raytheon.viz.pointdata;bundle-version="1.11.1", com.raytheon.uf.common.dataplugin.preciprate;bundle-version="1.0.0", com.raytheon.uf.common.colormap;bundle-version="1.11.17", diff --git a/cave/com.raytheon.uf.viz.profiler/META-INF/MANIFEST.MF b/cave/com.raytheon.uf.viz.profiler/META-INF/MANIFEST.MF index ef5a4efa85..ba7877121e 100644 --- a/cave/com.raytheon.uf.viz.profiler/META-INF/MANIFEST.MF +++ b/cave/com.raytheon.uf.viz.profiler/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Profiler Plug-in Bundle-SymbolicName: com.raytheon.uf.viz.profiler;singleton:=true -Eclipse-RegisterBuddy: com.raytheon.viz.core, com.raytheon.uf.viz.core, com.raytheon.viz.ui, com.raytheon.edex.common, com.raytheon.uf.common.serialization +Eclipse-RegisterBuddy: com.raytheon.viz.core, com.raytheon.uf.viz.core, com.raytheon.viz.ui, com.raytheon.uf.common.serialization Bundle-Version: 1.12.1174.qualifier Bundle-Activator: com.raytheon.uf.viz.profiler.Activator Bundle-Vendor: RAYTHEON @@ -13,6 +13,7 @@ Require-Bundle: com.raytheon.uf.common.pointdata;bundle-version="1.11.9", com.raytheon.viz.core.graphing;bundle-version="1.11.4", org.eclipse.ui, org.eclipse.core.runtime, + com.raytheon.uf.common.serialization, org.geotools;bundle-version="2.5.2", com.raytheon.uf.viz.d2d.core;bundle-version="1.11.4", com.raytheon.uf.viz.d2d.ui;bundle-version="1.11.4", diff --git a/cave/com.raytheon.uf.viz.qpf/META-INF/MANIFEST.MF b/cave/com.raytheon.uf.viz.qpf/META-INF/MANIFEST.MF index 8d682a5656..a8bb2dc931 100644 --- a/cave/com.raytheon.uf.viz.qpf/META-INF/MANIFEST.MF +++ b/cave/com.raytheon.uf.viz.qpf/META-INF/MANIFEST.MF @@ -5,16 +5,16 @@ Bundle-SymbolicName: com.raytheon.uf.viz.qpf;singleton:=true Bundle-Version: 1.12.1174.qualifier Bundle-Activator: com.raytheon.uf.viz.qpf.Activator Bundle-Vendor: RAYTHEON -Eclipse-RegisterBuddy: com.raytheon.edex.common, com.raytheon.uf.common.serialization +Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, com.raytheon.uf.viz.core, com.raytheon.uf.common.time;bundle-version="1.11.1", - com.raytheon.edex.common;bundle-version="1.11.1", org.geotools;bundle-version="2.5.2", javax.measure, com.raytheon.viz.grid, com.raytheon.viz.core, + com.raytheon.uf.common.serialization, com.raytheon.viz.core.contours, com.raytheon.viz.pointdata;bundle-version="1.11.1", com.raytheon.uf.common.dataplugin.qpf;bundle-version="1.0.0", @@ -22,3 +22,4 @@ Require-Bundle: org.eclipse.ui, Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ActivationPolicy: lazy Export-Package: com.raytheon.uf.viz.qpf +Import-Package: com.raytheon.uf.common.colormap.prefs diff --git a/cave/com.raytheon.uf.viz.ui.menus/META-INF/MANIFEST.MF b/cave/com.raytheon.uf.viz.ui.menus/META-INF/MANIFEST.MF index 2e5f386f46..f434922183 100644 --- a/cave/com.raytheon.uf.viz.ui.menus/META-INF/MANIFEST.MF +++ b/cave/com.raytheon.uf.viz.ui.menus/META-INF/MANIFEST.MF @@ -5,12 +5,13 @@ Bundle-SymbolicName: com.raytheon.uf.viz.ui.menus;singleton:=true Bundle-Version: 1.12.1174.qualifier Bundle-Activator: com.raytheon.uf.viz.ui.menus.Activator Bundle-Vendor: RAYTHEON -Eclipse-RegisterBuddy: com.raytheon.edex.common, com.raytheon.uf.common.serialization, com.raytheon.viz.volumebrowser +Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization, com.raytheon.viz.volumebrowser Eclipse-BuddyPolicy: registered Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.core.expressions, com.raytheon.viz.ui, + com.raytheon.uf.common.serialization, com.raytheon.uf.viz.core, com.raytheon.uf.common.menus;bundle-version="1.0.0";visibility:=reexport Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/cave/com.raytheon.uf.viz.vil/META-INF/MANIFEST.MF b/cave/com.raytheon.uf.viz.vil/META-INF/MANIFEST.MF index d8190ca54a..a22d28c2fd 100644 --- a/cave/com.raytheon.uf.viz.vil/META-INF/MANIFEST.MF +++ b/cave/com.raytheon.uf.viz.vil/META-INF/MANIFEST.MF @@ -5,16 +5,16 @@ Bundle-SymbolicName: com.raytheon.uf.viz.vil;singleton:=true Bundle-Version: 1.12.1174.qualifier Bundle-Activator: com.raytheon.uf.viz.vil.Activator Bundle-Vendor: RAYTHEON -Eclipse-RegisterBuddy: com.raytheon.edex.common, com.raytheon.uf.common.serialization +Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, com.raytheon.uf.viz.core, com.raytheon.uf.common.time;bundle-version="1.11.1", - com.raytheon.edex.common;bundle-version="1.11.1", org.geotools;bundle-version="2.5.2", javax.measure, com.raytheon.viz.grid, com.raytheon.viz.core, + com.raytheon.uf.common.serialization, com.raytheon.viz.pointdata;bundle-version="1.11.1", com.raytheon.uf.common.dataplugin.vil;bundle-version="1.0.0", com.raytheon.uf.common.colormap;bundle-version="1.11.17", diff --git a/cave/com.raytheon.viz.core/META-INF/MANIFEST.MF b/cave/com.raytheon.viz.core/META-INF/MANIFEST.MF index 03fd5f78c4..54b2b104a2 100644 --- a/cave/com.raytheon.viz.core/META-INF/MANIFEST.MF +++ b/cave/com.raytheon.viz.core/META-INF/MANIFEST.MF @@ -30,7 +30,7 @@ Require-Bundle: org.eclipse.ui, org.eclipse.core.expressions, com.raytheon.uf.viz.application;bundle-version="1.0.0" Eclipse-BuddyPolicy: ext, registered, global -Eclipse-RegisterBuddy: org.apache.velocity, com.raytheon.edex.common, com.raytheon.uf.common.serialization, com.raytheon.uf.common.status +Eclipse-RegisterBuddy: org.apache.velocity, com.raytheon.uf.common.geospatial, com.raytheon.uf.common.serialization, com.raytheon.uf.common.status Export-Package: com.raytheon.viz.core, com.raytheon.viz.core.drawables, diff --git a/cave/com.raytheon.viz.mpe.ui/META-INF/MANIFEST.MF b/cave/com.raytheon.viz.mpe.ui/META-INF/MANIFEST.MF index dad6e2702f..c9e2e60f27 100644 --- a/cave/com.raytheon.viz.mpe.ui/META-INF/MANIFEST.MF +++ b/cave/com.raytheon.viz.mpe.ui/META-INF/MANIFEST.MF @@ -10,7 +10,6 @@ Require-Bundle: org.eclipse.ui, com.raytheon.viz.ui, com.raytheon.viz.core, org.geotools, - com.raytheon.edex.common, com.raytheon.viz.hydrocommon, com.raytheon.viz.mpe, com.raytheon.viz.core.contours, @@ -29,6 +28,7 @@ Export-Package: com.raytheon.viz.mpe.ui.dialogs.gagetable.xml, com.raytheon.viz.mpe.ui.displays, com.raytheon.viz.mpe.ui.rsc Import-Package: com.raytheon.uf.common.colormap, + com.raytheon.uf.common.colormap.prefs, com.raytheon.uf.common.ohd Eclipse-RegisterBuddy: com.raytheon.viz.core, com.raytheon.uf.viz.core Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.airep/META-INF/MANIFEST.MF b/edexOsgi/com.raytheon.uf.common.dataplugin.airep/META-INF/MANIFEST.MF index 8a1ac7eae1..47f6fed9e7 100644 --- a/edexOsgi/com.raytheon.uf.common.dataplugin.airep/META-INF/MANIFEST.MF +++ b/edexOsgi/com.raytheon.uf.common.dataplugin.airep/META-INF/MANIFEST.MF @@ -3,14 +3,14 @@ Bundle-ManifestVersion: 2 Bundle-Name: Airep Bundle-SymbolicName: com.raytheon.uf.common.dataplugin.airep Bundle-Version: 1.0.0.qualifier -Eclipse-RegisterBuddy: com.raytheon.edex.common, com.raytheon.uf.common.serialization +Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization Bundle-Vendor: RAYTHEON Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Import-Package: com.raytheon.uf.common.dataplugin, com.raytheon.uf.common.dataplugin.annotations, com.raytheon.uf.common.geospatial, com.raytheon.uf.common.pointdata.spatial, - com.raytheon.uf.common.serialization.annotations, + com.raytheon.uf.common.serialization, com.raytheon.uf.common.time, com.vividsolutions.jts.geom, javax.measure.converter, diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.satellite/META-INF/MANIFEST.MF b/edexOsgi/com.raytheon.uf.common.dataplugin.satellite/META-INF/MANIFEST.MF index 2c901f2552..e419b01493 100644 --- a/edexOsgi/com.raytheon.uf.common.dataplugin.satellite/META-INF/MANIFEST.MF +++ b/edexOsgi/com.raytheon.uf.common.dataplugin.satellite/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-Name: Satellite Common Bundle-SymbolicName: com.raytheon.uf.common.dataplugin.satellite Bundle-Version: 1.0.0.qualifier Bundle-Vendor: RAYTHEON -Eclipse-RegisterBuddy: com.raytheon.edex.common, com.raytheon.uf.common.serialization, com.raytheon.uf.viz.core +Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization, com.raytheon.uf.viz.core Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Require-Bundle: com.raytheon.uf.common.dataplugin;bundle-version="1.12.1174", com.raytheon.uf.common.serialization;bundle-version="1.12.1174", diff --git a/edexOsgi/com.raytheon.uf.common.geospatial/META-INF/MANIFEST.MF b/edexOsgi/com.raytheon.uf.common.geospatial/META-INF/MANIFEST.MF index 79157b7378..e5f0abc347 100644 --- a/edexOsgi/com.raytheon.uf.common.geospatial/META-INF/MANIFEST.MF +++ b/edexOsgi/com.raytheon.uf.common.geospatial/META-INF/MANIFEST.MF @@ -5,6 +5,7 @@ Bundle-SymbolicName: com.raytheon.uf.common.geospatial Bundle-Version: 1.12.1174.qualifier Bundle-Vendor: RAYTHEON Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Eclipse-BuddyPolicy: registered Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization, org.geotools Require-Bundle: org.geotools;bundle-version="2.5.2";visibility:=reexport, org.apache.commons.collections;bundle-version="3.2.0",