Amend: Moved Pair class into uf.common.util to reduce amount of duplicate code Amend: Added hashCode/equals to Pair Change-Id: I9a390989f6a7a7ee6618a57d0f50ec681a598dc0 Former-commit-id: eb1dd65cfdcd50b450174a1ca4ef2f2d1e1b9bae
32 lines
1.4 KiB
Text
32 lines
1.4 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Maps Plug-in
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.core.maps;singleton:=true
|
|
Bundle-Version: 1.12.1174.qualifier
|
|
Bundle-Activator: com.raytheon.uf.viz.core.maps.Activator
|
|
Bundle-Vendor: RAYTHEON
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
org.geotools;bundle-version="2.5.8",
|
|
com.raytheon.uf.common.geospatial;bundle-version="1.11.31",
|
|
com.raytheon.uf.common.status;bundle-version="1.11.31",
|
|
com.raytheon.uf.viz.core;bundle-version="1.11.31",
|
|
com.raytheon.viz.core;bundle-version="1.11.31",
|
|
com.raytheon.viz.ui;bundle-version="1.11.31",
|
|
org.apache.commons.lang;bundle-version="2.3.0",
|
|
com.raytheon.uf.common.pointdata;bundle-version="1.12.1174",
|
|
com.raytheon.uf.viz.productbrowser;bundle-version="1.12.1152",
|
|
com.raytheon.uf.viz.core.rsc;bundle-version="1.0.0",
|
|
com.raytheon.uf.viz.ui.menus;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.dataplugin.maps;bundle-version="1.0.0",
|
|
com.raytheon.uf.viz.localization;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.colormap;bundle-version="1.12.1174"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Bundle-ActivationPolicy: lazy
|
|
Eclipse-RegisterBuddy: com.raytheon.uf.viz.core
|
|
Export-Package: com.raytheon.uf.viz.core.maps,
|
|
com.raytheon.uf.viz.core.maps.actions,
|
|
com.raytheon.uf.viz.core.maps.display,
|
|
com.raytheon.uf.viz.core.maps.menus,
|
|
com.raytheon.uf.viz.core.maps.rsc,
|
|
com.raytheon.uf.viz.core.maps.scales
|