]> gerrit.simantics Code Review - simantics/district.git/blobdiff - org.simantics.district.maps/META-INF/MANIFEST.MF
Possibility to show elevation while hoovering on map
[simantics/district.git] / org.simantics.district.maps / META-INF / MANIFEST.MF
index a5c4a10585f126a81c9b2d3349a5b191fbea404f..5a51674830c444fbd19d4997130129f1c4e5d0c4 100644 (file)
@@ -1,21 +1,26 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Raster Mapping
-Bundle-SymbolicName: org.simantics.district.maps
+Bundle-SymbolicName: org.simantics.district.maps;singleton:=true
 Bundle-Version: 1.0.0.qualifier
 Bundle-Vendor: VTT Technical Research Centre of Finland
 Require-Bundle: org.simantics.scenegraph,
  org.eclipse.core.runtime;bundle-version="3.5.0";resolution:=optional,
  org.eclipse.core.net;bundle-version="1.2.1";resolution:=optional,
  org.simantics.g2d;bundle-version="0.9.4",
- org.simantics.utils.datastructures;bundle-version="1.0.0"
+ org.simantics.utils.datastructures;bundle-version="1.0.0",
+ org.eclipse.jface,
+ org.eclipse.ui.ide,
+ org.eclipse.ui.workbench,
+ org.simantics.district.geotools;bundle-version="1.0.0",
+ org.slf4j.api;bundle-version="1.7.25",
+ org.simantics.maps.elevation.server
 Export-Package: org.simantics.maps,
  org.simantics.maps.debug,
  org.simantics.maps.eclipse,
  org.simantics.maps.sg,
+ org.simantics.maps.sg.commands,
  org.simantics.maps.tile,
  org.simantics.maps.wms
-Bundle-ClassPath: .
 Import-Package: org.simantics.scenegraph.g2d
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6,
- JavaSE-1.7
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8