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/09/27 09:56:00 UTC

git commit: HDT-40. Wizard action icons missing in Hadoop perspective. (srimanth)

Updated Branches:
  refs/heads/hadoop-eclipse-merge 442237da2 -> f3340da14


HDT-40. Wizard action icons missing in Hadoop perspective. (srimanth)

Signed-off-by: Rahul Sharma <rs...@apache.org>


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

Branch: refs/heads/hadoop-eclipse-merge
Commit: f3340da14658c14256f4f82bc45443d42ed29500
Parents: 442237d
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Thu Sep 26 01:23:46 2013 -0700
Committer: Rahul Sharma <rs...@apache.org>
Committed: Fri Sep 27 13:10:31 2013 +0530

----------------------------------------------------------------------
 .gitignore                                      |   1 +
 org.apache.hdt.core/.classpath                  |   6 ++--
 org.apache.hdt.core/.project                    |   4 +--
 .../.settings/org.eclipse.core.resources.prefs  |   2 +-
 .../.settings/org.eclipse.jdt.core.prefs        |   7 +++--
 org.apache.hdt.core/META-INF/MANIFEST.MF        |  19 +++++++++++-
 org.apache.hdt.feature/.classpath               |   9 ++++++
 org.apache.hdt.feature/.project                 |  11 ++++++-
 .../.settings/org.eclipse.core.resources.prefs  |   2 ++
 .../.settings/org.eclipse.jdt.core.prefs        |   5 ++++
 org.apache.hdt.hadoop.release/.classpath        |  12 ++++++--
 org.apache.hdt.hadoop.release/.project          |   6 ++--
 .../.settings/org.eclipse.core.resources.prefs  |   2 ++
 .../.settings/org.eclipse.jdt.core.prefs        |   7 +++--
 .../META-INF/MANIFEST.MF                        |   8 ++++-
 org.apache.hdt.hadoop.release/build.properties  |   8 ++++-
 org.apache.hdt.hadoop.release/pom.xml           |  30 +++++++++++++++++++
 org.apache.hdt.ui.test/.classpath               |   6 ++--
 org.apache.hdt.ui.test/.project                 |   6 ++--
 .../.settings/org.eclipse.core.resources.prefs  |   2 ++
 .../.settings/org.eclipse.jdt.core.prefs        |   1 +
 org.apache.hdt.ui/.classpath                    |   6 ++--
 org.apache.hdt.ui/.project                      |   4 +--
 .../.settings/org.eclipse.core.resources.prefs  |   2 ++
 .../.settings/org.eclipse.jdt.core.prefs        |   7 +++--
 org.apache.hdt.ui/icons/delete.gif              | Bin 0 -> 351 bytes
 org.apache.hdt.ui/icons/discardDownload.png     | Bin 0 -> 471 bytes
 org.apache.hdt.ui/icons/download.gif            | Bin 0 -> 332 bytes
 org.apache.hdt.ui/icons/hadoop-hdfs-16x16.gif   | Bin 0 -> 1051 bytes
 org.apache.hdt.ui/icons/hadoop-hdfs-new.png     | Bin 0 -> 831 bytes
 .../icons/hadoop-zookeeper-16x16.png            | Bin 0 -> 772 bytes
 .../icons/hadoop-zookeeper-new.png              | Bin 0 -> 813 bytes
 org.apache.hdt.ui/icons/ovr/local_resource.gif  | Bin 0 -> 292 bytes
 org.apache.hdt.ui/icons/ovr/offline.png         | Bin 0 -> 228 bytes
 org.apache.hdt.ui/icons/ovr/online.png          | Bin 0 -> 299 bytes
 .../icons/ovr/overlay-incoming.gif              | Bin 0 -> 114 bytes
 .../icons/ovr/overlay-outgoing.gif              | Bin 0 -> 64 bytes
 org.apache.hdt.ui/icons/ovr/read_only.gif       | Bin 0 -> 851 bytes
 org.apache.hdt.ui/icons/ovr/remote_resource.gif | Bin 0 -> 106 bytes
 org.apache.hdt.ui/icons/ovr/waiting_ovr.gif     | Bin 0 -> 179 bytes
 .../icons/ovr/zookeeper_ephermeral.gif          | Bin 0 -> 179 bytes
 org.apache.hdt.ui/icons/upload.gif              | Bin 0 -> 323 bytes
 org.apache.hdt.ui/icons/zookeeper-refresh.gif   | Bin 0 -> 166 bytes
 org.apache.hdt.ui/icons/zookeeper_node.png      | Bin 0 -> 310 bytes
 org.apache.hdt.updateSite/.classpath            |   9 ++++++
 org.apache.hdt.updateSite/.project              |  10 +++++--
 .../.settings/org.eclipse.core.resources.prefs  |   2 ++
 .../.settings/org.eclipse.jdt.core.prefs        |   5 ++++
 pom.xml                                         |  25 ++++++++++++++++
 49 files changed, 190 insertions(+), 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 0c3bdac..8928240 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 target/
 bin/
 jars/
