X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db.indexing%2FMETA-INF%2FMANIFEST.MF;h=501876664d98982e6dacaf3035c268c87d9118ce;hp=f86c1499ddee0458013e7207a7109ca56ae6c86d;hb=23ad7f815d0717a640f6b286ef473c5c9f30ff96;hpb=dcca7344e1da6f975859fd79fbc6cead7d363042 diff --git a/bundles/org.simantics.db.indexing/META-INF/MANIFEST.MF b/bundles/org.simantics.db.indexing/META-INF/MANIFEST.MF index f86c1499d..501876664 100644 --- a/bundles/org.simantics.db.indexing/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.db.indexing/META-INF/MANIFEST.MF @@ -1,16 +1,18 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Database Indexing -Bundle-SymbolicName: org.simantics.db.indexing;singleton:=true -Bundle-Version: 1.1.0.qualifier -Bundle-Vendor: VTT Technical Research Centre of Finland -Require-Bundle: org.eclipse.core.runtime, - org.simantics.db.layer0;bundle-version="0.8.0", - org.apache.lucene4.core;bundle-version="4.9.0", - org.apache.lucene4.queryparser;bundle-version="4.9.0", - org.apache.lucene4.analyzers-common;bundle-version="4.9.0", - org.simantics.db.services;bundle-version="0.8.0" -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Export-Package: org.simantics.db.indexing -Bundle-Activator: org.simantics.db.indexing.Activator -Bundle-ActivationPolicy: lazy +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Database Indexing +Bundle-SymbolicName: org.simantics.db.indexing;singleton:=true +Bundle-Version: 1.1.0.qualifier +Bundle-Vendor: VTT Technical Research Centre of Finland +Require-Bundle: org.eclipse.core.runtime, + org.simantics.db.layer0;bundle-version="0.8.0", + org.apache.lucene4.core;bundle-version="4.9.0", + org.apache.lucene4.queryparser;bundle-version="4.9.0", + org.apache.lucene4.analyzers-common;bundle-version="4.9.0", + org.simantics.db.services;bundle-version="0.8.0", + org.slf4j.api;bundle-version="1.7.25" +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Export-Package: org.simantics.db.indexing +Bundle-Activator: org.simantics.db.indexing.Activator +Bundle-ActivationPolicy: lazy +Automatic-Module-Name: org.simantics.db.indexing