X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.scl.ui%2FMETA-INF%2FMANIFEST.MF;fp=bundles%2Forg.simantics.scl.ui%2FMETA-INF%2FMANIFEST.MF;h=da620c7926e7bdc84e29e32430e4410c1dbb687f;hb=969bd23cab98a79ca9101af33334000879fb60c5;hp=0000000000000000000000000000000000000000;hpb=866dba5cd5a3929bbeae85991796acb212338a08;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scl.ui/META-INF/MANIFEST.MF b/bundles/org.simantics.scl.ui/META-INF/MANIFEST.MF new file mode 100755 index 000000000..da620c792 --- /dev/null +++ b/bundles/org.simantics.scl.ui/META-INF/MANIFEST.MF @@ -0,0 +1,22 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: SCL UI +Bundle-SymbolicName: org.simantics.scl.ui;singleton:=true +Bundle-Version: 0.5.0.qualifier +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Require-Bundle: org.eclipse.ui.editors;bundle-version="3.6.0", + org.eclipse.core.resources;bundle-version="3.6.0", + org.eclipse.ui;bundle-version="3.6.0", + org.eclipse.core.runtime;bundle-version="3.6.0", + org.eclipse.jface.text;bundle-version="3.6.0", + org.simantics.scl.runtime;bundle-version="0.2.0", + gnu.trove3;bundle-version="3.0.0", + org.simantics.scl.osgi;bundle-version="1.0.0", + org.simantics.scl.compiler, + org.junit;bundle-version="4.12.0";resolution:=optional +Export-Package: org.simantics.scl.ui.console, + org.simantics.scl.ui.editor, + org.simantics.scl.ui.editor2, + org.simantics.scl.ui.imports +Bundle-Activator: org.simantics.scl.ui.Activator +Bundle-ActivationPolicy: lazy