Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsminto2009-05-27 20:05:45 +0000
committersminto2009-05-27 20:05:45 +0000
commita0b262ee4d1d4b31d5bea58591c1d0b70f7f74e6 (patch)
tree02222e1e87e1eb3a6c56859d9067e9448f38e05b /org.eclipse.mylyn.tasks.ui/plugin.xml
parentb2adaf31923d5d68f2588f6d9af5dd2683a699bd (diff)
downloadorg.eclipse.mylyn.tasks-a0b262ee4d1d4b31d5bea58591c1d0b70f7f74e6.tar.gz
org.eclipse.mylyn.tasks-a0b262ee4d1d4b31d5bea58591c1d0b70f7f74e6.tar.xz
org.eclipse.mylyn.tasks-a0b262ee4d1d4b31d5bea58591c1d0b70f7f74e6.zip
RESOLVED - bug 235439: Local Task repository should have a settings page
https://bugs.eclipse.org/bugs/show_bug.cgi?id=235439
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index b3b9c5166..7eb54bc5d 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -1453,18 +1453,18 @@
<instanceof
value="org.eclipse.mylyn.tasks.core.TaskRepository">
</instanceof>
- <test
- forcePluginActivation="true"
- property="org.eclipse.mylyn.taskRepository.userManaged"
- value="true">
- </test>
- <not>
+ <or>
+ <test
+ forcePluginActivation="true"
+ property="org.eclipse.mylyn.taskRepository.userManaged"
+ value="true">
+ </test>
<test
forcePluginActivation="true"
property="org.eclipse.mylyn.taskRepository.connectorKind"
value="local">
</test>
- </not>
+ </or>
</and>
</iterate>
</and>

Back to the top