Add build support for the SOAP part of xmlextras. Forgot to check this in. Doesn't affect default build. a/r=vidur.

This commit is contained in:
Peter.VanderBeken%pandora.be 2000-07-23 07:55:51 +00:00
Родитель aeda054c55
Коммит 11ccc7bab0
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1543,6 +1543,7 @@ sub BuildClientDist()
if ($main::options{xmlextras})
{
_InstallFromManifest(":mozilla:extensions:xmlextras:base:public:MANIFEST_IDL", "$distdirectory:idl:");
_InstallFromManifest(":mozilla:extensions:xmlextras:soap:public:MANIFEST_IDL", "$distdirectory:idl:");
}
print("--- Client Dist export complete ----\n");