]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.db.indexing/META-INF/MANIFEST.MF
Merge "Tons of dependency fixes and updates"
[simantics/platform.git] / bundles / org.simantics.db.indexing / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Database Indexing
4 Bundle-SymbolicName: org.simantics.db.indexing;singleton:=true
5 Bundle-Version: 1.1.0.qualifier
6 Bundle-Vendor: VTT Technical Research Centre of Finland
7 Require-Bundle: org.eclipse.core.runtime,
8  org.simantics.db.layer0;bundle-version="0.8.0",
9  org.apache.lucene4.core;bundle-version="4.9.0",
10  org.apache.lucene4.queryparser;bundle-version="4.9.0",
11  org.apache.lucene4.analyzers-common;bundle-version="4.9.0",
12  org.simantics.db.services;bundle-version="0.8.0",
13  org.slf4j.api
14 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
15 Export-Package: org.simantics.db.indexing
16 Bundle-Activator: org.simantics.db.indexing.Activator
17 Bundle-ActivationPolicy: lazy
18 Automatic-Module-Name: org.simantics.db.indexing