Bug #267753 --> Fix Thunderbird Mac smoketest bustage.

We need to build the editor ui chrome package before we build mozilla\mail\app or editor chrome misses
the rsync boat...
This commit is contained in:
scott%scott-macgregor.org 2005-02-04 03:20:46 +00:00
Родитель 4ba200660e
Коммит 86bedd3db5
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -342,6 +342,10 @@ ifdef MOZ_XULRUNNER
tier_99_dirs += xulrunner
endif
ifdef MOZ_COMPOSER
tier_99_dirs += editor/ui
endif
ifdef MOZ_THUNDERBIRD
ifdef MOZ_USE_OFFICIAL_BRANDING
tier_99_dirs += other-licenses/branding/thunderbird
@ -352,10 +356,6 @@ tier_99_dirs += other-licenses/branding/thunderbird/content
endif
endif
ifdef MOZ_COMPOSER
tier_99_dirs += editor/ui
endif
ifdef MOZ_STANDALONE_COMPOSER
tier_99_dirs += composer
endif