You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2013/10/07 23:40:37 UTC

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

Author: hashutosh
Date: Mon Oct  7 21:40:36 2013
New Revision: 1530077

URL: http://svn.apache.org/r1530077
Log:
HIVE-5455 : Add build/ql/gen/vector to source folder in eclipse template (Yin Huai via Ashutosh Chauhan)

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

Modified: hive/trunk/eclipse-templates/.classpath
URL: http://svn.apache.org/viewvc/hive/trunk/eclipse-templates/.classpath?rev=1530077&r1=1530076&r2=1530077&view=diff
==============================================================================
--- hive/trunk/eclipse-templates/.classpath (original)
+++ hive/trunk/eclipse-templates/.classpath Mon Oct  7 21:40:36 2013
@@ -95,6 +95,7 @@
   <classpathentry kind="lib" path="build/testutils/hive-testutils-@HIVE_VERSION@.jar"/>
   <classpathentry kind="src" path="build/ql/test/src"/>
   <classpathentry kind="src" path="build/ql/gen/antlr/gen-java"/>
+  <classpathentry kind="src" path="build/ql/gen/vector"/>
   <classpathentry kind="src" path="beeline/src/java"/>
   <classpathentry kind="src" path="beeline/src/test"/>
   <classpathentry kind="src" path="cli/src/java"/>