# File lib/buildr/core/project.rb, line 96 def initialize super self[:source] = 'src' self[:target, :main] = 'target' end