You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hdt.apache.org by ad...@apache.org on 2013/04/13 19:46:30 UTC

[3/4] git commit: need eclipse.ui.ide to make the programmatic action handlers work

need eclipse.ui.ide to make the programmatic action handlers work


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

Branch: refs/heads/hadoop-1
Commit: 91a36eeca2bee8ad78f8abe6c82d3d4d90e2e9d7
Parents: 4531114
Author: adamb <ad...@apache.org>
Authored: Fri Apr 12 13:58:23 2013 -0500
Committer: adamb <ad...@apache.org>
Committed: Fri Apr 12 15:39:03 2013 -0500

----------------------------------------------------------------------
 org.apache.hdt.dfs.ui/META-INF/MANIFEST.MF |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/91a36eec/org.apache.hdt.dfs.ui/META-INF/MANIFEST.MF
----------------------------------------------------------------------
diff --git a/org.apache.hdt.dfs.ui/META-INF/MANIFEST.MF b/org.apache.hdt.dfs.ui/META-INF/MANIFEST.MF
index beb3b81..f4b1368 100644
--- a/org.apache.hdt.dfs.ui/META-INF/MANIFEST.MF
+++ b/org.apache.hdt.dfs.ui/META-INF/MANIFEST.MF
@@ -12,7 +12,8 @@ Require-Bundle: org.eclipse.ui,
  org.apache.hdt.dfs.core,
  org.eclipse.core.resources,
  org.eclipse.ui.navigator,
- org.apache.hdt.ui
+ org.apache.hdt.ui,
+ org.eclipse.ui.ide
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-ActivationPolicy: lazy
 Import-Package: org.eclipse.ui