diff options
author | Steffen Pingel | 2012-02-09 13:10:32 +0000 |
---|---|---|
committer | Steffen Pingel | 2012-02-09 13:10:32 +0000 |
commit | 173c07207e39b2cbbe5af0077b5588be52b09c6c (patch) | |
tree | 63a6dddee2156ef266eafb4b35ee94950da432fa /org.eclipse.mylyn.tasks.index-feature | |
parent | cfcb5a504b3a6422cf53c8a8a4d46615e1af9a6d (diff) | |
download | org.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-feature')
-rw-r--r-- | org.eclipse.mylyn.tasks.index-feature/feature.properties | 5 | ||||
-rw-r--r-- | org.eclipse.mylyn.tasks.index-feature/feature.xml | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tasks.index-feature/feature.properties b/org.eclipse.mylyn.tasks.index-feature/feature.properties index ad13f0bc6..2639f7870 100644 --- a/org.eclipse.mylyn.tasks.index-feature/feature.properties +++ b/org.eclipse.mylyn.tasks.index-feature/feature.properties @@ -9,10 +9,9 @@ # Tasktop Technologies - initial API and implementation ############################################################################### featureName=Mylyn Task List Index -description=Provides richer search capabilities within the task list.\n\ - For details: https://bugs.eclipse.org/bugs/show_bug.cgi?id=191522 +description=Provides search capabilities within the task list. providerName=Eclipse Mylyn -copyright=Copyright (c) 2011 Tasktop Technologies. All rights reserved. +copyright=Copyright (c) 2011, 2012 Tasktop Technologies. All rights reserved. license=\ Eclipse Foundation Software User Agreement\n\ diff --git a/org.eclipse.mylyn.tasks.index-feature/feature.xml b/org.eclipse.mylyn.tasks.index-feature/feature.xml index 1b8c3c061..01d8d50b2 100644 --- a/org.eclipse.mylyn.tasks.index-feature/feature.xml +++ b/org.eclipse.mylyn.tasks.index-feature/feature.xml @@ -18,6 +18,10 @@ %license </license> + <requires> + <import feature="org.eclipse.mylyn_feature" version="3.7.0" match="compatible"/> + </requires> + <plugin id="org.eclipse.mylyn.tasks.index.core" download-size="0" |