# File lib/buildr/core/build.rb, line 67
    def target
      Buildr.application.deprecated 'Use path_to(:target) instead'
      layout.expand(:target)
    end