You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2010/11/24 22:29:04 UTC

svn commit: r1038832 - /buildr/trunk/lib/buildr/core/jrebel.rb

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