added more scripting exports
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40813
This commit is contained in:
parent
ca52426825
commit
02b645a3f9
@ -29,7 +29,7 @@ namespace builder
|
|||||||
*/
|
*/
|
||||||
public override string [] GetFolders()
|
public override string [] GetFolders()
|
||||||
{
|
{
|
||||||
string [] folders = new string[8];
|
string [] folders = new string[10];
|
||||||
|
|
||||||
folders[0] = "bin";
|
folders[0] = "bin";
|
||||||
folders[1] = "plugins/disabled";
|
folders[1] = "plugins/disabled";
|
||||||
@ -39,6 +39,8 @@ namespace builder
|
|||||||
folders[5] = "extensions";
|
folders[5] = "extensions";
|
||||||
folders[6] = "scripting/include";
|
folders[6] = "scripting/include";
|
||||||
folders[7] = "data";
|
folders[7] = "data";
|
||||||
|
folders[8] = "scripting/admin-flatfile";
|
||||||
|
folders[9] = "scripting/testsuite";
|
||||||
|
|
||||||
return folders;
|
return folders;
|
||||||
}
|
}
|
||||||
@ -68,6 +70,8 @@ namespace builder
|
|||||||
builder.CopyFolder(this, "plugins/include", "scripting/include", include_omits);
|
builder.CopyFolder(this, "plugins/include", "scripting/include", include_omits);
|
||||||
builder.CopyFolder(this, "translations", "translations", null);
|
builder.CopyFolder(this, "translations", "translations", null);
|
||||||
builder.CopyFolder(this, "public/licenses", null, null);
|
builder.CopyFolder(this, "public/licenses", null, null);
|
||||||
|
builder.CopyFolder(this, "plugins/admin-flatfile", "scripting/admin-flatfile");
|
||||||
|
builder.CopyFolder(this, "plugins/testsuite", "scripting/testsuite");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user