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-site
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-site')
-rw-r--r--org.eclipse.mylyn.tasks-site/site.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks-site/site.xml b/org.eclipse.mylyn.tasks-site/site.xml
index 459999b0a..26b722d06 100644
--- a/org.eclipse.mylyn.tasks-site/site.xml
+++ b/org.eclipse.mylyn.tasks-site/site.xml
@@ -16,6 +16,9 @@
<feature url="features/org.eclipse.mylyn_feature_0.0.0.jar" id="org.eclipse.mylyn_feature" version="0.0.0">
<category name="Features"/>
</feature>
+ <feature url="features/org.eclipse.mylyn.tasks.index_0.0.0.jar" id="org.eclipse.mylyn.tasks.index" version="0.0.0">
+ <category name="Features"/>
+ </feature>
<feature url="features/org.eclipse.mylyn.bugzilla_feature_0.0.0.jar" id="org.eclipse.mylyn.bugzilla_feature" version="0.0.0">
<category name="Integration"/>
</feature>

Back to the top