Return-Path: X-Original-To: apmail-incubator-connectors-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-connectors-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 3A66474BA for ; Wed, 14 Sep 2011 13:22:12 +0000 (UTC) Received: (qmail 57511 invoked by uid 500); 14 Sep 2011 13:22:12 -0000 Delivered-To: apmail-incubator-connectors-commits-archive@incubator.apache.org Received: (qmail 57467 invoked by uid 500); 14 Sep 2011 13:22:11 -0000 Mailing-List: contact connectors-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: connectors-dev@incubator.apache.org Delivered-To: mailing list connectors-commits@incubator.apache.org Received: (qmail 57451 invoked by uid 99); 14 Sep 2011 13:22:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2011 13:22:11 +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, 14 Sep 2011 13:22:09 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 15D7423888EA; Wed, 14 Sep 2011 13:21:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1170600 - /incubator/lcf/trunk/build.xml Date: Wed, 14 Sep 2011 13:21:48 -0000 To: connectors-commits@incubator.apache.org From: shinichiro@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110914132148.15D7423888EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: shinichiro Date: Wed Sep 14 13:21:47 2011 New Revision: 1170600 URL: http://svn.apache.org/viewvc?rev=1170600&view=rev Log: Fix for CONNECTORS-252 Modified: incubator/lcf/trunk/build.xml Modified: incubator/lcf/trunk/build.xml URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/build.xml?rev=1170600&r1=1170599&r2=1170600&view=diff ============================================================================== --- incubator/lcf/trunk/build.xml (original) +++ incubator/lcf/trunk/build.xml Wed Sep 14 13:21:47 2011 @@ -2125,7 +2125,8 @@ - + + @@ -2235,6 +2236,8 @@ run-script-interpreter - Run the Manifol download-dependencies - Picking up the non-redistributable dependencies for all connectors +build-dev - Build for development + Use Apache Forrest version forrest-0.9-dev or higher.