Add Find component MANIFEST entries

This commit is contained in:
sfraser%netscape.com 1999-04-22 03:05:24 +00:00
Родитель 5897ac1511
Коммит d46c44b728
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -402,6 +402,12 @@ sub BuildDist()
}
}
# XPFE COMPONENTS
InstallFromManifest(":mozilla:xpfe:components:public:MANIFEST", "$distdirectory:xpfe:components");
# find
InstallFromManifest(":mozilla:xpfe:components:find:public:MANIFEST", "$distdirectory:xpfe:components:find");
# XPAPPS
InstallFromManifest(":mozilla:xpfe:AppCores:public:MANIFEST", "$distdirectory:xpfe:");
InstallFromManifest(":mozilla:xpfe:appshell:public:MANIFEST", "$distdirectory:xpfe:");