awips2/cave/com.raytheon.uf.viz.gisdatastore/META-INF/MANIFEST.MF
Max Schenkelberg 3ba217badb Issue #1638 renamed class to removed non-existent Map dependency on uf.viz.core.rsc project. Made MapScales non-d2d specific. Made gisdatastore not depend on gfe.
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 [formerly ea26d0de84] [formerly 07ae94c499 [formerly ea26d0de84] [formerly 126be0cfe5 [formerly eb1dd65cfdcd50b450174a1ca4ef2f2d1e1b9bae]]]
Former-commit-id: 126be0cfe5
Former-commit-id: 850c8995cc [formerly d20958ae92]
Former-commit-id: 34134b3c62
2013-03-22 10:54:44 -05:00

23 lines
839 B
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Gisdatastore
Bundle-SymbolicName: com.raytheon.uf.viz.gisdatastore;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: com.raytheon.uf.viz.gisdatastore.Activator
Eclipse-RegisterBuddy: com.raytheon.viz.core, com.raytheon.viz.ui
Bundle-Vendor: RAYTHEON
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.geotools,
com.raytheon.uf.common.serialization,
com.raytheon.uf.common.status,
com.raytheon.uf.common.geospatial,
com.raytheon.uf.viz.core,
com.raytheon.uf.viz.core.maps;bundle-version="1.0.0",
com.raytheon.viz.core,
com.raytheon.viz.ui
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Export-Package: com.raytheon.uf.viz.gisdatastore,
com.raytheon.uf.viz.gisdatastore.rsc,
com.raytheon.uf.viz.gisdatastore.ui