add new layout idl stuff for travis.

git-svn-id: svn://10.0.0.236/trunk@54187 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%netscape.com 1999-11-22 22:33:17 +00:00
parent e0baec67b1
commit 94e760238a

View File

@ -493,6 +493,7 @@ sub BuildClientDist()
#LAYOUT
_InstallFromManifest(":mozilla:layout:build:MANIFEST", "$distdirectory:layout:");
_InstallFromManifest(":mozilla:layout:base:public:MANIFEST", "$distdirectory:layout:");
_InstallFromManifest(":mozilla:layout:base:public:MANIFEST_IDL", "$distdirectory:idl:");
_InstallFromManifest(":mozilla:layout:html:content:public:MANIFEST", "$distdirectory:layout:");
_InstallFromManifest(":mozilla:layout:html:document:src:MANIFEST", "$distdirectory:layout:");
_InstallFromManifest(":mozilla:layout:html:document:public:MANIFEST", "$distdirectory:layout:");
@ -860,6 +861,8 @@ sub BuildIDLProjects()
BuildIDLProject(":mozilla:profile:macbuild:ProfileServicesIDL.mcp", "profileservices");
BuildIDLProject(":mozilla:profile:pref-migrator:macbuild:prefmigratorIDL.mcp", "prefm");
BuildIDLProject(":mozilla:layout:macbuild:layoutIDL.mcp", "layout");
BuildIDLProject(":mozilla:rdf:macbuild:RDFIDL.mcp", "rdf");
BuildIDLProject(":mozilla:rdf:tests:domds:macbuild:DOMDataSourceIDL.mcp", "domds");