# File lib/buildr/core/project.rb, line 442
    def layout
      @layout ||= (parent ? parent.layout : Layout.default).clone
    end