Return-Path: Delivered-To: apmail-incubator-buildr-commits-archive@locus.apache.org Received: (qmail 86445 invoked from network); 19 Feb 2008 07:32:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2008 07:32:35 -0000 Received: (qmail 25611 invoked by uid 500); 19 Feb 2008 07:32:30 -0000 Delivered-To: apmail-incubator-buildr-commits-archive@incubator.apache.org Received: (qmail 25593 invoked by uid 500); 19 Feb 2008 07:32:30 -0000 Mailing-List: contact buildr-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: buildr-dev@incubator.apache.org Delivered-To: mailing list buildr-commits@incubator.apache.org Received: (qmail 25584 invoked by uid 99); 19 Feb 2008 07:32:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2008 23:32:30 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 07:31:52 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 949761A9832; Mon, 18 Feb 2008 23:32:12 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r629009 - /incubator/buildr/trunk/doc/pages/building.textile Date: Tue, 19 Feb 2008 07:32:12 -0000 To: buildr-commits@incubator.apache.org From: vborja@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080219073212.949761A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vborja Date: Mon Feb 18 23:32:09 2008 New Revision: 629009 URL: http://svn.apache.org/viewvc?rev=629009&view=rev Log: Missed fix for this typo Modified: incubator/buildr/trunk/doc/pages/building.textile Modified: incubator/buildr/trunk/doc/pages/building.textile URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/doc/pages/building.textile?rev=629009&r1=629008&r2=629009&view=diff ============================================================================== --- incubator/buildr/trunk/doc/pages/building.textile (original) +++ incubator/buildr/trunk/doc/pages/building.textile Mon Feb 18 23:32:09 2008 @@ -407,7 +407,7 @@ block as an action. Again, a common idiom you'll see elsewhere in Buildr and Rake. -Let's look at a simple example. Say we want to generate a Derby database form +Let's look at a simple example. Say we want to generate a Derby database from an SQL file and include it in the ZIP package: {{{!ruby