+.project

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.core/.classpath
----------------------------------------------------------------------
diff --git a/org.apache.hdt.core/.classpath b/org.apache.hdt.core/.classpath
index a9f56e2..4a37a3a 100644
--- a/org.apache.hdt.core/.classpath
+++ b/org.apache.hdt.core/.classpath
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="src" path="src/"/>
 	<classpathentry exported="true" kind="lib" path="jars/log4j-1.2.15.jar"/>
-	<classpathentry kind="output" path="bin"/>
+	<classpathentry kind="output" path="target/classes"/>
 </classpath>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.core/.project
----------------------------------------------------------------------
diff --git a/org.apache.hdt.core/.project b/org.apache.hdt.core/.project
index bb03cc0..a444cd2 100644
--- a/org.apache.hdt.core/.project
+++ b/org.apache.hdt.core/.project
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
 	<name>org.apache.hdt.core</name>
-	<comment></comment>
+	<comment>Eclipse tools for developing against the Hadoop platform. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
 	<projects>
 	</projects>
 	<buildSpec>
@@ -22,7 +22,7 @@
 		</buildCommand>
 	</buildSpec>
 	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.pde.PluginNature</nature>
 	</natures>
 </projectDescription>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.core/.settings/org.eclipse.core.resources.prefs
----------------------------------------------------------------------
diff --git a/org.apache.hdt.core/.settings/org.eclipse.core.resources.prefs b/org.apache.hdt.core/.settings/org.eclipse.core.resources.prefs
index fc54be2..be23715 100644
--- a/org.apache.hdt.core/.settings/org.eclipse.core.resources.prefs
+++ b/org.apache.hdt.core/.settings/org.eclipse.core.resources.prefs
@@ -1,3 +1,3 @@
-#Wed Mar 13 23:19:03 PDT 2013
 eclipse.preferences.version=1
 encoding//models/Hadoop.ecore=UTF-8
+encoding/<project>=UTF-8

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.core/.settings/org.eclipse.jdt.core.prefs
----------------------------------------------------------------------
diff --git a/org.apache.hdt.core/.settings/org.eclipse.jdt.core.prefs b/org.apache.hdt.core/.settings/org.eclipse.jdt.core.prefs
index 9e90209..7eb06d0 100644
--- a/org.apache.hdt.core/.settings/org.eclipse.jdt.core.prefs
+++ b/org.apache.hdt.core/.settings/org.eclipse.jdt.core.prefs
@@ -1,4 +1,3 @@
-#Mon Mar 18 00:41:50 PDT 2013
 eclipse.preferences.version=1
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
@@ -84,9 +83,12 @@ org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
 org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
 org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false
 org.eclipse.jdt.core.formatter.indentation.size=4
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert
 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
-org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert
 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert
 org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert
 org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
 org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert
@@ -274,3 +276,4 @@ org.eclipse.jdt.core.formatter.use_on_off_tags=false
 org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
 org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
 org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=false
+org.eclipse.objectteams.otdt.compiler.option.pure_java=enabled

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.core/META-INF/MANIFEST.MF
----------------------------------------------------------------------
diff --git a/org.apache.hdt.core/META-INF/MANIFEST.MF b/org.apache.hdt.core/META-INF/MANIFEST.MF
index 756cc1b..77f773c 100644
--- a/org.apache.hdt.core/META-INF/MANIFEST.MF
+++ b/org.apache.hdt.core/META-INF/MANIFEST.MF
@@ -23,5 +23,22 @@ Export-Package: org.apache.hdt.core,
  org.apache.hdt.core.internal.zookeeper,
  org.apache.hdt.core.zookeeper,
  org.apache.log4j,
