You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jv...@apache.org on 2011/10/10 22:16:36 UTC

svn commit: r1181206 - /hive/trunk/eclipse-templates/.classpath

Author: jvs
Date: Mon Oct 10 20:16:36 2011
New Revision: 1181206

URL: http://svn.apache.org/viewvc?rev=1181206&view=rev
Log:
HIVE-2491. Add pdk, hbase-handler etc as source dir in eclipse
(Ashutosh Chauhan via jvs)


Modified:
    hive/trunk/eclipse-templates/.classpath

Modified: hive/trunk/eclipse-templates/.classpath
URL: http://svn.apache.org/viewvc/hive/trunk/eclipse-templates/.classpath?rev=1181206&r1=1181205&r2=1181206&view=diff
==============================================================================
--- hive/trunk/eclipse-templates/.classpath (original)
+++ hive/trunk/eclipse-templates/.classpath Mon Oct 10 20:16:36 2011
@@ -65,5 +65,10 @@
   <classpathentry kind="src" path="shims/src/common/java"/>
   <classpathentry kind="src" path="hwi/src/java"/>
   <classpathentry kind="src" path="hwi/src/test"/>
+  <classpathentry kind="src" path="hbase-handler/src/java"/>
+  <classpathentry excluding="queries/|results/|templates/" kind="src" path="hbase-handler/src/test"/>
+  <classpathentry kind="src" path="pdk/src/java"/>
+  <classpathentry kind="src" path="pdk/test-plugin/src"/>
+  <classpathentry kind="src" path="cli/src/test"/>
   <classpathentry kind="output" path="build/eclipse-classes"/>
 </classpath>