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:07ae94c499
[formerlyea26d0de84
] [formerly07ae94c499
[formerlyea26d0de84
] [formerly126be0cfe5
[formerly eb1dd65cfdcd50b450174a1ca4ef2f2d1e1b9bae]]] Former-commit-id:126be0cfe5
Former-commit-id:850c8995cc
[formerlyd20958ae92
] Former-commit-id:34134b3c62
25 lines
1.1 KiB
Text
25 lines
1.1 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Core Resource
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.core.rsc
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Activator: com.raytheon.uf.viz.core.rsc.Activator
|
|
Bundle-Vendor: RAYTHEON
|
|
Eclipse-RegisterBuddy: com.raytheon.uf.viz.core
|
|
Eclipse-BuddyPolicy: ext, global
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
com.raytheon.uf.viz.core;bundle-version="1.12.1174",
|
|
com.raytheon.viz.ui;bundle-version="1.12.1174",
|
|
org.eclipse.ui;bundle-version="3.6.1",
|
|
com.raytheon.uf.common.serialization.comm;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.time;bundle-version="1.12.1174",
|
|
org.geotools;bundle-version="2.6.4",
|
|
com.raytheon.uf.common.geospatial;bundle-version="1.12.1174",
|
|
com.raytheon.viz.core;bundle-version="1.12.1174"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: com.raytheon.uf.viz.core.rsc.legend,
|
|
com.raytheon.uf.viz.core.rsc.sampling,
|
|
com.raytheon.uf.viz.core.rsc.sampling.actions,
|
|
com.raytheon.uf.viz.core.rsc.tools,
|
|
com.raytheon.uf.viz.core.rsc.tools.action
|