From d46c44b728c267e01761d2cdcb26832d98ab4e30 Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Thu, 22 Apr 1999 03:05:24 +0000 Subject: [PATCH] Add Find component MANIFEST entries --- build/mac/NGLayoutBuildList.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/mac/NGLayoutBuildList.pm b/build/mac/NGLayoutBuildList.pm index c94f811999e0..4d18f84ff055 100644 --- a/build/mac/NGLayoutBuildList.pm +++ b/build/mac/NGLayoutBuildList.pm @@ -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:");