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;fp=bundles%2Forg.simantics.fileimport%2FMETA-INF%2FMANIFEST.MF;h=2c23ea6d03705ab35721b04ac1f2ce6d1ef5c649;hp=0000000000000000000000000000000000000000;hb=96bb7ef9cbe42d82eb58306d8f9b62392cc29ba8;hpb=ae5bb63c5c88f6569518fed2a24df86fbd0570ff diff --git a/bundles/org.simantics.fileimport/META-INF/MANIFEST.MF b/bundles/org.simantics.fileimport/META-INF/MANIFEST.MF new file mode 100644 index 000000000..2c23ea6d0 --- /dev/null +++ b/bundles/org.simantics.fileimport/META-INF/MANIFEST.MF @@ -0,0 +1,18 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Simantics Fileimport Interface +Bundle-SymbolicName: org.simantics.fileimport +Bundle-Version: 1.0.0.qualifier +Bundle-Activator: org.simantics.fileimport.Activator +Require-Bundle: org.eclipse.core.runtime, + org.apache.log4j, + org.simantics.db, + 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" +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-ActivationPolicy: lazy +Export-Package: org.simantics.fileimport +Service-Component: OSGI-INF/FileReferenceFileImport.xml, + OSGI-INF/LibraryFolderFileImport.xml