2 Bundle-ManifestVersion: 2
3 Bundle-Name: Raster Mapping
4 Bundle-SymbolicName: org.simantics.district.maps;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Vendor: VTT Technical Research Centre of Finland
7 Require-Bundle: org.simantics.scenegraph,
8 org.eclipse.core.runtime;bundle-version="3.5.0";resolution:=optional,
9 org.eclipse.core.net;bundle-version="1.2.1";resolution:=optional,
10 org.simantics.g2d;bundle-version="0.9.4",
11 org.simantics.utils.datastructures;bundle-version="1.0.0",
14 org.eclipse.ui.workbench,
15 org.simantics.district.geotools;bundle-version="1.0.0"
16 Export-Package: org.simantics.maps,
17 org.simantics.maps.debug,
18 org.simantics.maps.eclipse,
19 org.simantics.maps.sg,
20 org.simantics.maps.tile,
21 org.simantics.maps.wms
22 Import-Package: org.simantics.scenegraph.g2d
23 Bundle-RequiredExecutionEnvironment: JavaSE-1.6,