- org.apache.log4j.config
+ org.apache.log4j.chainsaw,
+ org.apache.log4j.config,
+ org.apache.log4j.helpers,
+ org.apache.log4j.jdbc,
+ org.apache.log4j.jmx,
+ org.apache.log4j.lf5,
+ org.apache.log4j.lf5.util,
+ org.apache.log4j.lf5.viewer,
+ org.apache.log4j.lf5.viewer.categoryexplorer,
+ org.apache.log4j.lf5.viewer.configure,
+ org.apache.log4j.net,
+ org.apache.log4j.nt,
+ org.apache.log4j.or,
+ org.apache.log4j.or.jms,
+ org.apache.log4j.or.sax,
+ org.apache.log4j.spi,
+ org.apache.log4j.varia,
+ org.apache.log4j.xml
 Bundle-ActivationPolicy: lazy

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.feature/.classpath
----------------------------------------------------------------------
diff --git a/org.apache.hdt.feature/.classpath b/org.apache.hdt.feature/.classpath
new file mode 100644
index 0000000..4c2b7c4
--- /dev/null
+++ b/org.apache.hdt.feature/.classpath
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+  <classpathentry kind="src" path="target/maven-shared-archive-resources" excluding="**/*.java"/>
+  <classpathentry kind="output" path="target/classes"/>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+  <classpathentry kind="src" path="/org.apache.hdt.core"/>
+  <classpathentry kind="src" path="/org.apache.hdt.hadoop.release"/>
+  <classpathentry kind="src" path="/org.apache.hdt.ui"/>
+</classpath>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.feature/.project
----------------------------------------------------------------------
diff --git a/org.apache.hdt.feature/.project b/org.apache.hdt.feature/.project
index bbf2949..017e5f9 100644
--- a/org.apache.hdt.feature/.project
+++ b/org.apache.hdt.feature/.project
@@ -1,17 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
 	<name>org.apache.hdt.feature</name>
-	<comment></comment>
+	<comment>Eclipse tools for developing against the Hadoop platform. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
 	<projects>
+		<project>org.apache.hdt.core</project>
+		<project>org.apache.hdt.hadoop.release</project>
+		<project>org.apache.hdt.ui</project>
 	</projects>
 	<buildSpec>
 		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
 			<name>org.eclipse.pde.FeatureBuilder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.pde.FeatureNature</nature>
 	</natures>
 </projectDescription>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.feature/.settings/org.eclipse.core.resources.prefs
----------------------------------------------------------------------
diff --git a/org.apache.hdt.feature/.settings/org.eclipse.core.resources.prefs b/org.apache.hdt.feature/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000..99f26c0
--- /dev/null
+++ b/org.apache.hdt.feature/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.feature/.settings/org.eclipse.jdt.core.prefs
----------------------------------------------------------------------
diff --git a/org.apache.hdt.feature/.settings/org.eclipse.jdt.core.prefs b/org.apache.hdt.feature/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..3f13f81
--- /dev/null
+++ b/org.apache.hdt.feature/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,5 @@
+#Thu Sep 26 01:11:36 PDT 2013
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.source=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.hadoop.release/.classpath
----------------------------------------------------------------------
diff --git a/org.apache.hdt.hadoop.release/.classpath b/org.apache.hdt.hadoop.release/.classpath
index c45e7d3..e67ddd3 100644
--- a/org.apache.hdt.hadoop.release/.classpath
+++ b/org.apache.hdt.hadoop.release/.classpath
@@ -1,12 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="src" path="src/"/>
+	<classpathentry exported="true" kind="lib" path="jars/log4j-1.2.15.jar"/>
+	<classpathentry exported="true" kind="lib" path="jars/slf4j-api-1.6.1.jar"/>
+	<classpathentry exported="true" kind="lib" path="jars/slf4j-log4j12-1.6.1.jar"/>
+	<classpathentry exported="true" kind="lib" path="jars/commons-configuration-1.6.jar"/>
+	<classpathentry exported="true" kind="lib" path="jars/commons-lang-2.4.jar"/>
+	<classpathentry exported="true" kind="lib" path="jars/commons-logging-1.1.1.jar"/>
 	<classpathentry exported="true" kind="lib" path="jars/hadoop-client-1.1.2.jar"/>
 	<classpathentry exported="true" kind="lib" path="jars/hadoop-core-1.1.2.jar"/>
 	<classpathentry exported="true" kind="lib" path="jars/hadoop-test-1.1.2.jar"/>
 	<classpathentry exported="true" kind="lib" path="jars/hadoop-tools-1.1.2.jar"/>
 	<classpathentry exported="true" kind="lib" path="jars/zookeeper-3.4.5.jar"/>
