You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hdt.apache.org by rw...@apache.org on 2013/02/26 11:46:53 UTC

git commit: HDT-11 Unresolved reference to hadoop-core jar

Updated Branches:
  refs/heads/master eedb8832b -> 701be9f40


HDT-11 Unresolved reference to hadoop-core jar

This removes the problem reference and allows the dependency to be
satisfied from the org.apache.hadoop.eclipse plugin.


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

Branch: refs/heads/master
Commit: 701be9f406908578aa7c9143c7706c2bf1b654d5
Parents: eedb883
Author: Bob Kerns <rw...@acm.org>
Authored: Tue Feb 26 02:44:53 2013 -0800
Committer: Bob Kerns <rw...@acm.org>
Committed: Tue Feb 26 02:44:53 2013 -0800

----------------------------------------------------------------------
 org.apache.hdt.ui/.classpath |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/701be9f4/org.apache.hdt.ui/.classpath
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/.classpath b/org.apache.hdt.ui/.classpath
index 355df07..8a8f166 100644
--- a/org.apache.hdt.ui/.classpath
+++ b/org.apache.hdt.ui/.classpath
@@ -1,8 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<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="lib" path="/Users/amberry/tools/hadoop-1.0.4/hadoop-core-1.0.4.jar"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<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"/>
+</classpath>