X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.osgi%2FMETA-INF%2FMANIFEST.MF;fp=bundles%2Forg.simantics.scl.osgi%2FMETA-INF%2FMANIFEST.MF;h=3735620b870b46f95c50d353e65154e45a375891;hb=969bd23cab98a79ca9101af33334000879fb60c5;hp=0000000000000000000000000000000000000000;hpb=866dba5cd5a3929bbeae85991796acb212338a08;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scl.osgi/META-INF/MANIFEST.MF b/bundles/org.simantics.scl.osgi/META-INF/MANIFEST.MF new file mode 100755 index 000000000..3735620b8 --- /dev/null +++ b/bundles/org.simantics.scl.osgi/META-INF/MANIFEST.MF @@ -0,0 +1,18 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: SCL OSGI support +Bundle-SymbolicName: org.simantics.scl.osgi;singleton:=true +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.2.0";visibility:=reexport +Bundle-ActivationPolicy: lazy +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Export-Package: org.simantics.scl.osgi, + org.simantics.scl.osgi.internal +Service-Component: OSGI-INF/org.simantics.scl.osgi.internal.BundleTestScriptRepository.xml, + OSGI-INF/org.simantics.scl.osgi.internal.FileSystemModuleSourceRepository.xml, + OSGI-INF/org.simantics.scl.osgi.internal.BundleModuleSourceRepository.xml +Import-Package: org.osgi.service.component, + org.osgi.service.component.annotations