From a7bd5e1bf06b2ff1d266a9eba08cac37c09c9f0a Mon Sep 17 00:00:00 2001 From: cacaodev Date: Thu, 21 May 2009 10:17:15 +0200 Subject: [PATCH] Allow rake to process files located subfolders of Foundation/ --- Foundation/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foundation/Rakefile b/Foundation/Rakefile index 7f8f3f305..4a4b4d2ed 100644 --- a/Foundation/Rakefile +++ b/Foundation/Rakefile @@ -18,7 +18,7 @@ ObjectiveJ::BundleTask.new(:Foundation) do |t| t.author = '280 North, Inc.' t.email = 'feedback @nospam@ 280north.com' t.summary = 'Foundation classes for Cappuccino' - t.sources = FileList['*.j'] + t.sources = FileList['**/*.j'] t.resources = FileList['Resources/*'].to_a t.license = ObjectiveJ::License::LGPL_v2_1 t.build_path = $BUILD_PATH