From 2df2f293da2470d1833d583c76dbed0b08ac10c1 Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Thu, 1 Apr 1999 18:39:35 +0000 Subject: [PATCH] build widget after htmlParser because of nsXIFConverter dependency. --- build/mac/NGLayoutBuildList.pm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build/mac/NGLayoutBuildList.pm b/build/mac/NGLayoutBuildList.pm index 76cd00c037c..257d853cfad 100644 --- a/build/mac/NGLayoutBuildList.pm +++ b/build/mac/NGLayoutBuildList.pm @@ -323,11 +323,6 @@ sub BuildDist() InstallFromManifest(":mozilla:layout:events:src:MANIFEST", "$distdirectory:layout:"); InstallFromManifest(":mozilla:layout:xml:document:public:MANIFEST", "$distdirectory:layout:"); InstallFromManifest(":mozilla:layout:xml:content:public:MANIFEST", "$distdirectory:layout:"); - - - #WIDGET - InstallFromManifest(":mozilla:widget:public:MANIFEST", "$distdirectory:widget:"); - InstallFromManifest(":mozilla:widget:src:mac:MANIFEST", "$distdirectory:widget:"); #GFX InstallFromManifest(":mozilla:gfx:public:MANIFEST", "$distdirectory:gfx:"); @@ -352,6 +347,10 @@ sub BuildDist() #EXPAT InstallFromManifest(":mozilla:expat:xmlparse:MANIFEST", "$distdirectory:expat:"); + #WIDGET + InstallFromManifest(":mozilla:widget:public:MANIFEST", "$distdirectory:widget:"); + InstallFromManifest(":mozilla:widget:src:mac:MANIFEST", "$distdirectory:widget:"); + #RDF InstallFromManifest(":mozilla:rdf:base:public:MANIFEST", "$distdirectory:rdf:"); InstallFromManifest(":mozilla:rdf:util:public:MANIFEST", "$distdirectory:rdf:");