]> gerrit.simantics Code Review - simantics/district.git/blobdiff - org.simantics.district.maps/META-INF/MANIFEST.MF
Share some projects for Simantics District
[simantics/district.git] / org.simantics.district.maps / META-INF / MANIFEST.MF
diff --git a/org.simantics.district.maps/META-INF/MANIFEST.MF b/org.simantics.district.maps/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..a5c4a10
--- /dev/null
@@ -0,0 +1,21 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Raster Mapping
+Bundle-SymbolicName: org.simantics.district.maps
+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"
+Export-Package: org.simantics.maps,
+ org.simantics.maps.debug,
+ org.simantics.maps.eclipse,
+ org.simantics.maps.sg,
+ org.simantics.maps.tile,
+ org.simantics.maps.wms
+Bundle-ClassPath: .
+Import-Package: org.simantics.scenegraph.g2d
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6,
+ JavaSE-1.7