From 1f7a250efd74a5804b0d28bd30618f68058cb377 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 17 May 2007 00:28:01 +0000 Subject: [PATCH] whoops, fixed build tool --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40814 --- tools/builder/PkgCore.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/builder/PkgCore.cs b/tools/builder/PkgCore.cs index 6e4dce37..1ef0fb75 100644 --- a/tools/builder/PkgCore.cs +++ b/tools/builder/PkgCore.cs @@ -70,8 +70,8 @@ namespace builder builder.CopyFolder(this, "plugins/include", "scripting/include", include_omits); builder.CopyFolder(this, "translations", "translations", null); builder.CopyFolder(this, "public/licenses", null, null); - builder.CopyFolder(this, "plugins/admin-flatfile", "scripting/admin-flatfile"); - builder.CopyFolder(this, "plugins/testsuite", "scripting/testsuite"); + builder.CopyFolder(this, "plugins/admin-flatfile", "scripting/admin-flatfile", null); + builder.CopyFolder(this, "plugins/testsuite", "scripting/testsuite", null); } /**