Author: jvs
Date: Mon Oct 10 20:17:07 2011
New Revision: 1181207

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


Modified:
    hive/branches/branch-0.8/eclipse-templates/.classpath

Modified: hive/branches/branch-0.8/eclipse-templates/.classpath
URL: 
http://svn.apache.org/viewvc/hive/branches/branch-0.8/eclipse-templates/.classpath?rev=1181207&r1=1181206&r2=1181207&view=diff
==============================================================================
--- hive/branches/branch-0.8/eclipse-templates/.classpath (original)
+++ hive/branches/branch-0.8/eclipse-templates/.classpath Mon Oct 10 20:17:07 
2011
@@ -64,5 +64,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>


Reply via email to