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 /pom.xml
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 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d09ae1b4d..e35a8209a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,6 +74,10 @@
<module>org.eclipse.mylyn.tasks.bugs</module>
<module>org.eclipse.mylyn.tasks.core</module>
<module>org.eclipse.mylyn.tasks.ide-feature</module>
+ <module>org.eclipse.mylyn.tasks.index.core</module>
+ <module>org.eclipse.mylyn.tasks.index.ui</module>
+ <module>org.eclipse.mylyn.tasks.index.tests</module>
+ <module>org.eclipse.mylyn.tasks.index-feature</module>
<module>org.eclipse.mylyn.tasks.search</module>
<module>org.eclipse.mylyn.tasks.tests</module>
<module>org.eclipse.mylyn.tasks.ui</module>

Back to the top