зеркало из https://github.com/mozilla/pjs.git
Fix for bug 56789 (Add more build logic for the LDAP component on Mac). sr=sfraser, a=dbaron.
This commit is contained in:
Родитель
f3b1e25aea
Коммит
804dd28c92
|
@ -312,6 +312,10 @@ sub ProcessJarManifests()
|
|||
{
|
||||
CreateJarFromManifest(":mozilla:extensions:cview:resources:jar.mn", $chrome_dir, \%jars);
|
||||
}
|
||||
if ($main::options{ldap_experimental})
|
||||
{
|
||||
CreateJarFromManifest(":mozilla:directory:xpcom:tests:jar.mn", $chrome_dir, \%jars);
|
||||
}
|
||||
if ($main::options{help})
|
||||
{
|
||||
CreateJarFromManifest(":mozilla:extensions:help:resources:jar.mn", $chrome_dir, \%jars);
|
||||
|
|
Загрузка…
Ссылка в новой задаче