Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-02-09 13:10:32 +0000
committerSteffen Pingel2012-02-09 13:10:32 +0000
commit173c07207e39b2cbbe5af0077b5588be52b09c6c (patch)
tree63a6dddee2156ef266eafb4b35ee94950da432fa /org.eclipse.mylyn.tasks.index.core
parentcfcb5a504b3a6422cf53c8a8a4d46615e1af9a6d (diff)
downloadorg.eclipse.mylyn.tasks-173c07207e39b2cbbe5af0077b5588be52b09c6c.tar.gz
org.eclipse.mylyn.tasks-173c07207e39b2cbbe5af0077b5588be52b09c6c.tar.xz
org.eclipse.mylyn.tasks-173c07207e39b2cbbe5af0077b5588be52b09c6c.zip
NEW - bug 371017: include task list index feature in build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=371017 Change-Id: I0b64f5e816caaf8058a7882a8e4a1d42723d6c8e
Diffstat (limited to 'org.eclipse.mylyn.tasks.index.core')
-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 1d1e108df..782dbeb22 100644
--- a/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF
@@ -5,8 +5,8 @@ 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.eclipse.mylyn.tasks.core;bundle-version="3.7.0",
+ org.eclipse.mylyn.commons.core;bundle-version="3.7.0",
org.apache.lucene.core;bundle-version="2.9.1"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy

Back to the top