Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Green2011-11-02 23:20:11 +0000
committerDavid Green2011-11-02 23:20:11 +0000
commit060575c318e69a2e523e43d7631e74f33b98e8b2 (patch)
tree63427d181e1f8da5796335d40818e2810b4a63f9
parentb780e4c731993f606582c5dc4c5ee9c58044b4be (diff)
downloadorg.eclipse.mylyn.incubator-060575c318e69a2e523e43d7631e74f33b98e8b2.tar.gz
org.eclipse.mylyn.incubator-060575c318e69a2e523e43d7631e74f33b98e8b2.tar.xz
org.eclipse.mylyn.incubator-060575c318e69a2e523e43d7631e74f33b98e8b2.zip
bug 191522: provide full text search functionality over task comments
https://bugs.eclipse.org/bugs/show_bug.cgi?id=191522 core bundle can work with Tasks 3.6 (3.7 is not required)
-rw-r--r--org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 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
index 03d6e58e..8a0dabc9 100644
--- a/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF
@@ -6,8 +6,8 @@ Bundle-Version: 3.7.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Service-Component: OSGI-INF/task_list_index.xml
Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.mylyn.tasks.core;bundle-version="3.7.0",
- org.eclipse.mylyn.commons.core;bundle-version="3.7.0",
+ 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

Back to the top