]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.fileimport/META-INF/MANIFEST.MF
Move platform to only work with JDK's >= 11
[simantics/platform.git] / bundles / org.simantics.fileimport / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Simantics Fileimport Interface and base classes
4 Bundle-SymbolicName: org.simantics.fileimport;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Activator: org.simantics.fileimport.Activator
7 Require-Bundle: org.eclipse.core.runtime,
8  org.apache.log4j,
9  org.simantics.db,
10  org.simantics,
11  org.simantics.graphfile;bundle-version="0.1.0",
12  org.simantics.graphfile.ontology;bundle-version="0.1.0",
13  org.simantics.modeling;bundle-version="1.1.1",
14  org.slf4j.api
15 Bundle-RequiredExecutionEnvironment: JavaSE-11
16 Bundle-ActivationPolicy: lazy
17 Export-Package: org.simantics.fileimport
18 Service-Component: OSGI-INF/FileReferenceFileImport.xml,
19  OSGI-INF/LibraryFolderFileImport.xml
20 Bundle-Vendor: Semantum Oy
21 Automatic-Module-Name: org.simantics.fileimport