X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.fileimport%2FMETA-INF%2FMANIFEST.MF;h=12f2e3db6d76b267474334a55e4a47ca683074d4;hp=d1a2f8065749b20373e856fa3c6354dceb595d69;hb=23ad7f815d0717a640f6b286ef473c5c9f30ff96;hpb=0ae5b334ac87008b9487653557f03cc20437cc0a diff --git a/bundles/org.simantics.fileimport/META-INF/MANIFEST.MF b/bundles/org.simantics.fileimport/META-INF/MANIFEST.MF index d1a2f8065..12f2e3db6 100644 --- a/bundles/org.simantics.fileimport/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.fileimport/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Simantics Fileimport Interface and base classes -Bundle-SymbolicName: org.simantics.fileimport +Bundle-SymbolicName: org.simantics.fileimport;singleton:=true Bundle-Version: 1.0.0.qualifier Bundle-Activator: org.simantics.fileimport.Activator Require-Bundle: org.eclipse.core.runtime, @@ -10,10 +10,12 @@ Require-Bundle: org.eclipse.core.runtime, org.simantics, org.simantics.graphfile;bundle-version="0.1.0", org.simantics.graphfile.ontology;bundle-version="0.1.0", - org.simantics.modeling;bundle-version="1.1.1" + org.simantics.modeling;bundle-version="1.1.1", + org.slf4j.api Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy Export-Package: org.simantics.fileimport Service-Component: OSGI-INF/FileReferenceFileImport.xml, OSGI-INF/LibraryFolderFileImport.xml Bundle-Vendor: Semantum Oy +Automatic-Module-Name: org.simantics.fileimport