Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Green2012-01-26 23:48:01 +0000
committerDavid Green2012-01-26 23:48:01 +0000
commit829aa2877b332f9547a816e91b3fdf899304b497 (patch)
tree61cf485cc3a14347edae8a70a8c96218250c075a /org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF
parent77b27ed8d525c7f83677544a349bea967f5286bf (diff)
downloadorg.eclipse.mylyn.tasks-829aa2877b332f9547a816e91b3fdf899304b497.tar.gz
org.eclipse.mylyn.tasks-829aa2877b332f9547a816e91b3fdf899304b497.tar.xz
org.eclipse.mylyn.tasks-829aa2877b332f9547a816e91b3fdf899304b497.zip
191522: provide full text search functionality over task comments
https://bugs.eclipse.org/bugs/show_bug.cgi?id=191522 Change-Id: I93be38a91d657ea1df488dd56cad43c4c5505e3e
Diffstat (limited to 'org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF14
1 files changed, 14 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..1d1e108df
--- /dev/null
+++ b/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF
@@ -0,0 +1,14 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name
+Bundle-SymbolicName: org.eclipse.mylyn.tasks.index.core
+Bundle-Version: 3.7.0.qualifier
+Bundle-Vendor: %Bundle-Vendor
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.mylyn.tasks.core;bundle-version="3.6.0",
+ org.eclipse.mylyn.commons.core;bundle-version="3.6.0",
+ org.apache.lucene.core;bundle-version="2.9.1"
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ActivationPolicy: lazy
+Export-Package: org.eclipse.mylyn.internal.tasks.index.core;x-internal:=true
+

Back to the top