Fix for Hadoop clusters wizard. Added logging jar, and dependency in
hdt.ui
diff --git a/org.apache.hadoop.eclipse/.classpath b/org.apache.hadoop.eclipse/.classpath
index 3354a37..4b086e8 100644
--- a/org.apache.hadoop.eclipse/.classpath
+++ b/org.apache.hadoop.eclipse/.classpath
@@ -4,5 +4,6 @@
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry exported="true" kind="lib" path="lib/hadoop-core-1.0.4.jar"/>
+	<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
diff --git a/org.apache.hadoop.eclipse/META-INF/MANIFEST.MF b/org.apache.hadoop.eclipse/META-INF/MANIFEST.MF
index eb241fd..d456d60 100644
--- a/org.apache.hadoop.eclipse/META-INF/MANIFEST.MF
+++ b/org.apache.hadoop.eclipse/META-INF/MANIFEST.MF
@@ -103,4 +103,5 @@
  org.apache.hadoop.util,
  org.apache.hadoop.util.bloom,
  org.apache.hadoop.util.hash
-Bundle-ClassPath: lib/hadoop-core-1.0.4.jar
+Bundle-ClassPath: lib/commons-logging-1.1.1.jar,
+ lib/hadoop-core-1.0.4.jar
diff --git a/org.apache.hadoop.eclipse/build.properties b/org.apache.hadoop.eclipse/build.properties
index 9b6f741..bcaa25d 100644
--- a/org.apache.hadoop.eclipse/build.properties
+++ b/org.apache.hadoop.eclipse/build.properties
@@ -1,3 +1,4 @@
 output.. = bin/
 bin.includes = META-INF/,\
-               lib/hadoop-core-1.0.4.jar
+               lib/hadoop-core-1.0.4.jar,\
+               lib/commons-logging-1.1.1.jar
diff --git a/org.apache.hadoop.eclipse/lib/commons-logging-1.1.1.jar b/org.apache.hadoop.eclipse/lib/commons-logging-1.1.1.jar
new file mode 100644
index 0000000..1deef14
--- /dev/null
+++ b/org.apache.hadoop.eclipse/lib/commons-logging-1.1.1.jar
Binary files differ
diff --git a/org.apache.hdt.ui/META-INF/MANIFEST.MF b/org.apache.hdt.ui/META-INF/MANIFEST.MF
index be1cd74..c74262a 100644
--- a/org.apache.hdt.ui/META-INF/MANIFEST.MF
+++ b/org.apache.hdt.ui/META-INF/MANIFEST.MF
@@ -13,7 +13,8 @@
  org.eclipse.jdt.ui,
  org.eclipse.ui.ide,
  org.eclipse.debug.ui,
- org.eclipse.ui.console
+ org.eclipse.ui.console,
+ org.apache.hadoop.eclipse;bundle-version="0.0.0"
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-ActivationPolicy: lazy
 Export-Package: org.apache.hdt.ui