You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hdt.apache.org by rs...@apache.org on 2013/06/20 06:37:30 UTC

git commit: HDT-25 : The command ("dfs.browser.action.delete") is undefined

Updated Branches:
  refs/heads/master 2b7256ee2 -> 90fd20de5


HDT-25 : The command ("dfs.browser.action.delete") is undefined

  - This is just a warning as all the actions are performed using ActionProvides rather Commmand framework. Thus defined empty commands for handling warnings.


Project: http://git-wip-us.apache.org/repos/asf/incubator-hdt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hdt/commit/90fd20de
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hdt/tree/90fd20de
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hdt/diff/90fd20de

Branch: refs/heads/master
Commit: 90fd20de502d02501b85595dd2ce2d90ee07944a
Parents: 2b7256e
Author: Rahul Sharma <rs...@apache.org>
Authored: Thu Jun 20 10:02:36 2013 +0530
Committer: Rahul Sharma <rs...@apache.org>
Committed: Thu Jun 20 10:02:36 2013 +0530

----------------------------------------------------------------------
 org.apache.hdt.dfs.ui/plugin.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/90fd20de/org.apache.hdt.dfs.ui/plugin.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.dfs.ui/plugin.xml b/org.apache.hdt.dfs.ui/plugin.xml
index 559cfc8..b07bc09 100644
--- a/org.apache.hdt.dfs.ui/plugin.xml
+++ b/org.apache.hdt.dfs.ui/plugin.xml
@@ -1,6 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.4"?>
 <plugin>
+    <extension point="org.eclipse.ui.commands">
+      <command id="dfs.browser.action.delete"
+         name="Delete DFS location">
+      </command>
+      <command id="dfs.browser.action.disconnect"
+            name="Disconnect DFS location">
+      </command>
+      <command id="dfs.browser.action.refresh"
+            name="Refresh DFS location">
+      </command>
+      <command id="dfs.browser.action.download"
+            name="Download from DFS">
+      </command>
+   </extension>      
    <extension
          point="org.eclipse.ui.navigator.navigatorContent">
       <navigatorContent