You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by at...@apache.org on 2010/06/09 23:56:54 UTC

svn commit: r953172 - in /hadoop/hive/trunk: CHANGES.txt eclipse-templates/.classpath

Author: athusoo
Date: Wed Jun  9 21:56:54 2010
New Revision: 953172

URL: http://svn.apache.org/viewvc?rev=953172&view=rev
Log:
HIVE-1373. Missing connection pool plugin in Eclipse classpath.
    (Vinithra via athusoo)


Modified:
    hadoop/hive/trunk/CHANGES.txt
    hadoop/hive/trunk/eclipse-templates/.classpath

Modified: hadoop/hive/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/CHANGES.txt?rev=953172&r1=953171&r2=953172&view=diff
==============================================================================
--- hadoop/hive/trunk/CHANGES.txt (original)
+++ hadoop/hive/trunk/CHANGES.txt Wed Jun  9 21:56:54 2010
@@ -496,6 +496,9 @@ Trunk -  Unreleased
     types
     (Namit Jain via Ning Zhang)
 
+    HIVE-1373. Missing connection pool plugin in Eclipse classpath.
+    (Vinithra via athusoo)
+
 Release 0.5.0 -  Unreleased
 
   INCOMPATIBLE CHANGES

Modified: hadoop/hive/trunk/eclipse-templates/.classpath
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/eclipse-templates/.classpath?rev=953172&r1=953171&r2=953172&view=diff
==============================================================================
--- hadoop/hive/trunk/eclipse-templates/.classpath (original)
+++ hadoop/hive/trunk/eclipse-templates/.classpath Wed Jun  9 21:56:54 2010
@@ -51,5 +51,9 @@
 	<classpathentry kind="src" path="shims/src/common/java"/>
     <classpathentry kind="src" path="hwi/src/java"/>
 	<classpathentry kind="src" path="hwi/src/test"/>
+    <classpathentry kind="lib" path="build/dist/lib/commons-collections-3.2.1.jar"/>
+    <classpathentry kind="lib" path="build/dist/lib/commons-dbcp-1.2.2.jar"/>
+    <classpathentry kind="lib" path="build/dist/lib/datanucleus-connectionpool-1.0.2.jar"/>
+    <classpathentry kind="lib" path="build/dist/lib/commons-pool-1.2.jar"/>
     <classpathentry kind="output" path="build/eclipse-classes"/>
 </classpath>