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