- initial commit of Maps Geometry Factory - re-factored geometry factory code - addressing peer review comments - cast to Timestamp Change-Id: Ie12177b5ae1a8d8d9151d061682730841cfcc807 Former-commit-id:832094f721
[formerly6ea0653c78
] [formerly964b30d5f2
] [formerly5d83f9f3d1
[formerly964b30d5f2
[formerly 8155a2cc6dc16df4addf5b567c08890278dc48c3]]] Former-commit-id:5d83f9f3d1
Former-commit-id: 3ee1df2f447ab32d118f3e09a714122496b12556 [formerlye86fda2a6f
] Former-commit-id:0557ecfed3
29 lines
1.3 KiB
Text
29 lines
1.3 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"
|
|
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
|