Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2006-09-25 21:55:59 +0000
committerrelves2006-09-25 21:55:59 +0000
commit3fd97dd67e28681cc2c25a194a0ab7d48ca24c15 (patch)
tree5f6a4136f7e632f043d05ed2ad0c113498c14c7a /org.eclipse.mylyn.tasks.ui/plugin.xml
parent504ee198d90108ea3835b49513c18fe3189b5365 (diff)
downloadorg.eclipse.mylyn.tasks-3fd97dd67e28681cc2c25a194a0ab7d48ca24c15.tar.gz
org.eclipse.mylyn.tasks-3fd97dd67e28681cc2c25a194a0ab7d48ca24c15.tar.xz
org.eclipse.mylyn.tasks-3fd97dd67e28681cc2c25a194a0ab7d48ca24c15.zip
Progress on: 145214: Allow to create links between projects and issue repositories
https://bugs.eclipse.org/bugs/show_bug.cgi?id=145214
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index 47d387bf3..161ec23f0 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -578,6 +578,15 @@
label="Task Search"
tabPosition="999"/>
</extension>
+ <extension
+ point="org.eclipse.ui.propertyPages">
+ <page
+ adaptable="true"
+ class="org.eclipse.mylar.tasks.ui.properties.ProjectTaskRepositoryPage"
+ id="org.eclipse.mylar.tasks.ui.project.repository"
+ name="Task Repository"
+ objectClass="org.eclipse.core.resources.IProject"/>
+ </extension>
</plugin>

Back to the top