You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by dj...@apache.org on 2009/06/23 02:08:14 UTC

svn commit: r787492 - /buildr/trunk/lib/buildr/shell.rb

Author: djspiewak
Date: Tue Jun 23 00:08:13 2009
New Revision: 787492

URL: http://svn.apache.org/viewvc?rev=787492&view=rev
Log:
The rebel.dirs property is no longer required

Modified:
    buildr/trunk/lib/buildr/shell.rb

Modified: buildr/trunk/lib/buildr/shell.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/shell.rb?rev=787492&r1=787491&r2=787492&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/shell.rb (original)
+++ buildr/trunk/lib/buildr/shell.rb Tue Jun 23 00:08:13 2009
@@ -83,11 +83,7 @@
       end
       
       def rebel_props(project)
-        if rebel_home
-          { 'rebel.dirs' => project.path_to(:target, :classes) }
-        else
-          {}
-        end
+        {}
       end
     end
   end