This repository was archived by the owner on Nov 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
executable file
·36 lines (36 loc) · 1.44 KB
/
MANIFEST.MF
File metadata and controls
executable file
·36 lines (36 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: InstaSearch
Bundle-SymbolicName: it.unibz.instasearch;singleton:=true
Bundle-Version: 1.5.8
Bundle-Activator: it.unibz.instasearch.InstaSearchPlugin
Bundle-DocURL: https://github.com/ajermakovics/eclipse-instasearch
Bundle-UpdateLocation: http://dl.bintray.com/ajermakovics/InstaSearch/
Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
org.apache.commons.lang,
org.eclipse.ui.ide,
org.eclipse.ui.editors,
org.eclipse.ui.workbench.texteditor,
org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.search,
org.eclipse.jface.text,
org.eclipse.debug.ui,
org.eclipse.jdt.ui;resolution:=optional,
org.eclipse.jdt.core;resolution:=optional,
org.junit;bundle-version="4.0.0";resolution:=optional
Bundle-Vendor: Andrejs Jermakovics
Bundle-ClassPath: .,
lib/org.apache.lucene_2.9.1.v201101211721.jar,
lib/org.apache.lucene.analysis_2.9.1.v201101211721.jar,
lib/org.apache.lucene.core_2.9.1.v201101211721.jar,
lib/org.apache.lucene.highlighter_2.9.1.v20100421-0704.jar,
lib/org.apache.lucene.memory_2.9.1.v20100421-0704.jar,
lib/org.apache.lucene.misc_2.9.1.v20100421-0704.jar,
lib/org.apache.lucene.queries_2.9.1.v20100421-0704.jar,
lib/org.apache.lucene.snowball_2.9.1.v20100421-0704.jar,
lib/org.apache.lucene.spellchecker_2.9.1.v20100421-0704.jar
Eclipse-LazyStart: false
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6