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/03/08 20:41:10 UTC

[4/4] git commit: fixed build path issue after merge

Updated Branches:
  refs/heads/master fa7830116 -> 83834110d


fixed build path issue after merge


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

Branch: refs/heads/master
Commit: 83834110d289e5cd036e13355c0a3403ac511e61
Parents: dde5115
Author: adamb <ad...@apache.org>
Authored: Fri Mar 8 13:40:27 2013 -0600
Committer: adamb <ad...@apache.org>
Committed: Fri Mar 8 13:40:27 2013 -0600

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


http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/83834110/org.apache.hdt.ui/.classpath
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/.classpath b/org.apache.hdt.ui/.classpath
new file mode 100644
index 0000000..751c8f2
--- /dev/null
+++ b/org.apache.hdt.ui/.classpath
@@ -0,0 +1,7 @@
+<?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.pde.core.requiredPlugins"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>