git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@109 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e

This commit is contained in:
mvandervoord
2010-12-27 17:33:08 +00:00
parent 6ae3084c72
commit 26c61f611f

View File

@ -110,6 +110,8 @@ if @yaml_config
@update_svn = cfg[:defaults][:update_svn] if @update_svn.nil? @update_svn = cfg[:defaults][:update_svn] if @update_svn.nil?
@extra_inc = cfg[:includes] @extra_inc = cfg[:includes]
@boilerplates = cfg[:boilerplates] @boilerplates = cfg[:boilerplates]
else
@boilerplates = {}
end end
# Create default file paths if none were provided # Create default file paths if none were provided