-	<classpathentry kind="output" path="bin"/>
+	<classpathentry kind="output" path="target/classes"/>
 </classpath>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.hadoop.release/.project
----------------------------------------------------------------------
diff --git a/org.apache.hdt.hadoop.release/.project b/org.apache.hdt.hadoop.release/.project
index 1759ed6..7806180 100644
--- a/org.apache.hdt.hadoop.release/.project
+++ b/org.apache.hdt.hadoop.release/.project
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
 	<name>org.apache.hdt.hadoop.release</name>
-	<comment></comment>
+	<comment>Eclipse tools for developing against the Hadoop platform. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
 	<projects>
 	</projects>
 	<buildSpec>
@@ -22,7 +22,9 @@
 		</buildCommand>
 	</buildSpec>
 	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.pde.PluginNature</nature>
 	</natures>
+	<linkedResources>
+	</linkedResources>
 </projectDescription>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.hadoop.release/.settings/org.eclipse.core.resources.prefs
----------------------------------------------------------------------
diff --git a/org.apache.hdt.hadoop.release/.settings/org.eclipse.core.resources.prefs b/org.apache.hdt.hadoop.release/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000..99f26c0
--- /dev/null
+++ b/org.apache.hdt.hadoop.release/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.hadoop.release/.settings/org.eclipse.jdt.core.prefs
----------------------------------------------------------------------
diff --git a/org.apache.hdt.hadoop.release/.settings/org.eclipse.jdt.core.prefs b/org.apache.hdt.hadoop.release/.settings/org.eclipse.jdt.core.prefs
index 9a9b636..7eb06d0 100644
--- a/org.apache.hdt.hadoop.release/.settings/org.eclipse.jdt.core.prefs
+++ b/org.apache.hdt.hadoop.release/.settings/org.eclipse.jdt.core.prefs
@@ -1,4 +1,3 @@
-#Thu Mar 21 01:59:25 PDT 2013
 eclipse.preferences.version=1
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
@@ -84,9 +83,12 @@ org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
 org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
 org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false
 org.eclipse.jdt.core.formatter.indentation.size=4
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert
 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
-org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert
 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert
 org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert
 org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
 org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert
@@ -274,3 +276,4 @@ org.eclipse.jdt.core.formatter.use_on_off_tags=false
 org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
 org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
 org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=false
+org.eclipse.objectteams.otdt.compiler.option.pure_java=enabled

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.hadoop.release/META-INF/MANIFEST.MF
----------------------------------------------------------------------
diff --git a/org.apache.hdt.hadoop.release/META-INF/MANIFEST.MF b/org.apache.hdt.hadoop.release/META-INF/MANIFEST.MF
index 6a72483..8e3bb52 100644
--- a/org.apache.hdt.hadoop.release/META-INF/MANIFEST.MF
+++ b/org.apache.hdt.hadoop.release/META-INF/MANIFEST.MF
@@ -7,8 +7,14 @@ Bundle-Vendor: Apache Hadoop
 Fragment-Host: org.apache.hdt.core
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-ClassPath: .,
+ jars/log4j-1.2.15.jar,
+ jars/slf4j-api-1.6.1.jar,
+ jars/slf4j-log4j12-1.6.1.jar,
+ jars/commons-configuration-1.6.jar,
+ jars/commons-lang-2.4.jar,
+ jars/commons-logging-1.1.1.jar,
  jars/hadoop-client-1.1.2.jar,
  jars/hadoop-core-1.1.2.jar,
  jars/hadoop-test-1.1.2.jar,
