]> gerrit.simantics Code Review - simantics/district.git/blobdiff - org.simantics.district.route.ui/META-INF/MANIFEST.MF
Merge "Initial version of the district network Routes view."
[simantics/district.git] / org.simantics.district.route.ui / META-INF / MANIFEST.MF
diff --git a/org.simantics.district.route.ui/META-INF/MANIFEST.MF b/org.simantics.district.route.ui/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..299b241
--- /dev/null
@@ -0,0 +1,23 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: District Network Modelling Route UI
+Bundle-SymbolicName: org.simantics.district.route.ui;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-Activator: org.simantics.district.route.ui.internal.Activator
+Bundle-Vendor: Semantum Oy
+Require-Bundle: org.eclipse.e4.ui.di,
+ org.eclipse.e4.ui.model.workbench,
+ org.eclipse.e4.core.di.annotations,
+ org.eclipse.e4.core.services,
+ org.simantics.ui,
+ org.simantics.district.route,
+ org.slf4j.api,
+ org.eclipse.e4.ui.workbench,
+ org.eclipse.e4.core.di,
+ org.eclipse.e4.ui.services
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Automatic-Module-Name: fi.vtt.apros.district.route.ui
+Import-Package: javax.annotation;version="1.0.0";resolution:=optional,
+  javax.inject;version="1.0.0",
+  org.osgi.service.event;version="1.3.1"
+Bundle-ActivationPolicy: lazy