Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2013-10-25 15:12:07 +0000
committerChristian W. Damus2013-10-25 15:14:59 +0000
commitda5fdd258b6f17bc53294b682c1512587d6c60ff (patch)
tree9fa2a4b893dafefaf630171297f8fb76fe65eb57 /plugins/org.eclipse.net4j.util.ui/META-INF/MANIFEST.MF
parentb02553222d4486117970c8105de3560141fe58d9 (diff)
downloadcdo-bugs/399306a.tar.gz
cdo-bugs/399306a.tar.xz
cdo-bugs/399306a.zip
[399306] [Security] Add password managementbugs/399306a
https://bugs.eclipse.org/bugs/show_bug.cgi?id=399306 Update the Reset Password... action to use the new menu contribution mechanism, supporting user-defined key bindings. Includes new reusable Handler analogues of the SafeActionDelegate and LongRunningActionDelegate in the Net4J UI Util.
Diffstat (limited to 'plugins/org.eclipse.net4j.util.ui/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.net4j.util.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.net4j.util.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.net4j.util.ui/META-INF/MANIFEST.MF
index d52c1d7a76..a1b438c344 100644
--- a/plugins/org.eclipse.net4j.util.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.net4j.util.ui/META-INF/MANIFEST.MF
@@ -24,6 +24,7 @@ Export-Package: org.eclipse.net4j.util.internal.ui;version="3.4.0";x-internal:=t
org.eclipse.net4j.util.ui.actions;version="3.4.0",
org.eclipse.net4j.util.ui.container;version="3.4.0",
org.eclipse.net4j.util.ui.dnd;version="3.4.0",
+ org.eclipse.net4j.util.ui.handlers;version="3.4.0",
org.eclipse.net4j.util.ui.prefs;version="3.4.0",
org.eclipse.net4j.util.ui.proposals;version="3.4.0",
org.eclipse.net4j.util.ui.security;version="3.4.0",

Back to the top