Return-Path: Delivered-To: apmail-buildr-commits-archive@www.apache.org Received: (qmail 61480 invoked from network); 24 Nov 2010 21:30:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Nov 2010 21:30:05 -0000 Received: (qmail 47405 invoked by uid 500); 24 Nov 2010 21:30:36 -0000 Delivered-To: apmail-buildr-commits-archive@buildr.apache.org Received: (qmail 47383 invoked by uid 500); 24 Nov 2010 21:30:36 -0000 Mailing-List: contact commits-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@buildr.apache.org Delivered-To: mailing list commits@buildr.apache.org Received: (qmail 47376 invoked by uid 99); 24 Nov 2010 21:30:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Nov 2010 21:30:36 +0000 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Nov 2010 21:30:36 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D579423889E9; Wed, 24 Nov 2010 21:29:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1038832 - /buildr/trunk/lib/buildr/core/jrebel.rb Date: Wed, 24 Nov 2010 21:29:04 -0000 To: commits@buildr.apache.org From: boisvert@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101124212904.D579423889E9@eris.apache.org> Author: boisvert Date: Wed Nov 24 21:29:04 2010 New Revision: 1038832 URL: http://svn.apache.org/viewvc?rev=1038832&view=rev Log: Add comment to help prevent future regressions Modified: buildr/trunk/lib/buildr/core/jrebel.rb Modified: buildr/trunk/lib/buildr/core/jrebel.rb URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/core/jrebel.rb?rev=1038832&r1=1038831&r2=1038832&view=diff ============================================================================== --- buildr/trunk/lib/buildr/core/jrebel.rb (original) +++ buildr/trunk/lib/buildr/core/jrebel.rb Wed Nov 24 21:29:04 2010 @@ -25,6 +25,7 @@ module Buildr def rebel_jar if jrebel_home + # jrebel_home may point to jrebel.jar directly File.directory?(jrebel_home) ? File.join(jrebel_home, 'jrebel.jar') : jrebel_home end end