Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-07-18 19:24:59 +0000
committerSteffen Pingel2012-07-20 10:59:32 +0000
commit3abbd0b1b3813b379b4066e8d23d02be9e2fe07c (patch)
tree7c61012dd14e5cfdc46a0f6e0f8eec5215218f6d /org.eclipse.mylyn.tasks.ui
parente2b81dd76aa500e8f27a918b637c90683fc41431 (diff)
downloadorg.eclipse.mylyn.tasks-3abbd0b1b3813b379b4066e8d23d02be9e2fe07c.tar.gz
org.eclipse.mylyn.tasks-3abbd0b1b3813b379b4066e8d23d02be9e2fe07c.tar.xz
org.eclipse.mylyn.tasks-3abbd0b1b3813b379b4066e8d23d02be9e2fe07c.zip
NEW - bug 382164: property page appear for closed projects
https://bugs.eclipse.org/bugs/show_bug.cgi?id=382164
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index c8a0cd882..6c44abe1c 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -1034,6 +1034,7 @@
type="org.eclipse.core.resources.IProject">
</adapt>
</enabledWhen>
+ <filter name="open" value="true"/>
</page>
</extension>
<extension

Back to the top