X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.osgi%2FMETA-INF%2FMANIFEST.MF;h=2b6dc004fc3e074370c09dfc7ea859a58fe53786;hp=a1033a4a4b710589241eda12510c2403fd6ea1a6;hb=38d133f2a39bab76deed5d047fbabee4479b5373;hpb=a8758de5bc19e5adb3f618d3038743a164f09912 diff --git a/bundles/org.simantics.scl.osgi/META-INF/MANIFEST.MF b/bundles/org.simantics.scl.osgi/META-INF/MANIFEST.MF old mode 100755 new mode 100644 index a1033a4a4..2b6dc004f --- a/bundles/org.simantics.scl.osgi/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.scl.osgi/META-INF/MANIFEST.MF @@ -6,13 +6,16 @@ Bundle-Version: 1.0.4.qualifier Bundle-Activator: org.simantics.scl.osgi.internal.Activator Require-Bundle: org.eclipse.core.runtime, gnu.trove3;bundle-version="3.0.0", - org.simantics.scl.compiler;bundle-version="0.6.0";visibility:=reexport + org.simantics.scl.compiler;bundle-version="0.6.0";visibility:=reexport, + org.slf4j.api Bundle-ActivationPolicy: lazy -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-RequiredExecutionEnvironment: JavaSE-11 Export-Package: org.simantics.scl.osgi, - org.simantics.scl.osgi.internal + org.simantics.scl.osgi.internal, + org.simantics.scl.osgi.issues Service-Component: OSGI-INF/org.simantics.scl.osgi.internal.BundleModuleSourceRepository.xml, OSGI-INF/org.simantics.scl.osgi.internal.FileSystemModuleSourceRepository.xml, OSGI-INF/org.simantics.scl.osgi.internal.BundleTestScriptRepository.xml Import-Package: org.osgi.service.component, org.osgi.service.component.annotations +Automatic-Module-Name: org.simantics.scl.osgi