- jars/hadoop-tools-1.1.2.jar, 
+ jars/hadoop-tools-1.1.2.jar,
  jars/zookeeper-3.4.5.jar

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.hadoop.release/build.properties
----------------------------------------------------------------------
diff --git a/org.apache.hdt.hadoop.release/build.properties b/org.apache.hdt.hadoop.release/build.properties
index a3b5b8e..25b9643 100644
--- a/org.apache.hdt.hadoop.release/build.properties
+++ b/org.apache.hdt.hadoop.release/build.properties
@@ -19,4 +19,10 @@ source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               jars/
+               jars/,\
+               jars/slf4j-api-1.6.1.jar,\
+               jars/slf4j-log4j12-1.6.1.jar,\
+               jars/commons-configuration-1.6.jar,\
+               jars/commons-lang-2.4.jar,\
+               jars/commons-logging-1.1.1.jar,\
+               jars/log4j-1.2.15.jar

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.hadoop.release/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.hadoop.release/pom.xml b/org.apache.hdt.hadoop.release/pom.xml
index 76c4df8..939aea6 100644
--- a/org.apache.hdt.hadoop.release/pom.xml
+++ b/org.apache.hdt.hadoop.release/pom.xml
@@ -44,6 +44,11 @@ under the License.
             <configuration>
               <artifactItems>
                 <artifactItem>
+                  <groupId>log4j</groupId>
+                  <artifactId>log4j</artifactId>
+                  <overWrite>false</overWrite>
+                </artifactItem>
+                <artifactItem>
                   <groupId>org.apache.hadoop</groupId>
                   <artifactId>hadoop-core</artifactId>
                   <overWrite>false</overWrite>
@@ -68,6 +73,31 @@ under the License.
                   <artifactId>zookeeper</artifactId>
                   <overWrite>false</overWrite>
                 </artifactItem>
+                <artifactItem>
+                  <groupId>org.slf4j</groupId>
+                  <artifactId>slf4j-api</artifactId>
+                  <overWrite>false</overWrite>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.slf4j</groupId>
+                  <artifactId>slf4j-log4j12</artifactId>
+                  <overWrite>false</overWrite>
+                </artifactItem>
+                <artifactItem>
+	              <groupId>commons-configuration</groupId>
+				  <artifactId>commons-configuration</artifactId>
+				  <overWrite>false</overWrite>
+                </artifactItem>
+                <artifactItem>
+	              <groupId>commons-lang</groupId>
+				  <artifactId>commons-lang</artifactId>
+				  <overWrite>false</overWrite>
+                </artifactItem>
+                <artifactItem>
+	              <groupId>commons-logging</groupId>
+				  <artifactId>commons-logging</artifactId>
+				  <overWrite>false</overWrite>
+                </artifactItem>
               </artifactItems>
               <outputDirectory>${basedir}/jars</outputDirectory>
               <overWriteReleases>false</overWriteReleases>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui.test/.classpath
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui.test/.classpath b/org.apache.hdt.ui.test/.classpath
index 1fa3e68..0b1bcf9 100644
--- a/org.apache.hdt.ui.test/.classpath
+++ b/org.apache.hdt.ui.test/.classpath
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="output" path="bin"/>
+	<classpathentry kind="src" path="src/"/>
+	<classpathentry kind="output" path="target/classes"/>
 </classpath>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui.test/.project
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui.test/.project b/org.apache.hdt.ui.test/.project
index bd7f861..c9a5e8d 100644
--- a/org.apache.hdt.ui.test/.project
+++ b/org.apache.hdt.ui.test/.project
@@ -1,8 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
 	<name>org.apache.hdt.ui.test</name>
-	<comment></comment>
+	<comment>Eclipse tools for developing against the Hadoop platform. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
 	<projects>
+		<project>org.apache.hdt.core</project>
+		<project>org.apache.hdt.ui</project>
 	</projects>
 	<buildSpec>
 		<buildCommand>
