X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.district.maps%2FMETA-INF%2FMANIFEST.MF;h=5a51674830c444fbd19d4997130129f1c4e5d0c4;hb=fb4e5f02481e918807be83e87239a4d91b4343f2;hp=a5c4a10585f126a81c9b2d3349a5b191fbea404f;hpb=e9f74f09e0cedb603c0b4de9e542de8dd64a5ce3;p=simantics%2Fdistrict.git diff --git a/org.simantics.district.maps/META-INF/MANIFEST.MF b/org.simantics.district.maps/META-INF/MANIFEST.MF index a5c4a105..5a516748 100644 --- a/org.simantics.district.maps/META-INF/MANIFEST.MF +++ b/org.simantics.district.maps/META-INF/MANIFEST.MF @@ -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