class Buildr::Layout::Default

Default layout has the following properties:

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/buildr/core/project.rb, line 92
def initialize
  super
  self[:source] = 'src'
  self[:target, :main] = 'target'
end