From hcatalog-commits-return-363-apmail-incubator-hcatalog-commits-archive=incubator.apache.org@incubator.apache.org Wed Jul 6 21:06:10 2011 Return-Path: X-Original-To: apmail-incubator-hcatalog-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-hcatalog-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1100B698E for ; Wed, 6 Jul 2011 21:06:10 +0000 (UTC) Received: (qmail 47455 invoked by uid 500); 6 Jul 2011 21:06:09 -0000 Delivered-To: apmail-incubator-hcatalog-commits-archive@incubator.apache.org Received: (qmail 47433 invoked by uid 500); 6 Jul 2011 21:06:09 -0000 Mailing-List: contact hcatalog-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hcatalog-dev@incubator.apache.org Delivered-To: mailing list hcatalog-commits@incubator.apache.org Received: (qmail 47426 invoked by uid 99); 6 Jul 2011 21:06:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2011 21:06:09 +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; Wed, 06 Jul 2011 21:06:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 694E023888C2; Wed, 6 Jul 2011 21:05:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1143564 - in /incubator/hcatalog/branches/branch-0.1: CHANGES.txt build.xml Date: Wed, 06 Jul 2011 21:05:46 -0000 To: hcatalog-commits@incubator.apache.org From: gates@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110706210546.694E023888C2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gates Date: Wed Jul 6 21:05:46 2011 New Revision: 1143564 URL: http://svn.apache.org/viewvc?rev=1143564&view=rev Log: HCATALOG-55 HCatalog distribution missing a few required jars. Modified: incubator/hcatalog/branches/branch-0.1/CHANGES.txt incubator/hcatalog/branches/branch-0.1/build.xml Modified: incubator/hcatalog/branches/branch-0.1/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.1/CHANGES.txt?rev=1143564&r1=1143563&r2=1143564&view=diff ============================================================================== --- incubator/hcatalog/branches/branch-0.1/CHANGES.txt (original) +++ incubator/hcatalog/branches/branch-0.1/CHANGES.txt Wed Jul 6 21:05:46 2011 @@ -37,6 +37,8 @@ Release 0.1.0 OPTIMIZATIONS BUG FIXES + HCAT-55. HCatalog distribution missing a few required jars (gates) + HCAT-45. HCatalog release tar ball source code has problems (gates) HCAT-41. Changes to hcat.sh in HCATALOG-20 broke the -e option (gates) Modified: incubator/hcatalog/branches/branch-0.1/build.xml URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.1/build.xml?rev=1143564&r1=1143563&r2=1143564&view=diff ============================================================================== --- incubator/hcatalog/branches/branch-0.1/build.xml (original) +++ incubator/hcatalog/branches/branch-0.1/build.xml Wed Jul 6 21:05:46 2011 @@ -360,6 +360,7 @@ + @@ -370,6 +371,10 @@ + + + +