From hcatalog-commits-return-289-apmail-incubator-hcatalog-commits-archive=incubator.apache.org@incubator.apache.org Mon Jun 13 22:12:43 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 DC1796E96 for ; Mon, 13 Jun 2011 22:12:42 +0000 (UTC) Received: (qmail 87608 invoked by uid 500); 13 Jun 2011 22:12:42 -0000 Delivered-To: apmail-incubator-hcatalog-commits-archive@incubator.apache.org Received: (qmail 87591 invoked by uid 500); 13 Jun 2011 22:12:42 -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 87584 invoked by uid 99); 13 Jun 2011 22:12:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jun 2011 22:12:42 +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; Mon, 13 Jun 2011 22:12:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2244B23889E1; Mon, 13 Jun 2011 22:12:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1135315 - in /incubator/hcatalog/branches/branch-0.1: CHANGES.txt build.xml ivy.xml ivy/libraries.properties Date: Mon, 13 Jun 2011 22:12:21 -0000 To: hcatalog-commits@incubator.apache.org From: gates@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110613221221.2244B23889E1@eris.apache.org> Author: gates Date: Mon Jun 13 22:12:20 2011 New Revision: 1135315 URL: http://svn.apache.org/viewvc?rev=1135315&view=rev Log: HCATALOG Add a releaseaudit target to build.xml Modified: incubator/hcatalog/branches/branch-0.1/CHANGES.txt incubator/hcatalog/branches/branch-0.1/build.xml incubator/hcatalog/branches/branch-0.1/ivy.xml incubator/hcatalog/branches/branch-0.1/ivy/libraries.properties Modified: incubator/hcatalog/branches/branch-0.1/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.1/CHANGES.txt?rev=1135315&r1=1135314&r2=1135315&view=diff ============================================================================== --- incubator/hcatalog/branches/branch-0.1/CHANGES.txt (original) +++ incubator/hcatalog/branches/branch-0.1/CHANGES.txt Mon Jun 13 22:12:20 2011 @@ -15,6 +15,8 @@ Release 0.1.0 - Unreleased (Krishna Kumar via macyang) IMPROVEMENTS + HCAT-44. Add a releaseaudit target to build.xml (gates) + HCAT-40. Remove dependencies from the HCatalog client jar (macyang) HCAT-27. Start and stop scripts for the server (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=1135315&r1=1135314&r2=1135315&view=diff ============================================================================== --- incubator/hcatalog/branches/branch-0.1/build.xml (original) +++ incubator/hcatalog/branches/branch-0.1/build.xml Mon Jun 13 22:12:20 2011 @@ -84,7 +84,10 @@ - + + + + @@ -191,6 +194,13 @@ + + + + + + @@ -462,6 +472,13 @@ + + + + + + + Modified: incubator/hcatalog/branches/branch-0.1/ivy.xml URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.1/ivy.xml?rev=1135315&r1=1135314&r2=1135315&view=diff ============================================================================== --- incubator/hcatalog/branches/branch-0.1/ivy.xml (original) +++ incubator/hcatalog/branches/branch-0.1/ivy.xml Mon Jun 13 22:12:20 2011 @@ -33,12 +33,14 @@ extends="runtime" description="artifacts needed to compile/test the application"/> + +