From bb5a628a28fd88eb1a15b602ce51c30076651293 Mon Sep 17 00:00:00 2001 From: Dave Johnson Date: Sat, 31 Jul 2010 21:31:01 -0700 Subject: [PATCH] no longer copy preview.xml - preview.xml is never used for anything so removed from it --- droidgap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/droidgap b/droidgap index 928054a7..39f6d3a1 100755 --- a/droidgap +++ b/droidgap @@ -86,7 +86,7 @@ class Build FileUtils.cp File.join(framework_res_dir, "values","strings.xml"), File.join(app_res_dir, "values", "strings.xml") FileUtils.mkdir_p File.join(app_res_dir, "layout") - %w(main.xml preview.xml).each do |f| + %w(main.xml).each do |f| FileUtils.cp File.join(framework_res_dir, "layout", f), File.join(app_res_dir, "layout", f) end