]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.procore.ui/META-INF/MANIFEST.MF
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.db.procore.ui / META-INF / MANIFEST.MF
diff --git a/bundles/org.simantics.db.procore.ui/META-INF/MANIFEST.MF b/bundles/org.simantics.db.procore.ui/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..3965148
--- /dev/null
@@ -0,0 +1,22 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: ProCore User Interface
+Bundle-SymbolicName: org.simantics.db.procore.ui
+Bundle-Vendor: VTT Technical Research Centre of Finland
+Bundle-Version: 1.1.6.qualifier
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: org.simantics.db.procore.ui.internal.Activator
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Export-Package: org.simantics.db.procore.ui
+Import-Package: 
+ org.osgi.framework;version="1.3.0",
+ org.eclipse.jface.dialogs,
+ org.eclipse.jface.operation,
+ org.eclipse.core.runtime,
+ org.eclipse.swt.widgets,
+ org.eclipse.ui,
+ org.simantics.db,
+ org.simantics.db.exception,
+ org.simantics.db.common.utils,
+ org.simantics.db.server;visibility:=reexport
+Require-Bundle: org.simantics.db.procore;bundle-version="1.2.1"