@@ -22,7 +24,7 @@
 		</buildCommand>
 	</buildSpec>
 	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.pde.PluginNature</nature>
 	</natures>
 </projectDescription>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui.test/.settings/org.eclipse.core.resources.prefs
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui.test/.settings/org.eclipse.core.resources.prefs b/org.apache.hdt.ui.test/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000..99f26c0
--- /dev/null
+++ b/org.apache.hdt.ui.test/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui.test/.settings/org.eclipse.jdt.core.prefs
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui.test/.settings/org.eclipse.jdt.core.prefs b/org.apache.hdt.ui.test/.settings/org.eclipse.jdt.core.prefs
index c537b63..6bb8136 100644
--- a/org.apache.hdt.ui.test/.settings/org.eclipse.jdt.core.prefs
+++ b/org.apache.hdt.ui.test/.settings/org.eclipse.jdt.core.prefs
@@ -5,3 +5,4 @@ org.eclipse.jdt.core.compiler.compliance=1.6
 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
 org.eclipse.jdt.core.compiler.source=1.6
+org.eclipse.objectteams.otdt.compiler.option.pure_java=enabled

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/.classpath
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/.classpath b/org.apache.hdt.ui/.classpath
index 1fa3e68..0b1bcf9 100644
--- a/org.apache.hdt.ui/.classpath
+++ b/org.apache.hdt.ui/.classpath
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="output" path="bin"/>
+	<classpathentry kind="src" path="src/"/>
+	<classpathentry kind="output" path="target/classes"/>
 </classpath>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/.project
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/.project b/org.apache.hdt.ui/.project
index feb7efa..9e4acf7 100644
--- a/org.apache.hdt.ui/.project
+++ b/org.apache.hdt.ui/.project
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
 	<name>org.apache.hdt.ui</name>
-	<comment></comment>
+	<comment>Eclipse tools for developing against the Hadoop platform. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
 	<projects>
 	</projects>
 	<buildSpec>
@@ -22,7 +22,7 @@
 		</buildCommand>
 	</buildSpec>
 	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.pde.PluginNature</nature>
 	</natures>
 </projectDescription>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/.settings/org.eclipse.core.resources.prefs
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/.settings/org.eclipse.core.resources.prefs b/org.apache.hdt.ui/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000..99f26c0
--- /dev/null
+++ b/org.apache.hdt.ui/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/.settings/org.eclipse.jdt.core.prefs
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/.settings/org.eclipse.jdt.core.prefs b/org.apache.hdt.ui/.settings/org.eclipse.jdt.core.prefs
index 35420bb..7eb06d0 100644
--- a/org.apache.hdt.ui/.settings/org.eclipse.jdt.core.prefs
+++ b/org.apache.hdt.ui/.settings/org.eclipse.jdt.core.prefs
@@ -1,4 +1,3 @@
-#Thu Mar 21 00:36:13 PDT 2013
 eclipse.preferences.version=1
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
@@ -84,9 +83,12 @@ org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
 org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
 org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false
 org.eclipse.jdt.core.formatter.indentation.size=4
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert
 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
-org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert
 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert
+org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert
 org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert
 org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
 org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert
@@ -274,3 +276,4 @@ org.eclipse.jdt.core.formatter.use_on_off_tags=false
 org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
 org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
 org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=false
