Return-Path: X-Original-To: apmail-incubator-flume-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-flume-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 AF3E59834 for ; Mon, 6 Feb 2012 19:45:40 +0000 (UTC) Received: (qmail 22780 invoked by uid 500); 6 Feb 2012 19:45:40 -0000 Delivered-To: apmail-incubator-flume-commits-archive@incubator.apache.org Received: (qmail 22737 invoked by uid 500); 6 Feb 2012 19:45:40 -0000 Mailing-List: contact flume-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flume-dev@incubator.apache.org Delivered-To: mailing list flume-commits@incubator.apache.org Received: (qmail 22730 invoked by uid 99); 6 Feb 2012 19:45:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2012 19:45:39 +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, 06 Feb 2012 19:45:37 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C456F23888E7; Mon, 6 Feb 2012 19:45:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1241127 - /incubator/flume/branches/flume-728/pom.xml Date: Mon, 06 Feb 2012 19:45:16 -0000 To: flume-commits@incubator.apache.org From: prasadm@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120206194516.C456F23888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: prasadm Date: Mon Feb 6 19:45:16 2012 New Revision: 1241127 URL: http://svn.apache.org/viewvc?rev=1241127&view=rev Log: FLUME-942: Support event compatibility with Flume 0.9x Modified: incubator/flume/branches/flume-728/pom.xml Modified: incubator/flume/branches/flume-728/pom.xml URL: http://svn.apache.org/viewvc/incubator/flume/branches/flume-728/pom.xml?rev=1241127&r1=1241126&r2=1241127&view=diff ============================================================================== --- incubator/flume/branches/flume-728/pom.xml (original) +++ incubator/flume/branches/flume-728/pom.xml Mon Feb 6 19:45:16 2012 @@ -38,8 +38,8 @@ limitations under the License. $ **/Test*.java - + flume-ng-core @@ -47,6 +47,7 @@ limitations under the License. flume-ng-node flume-ng-dist flume-ng-channels + flume-ng-legacy-sources @@ -122,6 +123,15 @@ limitations under the License. + + compileThrift + + false + + + ${env.THRIFT_HOME}/bin/thrift + + 2009 @@ -513,6 +523,12 @@ limitations under the License. + org.apache.thrift + libthrift + 0.6.1 + + + org.apache.hadoop hadoop-common ${hadoop.version} @@ -592,6 +608,18 @@ limitations under the License. 1.1.0-incubating-SNAPSHOT + + org.apache.flume.flume-ng-legacy-sources + flume-thrift-source + 1.1.0-incubating-SNAPSHOT + + + + org.apache.flume.flume-ng-legacy-sources + flume-avro-source + 1.1.0-incubating-SNAPSHOT + +