mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
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:
parent
807ea5576a
commit
ba02a2a585
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user