You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by na...@apache.org on 2012/03/28 19:13:10 UTC

svn commit: r1306470 - in /hive/trunk: eclipse-templates/.classpath ql/ivy.xml testlibs/junit-4.10.LICENSE.txt testlibs/junit-4.10.jar

Author: namit
Date: Wed Mar 28 17:13:10 2012
New Revision: 1306470

URL: http://svn.apache.org/viewvc?rev=1306470&view=rev
Log:
HIVE-2518 pull junit jar from maven repos via ivy
(Kevin Wilfong via namit)


Removed:
    hive/trunk/testlibs/junit-4.10.LICENSE.txt
    hive/trunk/testlibs/junit-4.10.jar
Modified:
    hive/trunk/eclipse-templates/.classpath
    hive/trunk/ql/ivy.xml

Modified: hive/trunk/eclipse-templates/.classpath
URL: http://svn.apache.org/viewvc/hive/trunk/eclipse-templates/.classpath?rev=1306470&r1=1306469&r2=1306470&view=diff
==============================================================================
--- hive/trunk/eclipse-templates/.classpath (original)
+++ hive/trunk/eclipse-templates/.classpath Wed Mar 28 17:13:10 2012
@@ -24,7 +24,7 @@
   <classpathentry kind="lib" path="build/ivy/lib/default/log4j-@log4j.version@.jar"/>
   <classpathentry kind="lib" path="build/ivy/lib/default/antlr-@antlr.version@.jar"/>
   <classpathentry kind="lib" path="build/ivy/lib/default/antlr-runtime-@antlr-runtime.version@.jar"/>
-  <classpathentry kind="lib" path="testlibs/junit-@junit.version@.jar"/>
+  <classpathentry kind="lib" path="build/ivy/lib/default/junit-@junit.version@.jar"/>
   <classpathentry kind="lib" path="build/ivy/lib/default/jdo2-api-@jdo-api.version@.jar"/>
   <classpathentry kind="lib" path="build/ivy/lib/default/datanucleus-core-@datanucleus-core.version@.jar"/>
   <classpathentry kind="lib" path="build/ivy/lib/default/datanucleus-enhancer-@datanucleus-enhancer.version@.jar"/>

Modified: hive/trunk/ql/ivy.xml
URL: http://svn.apache.org/viewvc/hive/trunk/ql/ivy.xml?rev=1306470&r1=1306469&r2=1306470&view=diff
==============================================================================
--- hive/trunk/ql/ivy.xml (original)
+++ hive/trunk/ql/ivy.xml Wed Mar 28 17:13:10 2012
@@ -63,5 +63,6 @@
                 transitive="false"/>
     <dependency org="org.apache.derby" name="derby" rev="${derby.version}"/>
     <dependency org="com.googlecode.javaewah" name="JavaEWAH" rev="${javaewah.version}"/>
+    <dependency org="junit" name="junit" rev="${junit.version}"/>
   </dependencies>
 </ivy-module>