Revision: 646 http://trac.macosforge.org/projects/ruby/changeset/646 Author: rich@infoether.com Date: 2008-10-06 05:05:38 -0700 (Mon, 06 Oct 2008) Log Message: ----------- bundle everything in an app resource dir by default Modified Paths: -------------- MacRuby/trunk/data/hotcocoa_template/config/build.yml Modified: MacRuby/trunk/data/hotcocoa_template/config/build.yml =================================================================== --- MacRuby/trunk/data/hotcocoa_template/config/build.yml 2008-10-06 03:18:10 UTC (rev 645) +++ MacRuby/trunk/data/hotcocoa_template/config/build.yml 2008-10-06 12:05:38 UTC (rev 646) @@ -2,5 +2,7 @@ load: lib/application.rb version: "1.0" icon: resources/HotCocoa.icns +resources: + - resources/**/*.* sources: - lib/**/*.rb