You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2014/07/24 23:32:40 UTC

git commit: Remove accidental commit of TODO note

Repository: buildr
Updated Branches:
  refs/heads/master 677156e53 -> 1bb504161


Remove accidental commit of TODO note


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/1bb50416
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/1bb50416
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/1bb50416

Branch: refs/heads/master
Commit: 1bb50416126ae9f6507e2c09b160c4bbb41e9425
Parents: 677156e
Author: Peter Donald <pe...@realityforge.org>
Authored: Fri Jul 25 07:32:34 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Fri Jul 25 07:32:34 2014 +1000

----------------------------------------------------------------------
 addon/buildr/single_intermediate_layout.rb | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/1bb50416/addon/buildr/single_intermediate_layout.rb
----------------------------------------------------------------------
diff --git a/addon/buildr/single_intermediate_layout.rb b/addon/buildr/single_intermediate_layout.rb
index adefccd..25f9041 100644
--- a/addon/buildr/single_intermediate_layout.rb
+++ b/addon/buildr/single_intermediate_layout.rb
@@ -45,7 +45,6 @@ module Buildr #nodoc
           parent = parent.parent
         end
 
-        # Should we  enhance top level clean task for "#{top_dir}/target" and "#{top_dir}/reports"?
         target_dir = "#{top_dir}/target/#{name.gsub(':', '_')}"
         reports_dir = "#{top_dir}/reports/#{name.gsub(':', '_')}"
         target_dir = ::Buildr::Util.relative_path(target_dir, File.expand_path(base_dir))