X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.ui%2FMETA-INF%2FMANIFEST.MF;h=0441e0f63380f55b1c16c0fce2bd33001fb1af51;hp=931ae92cdc710f1b675f7eb343a21389103142b8;hb=38d133f2a39bab76deed5d047fbabee4479b5373;hpb=593a8f75d9dbc363234002dc500c346afbeba040 diff --git a/bundles/org.simantics.scl.ui/META-INF/MANIFEST.MF b/bundles/org.simantics.scl.ui/META-INF/MANIFEST.MF old mode 100755 new mode 100644 index 931ae92cd..0441e0f63 --- a/bundles/org.simantics.scl.ui/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.scl.ui/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ 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 +Bundle-RequiredExecutionEnvironment: JavaSE-11 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", @@ -13,10 +13,18 @@ Require-Bundle: org.eclipse.ui.editors;bundle-version="3.6.0", gnu.trove3;bundle-version="3.0.0", org.simantics.scl.osgi;bundle-version="1.0.0", org.simantics.scl.compiler;bundle-version="0.6.0", - org.junit;bundle-version="4.12.0";resolution:=optional + org.junit;bundle-version="4.12.0";resolution:=optional, + com.ibm.icu, + org.slf4j.api, + org.eclipse.search;bundle-version="3.11.100", + org.eclipse.ui.views, + org.simantics.scl.db;bundle-version="0.1.3", + org.simantics.ui 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 +Service-Component: OSGI-INF/sclModuleIssueProvider.xml +Automatic-Module-Name: org.simantics.scl.ui