Return-Path: X-Original-To: apmail-hive-commits-archive@www.apache.org Delivered-To: apmail-hive-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 750959718 for ; Tue, 6 Nov 2012 17:57:40 +0000 (UTC) Received: (qmail 29383 invoked by uid 500); 6 Nov 2012 17:57:40 -0000 Delivered-To: apmail-hive-commits-archive@hive.apache.org Received: (qmail 29320 invoked by uid 500); 6 Nov 2012 17:57:40 -0000 Mailing-List: contact commits-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hive.apache.org Delivered-To: mailing list commits@hive.apache.org Received: (qmail 29308 invoked by uid 99); 6 Nov 2012 17:57:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Nov 2012 17:57:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Nov 2012 17:57:37 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8A38D23888CD for ; Tue, 6 Nov 2012 17:57:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1406250 - in /hive/trunk: eclipse-templates/.classpath ivy/libraries.properties Date: Tue, 06 Nov 2012 17:57:16 -0000 To: commits@hive.apache.org From: kevinwilfong@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121106175716.8A38D23888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kevinwilfong Date: Tue Nov 6 17:57:16 2012 New Revision: 1406250 URL: http://svn.apache.org/viewvc?rev=1406250&view=rev Log: HIVE-3627. eclipse misses library: javolution-@javolution-version@.jar. (Gang Tim Liu via kevinwilfong) Modified: hive/trunk/eclipse-templates/.classpath hive/trunk/ivy/libraries.properties Modified: hive/trunk/eclipse-templates/.classpath URL: http://svn.apache.org/viewvc/hive/trunk/eclipse-templates/.classpath?rev=1406250&r1=1406249&r2=1406250&view=diff ============================================================================== --- hive/trunk/eclipse-templates/.classpath (original) +++ hive/trunk/eclipse-templates/.classpath Tue Nov 6 17:57:16 2012 @@ -79,7 +79,7 @@ - + Modified: hive/trunk/ivy/libraries.properties URL: http://svn.apache.org/viewvc/hive/trunk/ivy/libraries.properties?rev=1406250&r1=1406249&r2=1406250&view=diff ============================================================================== --- hive/trunk/ivy/libraries.properties (original) +++ hive/trunk/ivy/libraries.properties Tue Nov 6 17:57:16 2012 @@ -65,3 +65,4 @@ slf4j-log4j12.version=1.6.1 velocity.version=1.5 zookeeper.version=3.4.3 javolution.version=5.5.1 +stringtemplate.version=3.1-b1 \ No newline at end of file