X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db.procore.ui%2FMETA-INF%2FMANIFEST.MF;fp=bundles%2Forg.simantics.db.procore.ui%2FMETA-INF%2FMANIFEST.MF;h=3965148e3a336a15f09587ae679d87530eba9930;hp=0000000000000000000000000000000000000000;hb=969bd23cab98a79ca9101af33334000879fb60c5;hpb=866dba5cd5a3929bbeae85991796acb212338a08 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 index 000000000..3965148e3 --- /dev/null +++ b/bundles/org.simantics.db.procore.ui/META-INF/MANIFEST.MF @@ -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"