+org.eclipse.objectteams.otdt.compiler.option.pure_java=enabled

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/icons/delete.gif
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/icons/delete.gif b/org.apache.hdt.ui/icons/delete.gif
new file mode 100644
index 0000000..0ae6dec
Binary files /dev/null and b/org.apache.hdt.ui/icons/delete.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/icons/discardDownload.png
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/icons/discardDownload.png b/org.apache.hdt.ui/icons/discardDownload.png
new file mode 100644
index 0000000..06a93a1
Binary files /dev/null and b/org.apache.hdt.ui/icons/discardDownload.png differ

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/icons/download.gif
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/icons/download.gif b/org.apache.hdt.ui/icons/download.gif
new file mode 100644
index 0000000..072b184
Binary files /dev/null and b/org.apache.hdt.ui/icons/download.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/icons/hadoop-hdfs-16x16.gif
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/icons/hadoop-hdfs-16x16.gif b/org.apache.hdt.ui/icons/hadoop-hdfs-16x16.gif
new file mode 100644
index 0000000..a63d731
Binary files /dev/null and b/org.apache.hdt.ui/icons/hadoop-hdfs-16x16.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/icons/hadoop-hdfs-new.png
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/icons/hadoop-hdfs-new.png b/org.apache.hdt.ui/icons/hadoop-hdfs-new.png
new file mode 100644
index 0000000..27431e6
Binary files /dev/null and b/org.apache.hdt.ui/icons/hadoop-hdfs-new.png differ

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/icons/hadoop-zookeeper-16x16.png
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/icons/hadoop-zookeeper-16x16.png b/org.apache.hdt.ui/icons/hadoop-zookeeper-16x16.png
new file mode 100644
index 0000000..765a2bc
Binary files /dev/null and b/org.apache.hdt.ui/icons/hadoop-zookeeper-16x16.png differ

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/icons/hadoop-zookeeper-new.png
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/icons/hadoop-zookeeper-new.png b/org.apache.hdt.ui/icons/hadoop-zookeeper-new.png
new file mode 100644
index 0000000..120132c
Binary files /dev/null and b/org.apache.hdt.ui/icons/hadoop-zookeeper-new.png differ

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/icons/ovr/local_resource.gif
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/icons/ovr/local_resource.gif b/org.apache.hdt.ui/icons/ovr/local_resource.gif
new file mode 100644
index 0000000..da2c48f
Binary files /dev/null and b/org.apache.hdt.ui/icons/ovr/local_resource.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/icons/ovr/offline.png
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/icons/ovr/offline.png b/org.apache.hdt.ui/icons/ovr/offline.png
new file mode 100644
index 0000000..ff8e4ec
Binary files /dev/null and b/org.apache.hdt.ui/icons/ovr/offline.png differ

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/icons/ovr/online.png
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/icons/ovr/online.png b/org.apache.hdt.ui/icons/ovr/online.png
new file mode 100644
index 0000000..cdbb2bf
Binary files /dev/null and b/org.apache.hdt.ui/icons/ovr/online.png differ

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/icons/ovr/overlay-incoming.gif
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/icons/ovr/overlay-incoming.gif b/org.apache.hdt.ui/icons/ovr/overlay-incoming.gif
new file mode 100644
index 0000000..f74cffb
Binary files /dev/null and b/org.apache.hdt.ui/icons/ovr/overlay-incoming.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/icons/ovr/overlay-outgoing.gif
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/icons/ovr/overlay-outgoing.gif b/org.apache.hdt.ui/icons/ovr/overlay-outgoing.gif
new file mode 100644
index 0000000..0c5a35c
Binary files /dev/null and b/org.apache.hdt.ui/icons/ovr/overlay-outgoing.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/icons/ovr/read_only.gif
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/icons/ovr/read_only.gif b/org.apache.hdt.ui/icons/ovr/read_only.gif
new file mode 100644
index 0000000..dde3cbd
Binary files /dev/null and b/org.apache.hdt.ui/icons/ovr/read_only.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/icons/ovr/remote_resource.gif
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/icons/ovr/remote_resource.gif b/org.apache.hdt.ui/icons/ovr/remote_resource.gif
new file mode 100644
index 0000000..eb71a3c
Binary files /dev/null and b/org.apache.hdt.ui/icons/ovr/remote_resource.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/icons/ovr/waiting_ovr.gif
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/icons/ovr/waiting_ovr.gif b/org.apache.hdt.ui/icons/ovr/waiting_ovr.gif
new file mode 100644
index 0000000..7fe2476
Binary files /dev/null and b/org.apache.hdt.ui/icons/ovr/waiting_ovr.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/icons/ovr/zookeeper_ephermeral.gif
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/icons/ovr/zookeeper_ephermeral.gif b/org.apache.hdt.ui/icons/ovr/zookeeper_ephermeral.gif
new file mode 100644
index 0000000..7fe2476
Binary files /dev/null and b/org.apache.hdt.ui/icons/ovr/zookeeper_ephermeral.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/icons/upload.gif
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/icons/upload.gif b/org.apache.hdt.ui/icons/upload.gif
new file mode 100644
index 0000000..0716475
Binary files /dev/null and b/org.apache.hdt.ui/icons/upload.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/icons/zookeeper-refresh.gif
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/icons/zookeeper-refresh.gif b/org.apache.hdt.ui/icons/zookeeper-refresh.gif
new file mode 100644
index 0000000..4353fd5
Binary files /dev/null and b/org.apache.hdt.ui/icons/zookeeper-refresh.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.ui/icons/zookeeper_node.png
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/icons/zookeeper_node.png b/org.apache.hdt.ui/icons/zookeeper_node.png
new file mode 100644
index 0000000..5672584
Binary files /dev/null and b/org.apache.hdt.ui/icons/zookeeper_node.png differ

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.updateSite/.classpath
----------------------------------------------------------------------
diff --git a/org.apache.hdt.updateSite/.classpath b/org.apache.hdt.updateSite/.classpath
new file mode 100644
index 0000000..4c2b7c4
--- /dev/null
+++ b/org.apache.hdt.updateSite/.classpath
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+  <classpathentry kind="src" path="target/maven-shared-archive-resources" excluding="**/*.java"/>
+  <classpathentry kind="output" path="target/classes"/>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+  <classpathentry kind="src" path="/org.apache.hdt.core"/>
+  <classpathentry kind="src" path="/org.apache.hdt.hadoop.release"/>
+  <classpathentry kind="src" path="/org.apache.hdt.ui"/>
+</classpath>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.updateSite/.project
----------------------------------------------------------------------
diff --git a/org.apache.hdt.updateSite/.project b/org.apache.hdt.updateSite/.project
index aed0b59..99c4771 100644
--- a/org.apache.hdt.updateSite/.project
+++ b/org.apache.hdt.updateSite/.project
@@ -1,17 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
 	<name>org.apache.hdt.updateSite</name>
