Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2007-07-28 22:12:26 +0000
committerrelves2007-07-28 22:12:26 +0000
commitbafa2fb14849eeb6efbbbe4d1816d6e94f6a6a1b (patch)
tree667a4c15a337438b19e47972e1f9ebb3df740e91 /org.eclipse.mylyn.tasks.ui/plugin.xml
parent7521ada7e9e63cda8e2945b7b188944d5b8961df (diff)
downloadorg.eclipse.mylyn.tasks-bafa2fb14849eeb6efbbbe4d1816d6e94f6a6a1b.tar.gz
org.eclipse.mylyn.tasks-bafa2fb14849eeb6efbbbe4d1816d6e94f6a6a1b.tar.xz
org.eclipse.mylyn.tasks-bafa2fb14849eeb6efbbbe4d1816d6e94f6a6a1b.zip
NEW - bug 189514: allow import/export and cloning of queries
https://bugs.eclipse.org/bugs/show_bug.cgi?id=189514
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index c724cbee3..d566ea5c6 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -343,7 +343,7 @@
</enablement>
</action>
- <!-- <action
+ <action
class="org.eclipse.mylyn.internal.tasks.ui.actions.QueryCloneAction"
definitionId="org.eclipse.ui.query.clone"
enablesFor="org.eclipse.mylyn.tasks.core.AbstractRepositoryQuery"
@@ -351,7 +351,7 @@
label="Clone Query..."
menubarPath="repository"
tooltip="Clone Repository Query">
- </action>-->
+ </action>
<action
class="org.eclipse.mylyn.internal.tasks.ui.actions.QueryExportAction"

Back to the top