Author: heyongqiang
Date: Thu Oct 20 17:30:46 2011
New Revision: 1186948

URL: http://svn.apache.org/viewvc?rev=1186948&view=rev
Log:
HIVE-2505: Update junit jar in testlibs (Kevin Wilfong via He Yongqiang)

Added:
    hive/trunk/testlibs/junit-4.10.LICENSE.txt
    hive/trunk/testlibs/junit-4.10.jar   (with props)
Removed:
    hive/trunk/testlibs/junit-3.8.1.LICENSE.txt
    hive/trunk/testlibs/junit-3.8.1.jar
Modified:
    hive/trunk/ivy/libraries.properties
    hive/trunk/pdk/build.xml

Modified: hive/trunk/ivy/libraries.properties
URL: 
http://svn.apache.org/viewvc/hive/trunk/ivy/libraries.properties?rev=1186948&r1=1186947&r2=1186948&view=diff
==============================================================================
--- hive/trunk/ivy/libraries.properties (original)
+++ hive/trunk/ivy/libraries.properties Thu Oct 20 17:30:46 2011
@@ -41,7 +41,7 @@ ivy.version=2.1.0
 jdo-api.version=2.3-ec
 jdom.version=1.1
 jline.version=0.9.94
-junit.version=3.8.1
+junit.version=4.10
 libfb303.version=0.7.0
 libthrift.version=0.7.0
 log4j.version=1.2.15

Modified: hive/trunk/pdk/build.xml
URL: 
http://svn.apache.org/viewvc/hive/trunk/pdk/build.xml?rev=1186948&r1=1186947&r2=1186948&view=diff
==============================================================================
--- hive/trunk/pdk/build.xml (original)
+++ hive/trunk/pdk/build.xml Thu Oct 20 17:30:46 2011
@@ -23,7 +23,7 @@
   <import file="../build-common.xml"/>
 
   <path id="classpath-pdk">
-    <fileset dir="${hive.root}/testlibs" includes="junit-3.8.1.jar"/>
+    <fileset dir="${hive.root}/testlibs" includes="junit-4.10.jar"/>
     <path refid="classpath"/>
   </path>
 

Added: hive/trunk/testlibs/junit-4.10.LICENSE.txt
URL: 
http://svn.apache.org/viewvc/hive/trunk/testlibs/junit-4.10.LICENSE.txt?rev=1186948&view=auto
==============================================================================
--- hive/trunk/testlibs/junit-4.10.LICENSE.txt (added)
+++ hive/trunk/testlibs/junit-4.10.LICENSE.txt Thu Oct 20 17:30:46 2011
@@ -0,0 +1,27 @@
+BSD License
+
+Copyright (c) 2000-2006, www.hamcrest.org
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+Redistributions of source code must retain the above copyright notice, this 
list of
+conditions and the following disclaimer. Redistributions in binary form must 
reproduce
+the above copyright notice, this list of conditions and the following 
disclaimer in
+the documentation and/or other materials provided with the distribution.
+
+Neither the name of Hamcrest nor the names of its contributors may be used to 
endorse
+or promote products derived from this software without specific prior written
+permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY
+EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT
+SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 
LIMITED
+TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
PROFITS; OR
+BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER 
IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
ARISING IN ANY
+WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGE.

Added: hive/trunk/testlibs/junit-4.10.jar
URL: 
http://svn.apache.org/viewvc/hive/trunk/testlibs/junit-4.10.jar?rev=1186948&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hive/trunk/testlibs/junit-4.10.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream


Reply via email to