-	<comment></comment>
+	<comment>Update site for Apache HDT. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
 	<projects>
+		<project>org.apache.hdt.core</project>
+		<project>org.apache.hdt.feature</project>
+		<project>org.apache.hdt.hadoop.release</project>
+		<project>org.apache.hdt.ui</project>
 	</projects>
 	<buildSpec>
 		<buildCommand>
-			<name>org.eclipse.pde.UpdateSiteBuilder</name>
+			<name>org.eclipse.jdt.core.javabuilder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
-		<nature>org.eclipse.pde.UpdateSiteNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
 	</natures>
 </projectDescription>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.updateSite/.settings/org.eclipse.core.resources.prefs
----------------------------------------------------------------------
diff --git a/org.apache.hdt.updateSite/.settings/org.eclipse.core.resources.prefs b/org.apache.hdt.updateSite/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000..99f26c0
--- /dev/null
+++ b/org.apache.hdt.updateSite/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/org.apache.hdt.updateSite/.settings/org.eclipse.jdt.core.prefs
----------------------------------------------------------------------
diff --git a/org.apache.hdt.updateSite/.settings/org.eclipse.jdt.core.prefs b/org.apache.hdt.updateSite/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..3f13f81
--- /dev/null
+++ b/org.apache.hdt.updateSite/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,5 @@
+#Thu Sep 26 01:11:36 PDT 2013
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.source=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/f3340da1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4d8aa34..9d6f2c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,10 +92,35 @@ under the License.
         <version>3.4.5</version>
       </dependency>
       <dependency>
+      	<groupId>org.slf4j</groupId>
+      	<artifactId>slf4j-api</artifactId>
+      	<version>1.6.1</version>
+      </dependency>
+      <dependency>
+      	<groupId>org.slf4j</groupId>
+      	<artifactId>slf4j-log4j12</artifactId>
+      	<version>1.6.1</version>
+      </dependency>
+      <dependency>
+			<groupId>commons-configuration</groupId>
+			<artifactId>commons-configuration</artifactId>
+			<version>1.6</version>
+		</dependency>
+      <dependency>
+			<groupId>commons-lang</groupId>
+			<artifactId>commons-lang</artifactId>
+			<version>2.4</version>
+		</dependency>
+      <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>4.11</version>
       </dependency>
+    <dependency>
+		<groupId>commons-logging</groupId>
+		<artifactId>commons-logging</artifactId>
+		<version>1.1.1</version>
+	</dependency>
     </dependencies>
   </dependencyManagement>
   <modules>