whoops, fixed build tool

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40814
This commit is contained in:
David Anderson 2007-05-17 00:28:01 +00:00
parent 02b645a3f9
commit 1f7a250efd

View File

@ -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);
}
/**