Commit 784fd483 authored by waterson%netscape.com's avatar waterson%netscape.com
Browse files

Added mozilla/rdf/include, mozilla/layout/xml/document/public, and...

Added mozilla/rdf/include, mozilla/layout/xml/document/public, and mozilla/layout/xml/content/public to list of dirs that get manifested. Still not adding rdf to the Mac build due to linkage problems that need to be sorted out.
parent ca441d8d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -249,6 +249,8 @@ sub BuildDist()
    InstallFromManifest(":mozilla:layout:base:src:MANIFEST",						"$distdirectory:layout:");
	InstallFromManifest(":mozilla:layout:events:public:MANIFEST",					"$distdirectory:layout:");
	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:");
@@ -273,6 +275,9 @@ sub BuildDist()
	#HTMLPARSER
   InstallFromManifest(":mozilla:htmlparser:src:MANIFEST",							"$distdirectory:htmlparser:");
   
    #RDF
     InstallFromManifest(":mozilla:rdf:include:MANIFEST",							"$distdirectory:rdf:");

	#EDITOR
   InstallFromManifest(":mozilla:editor:public:MANIFEST",							"$distdirectory:editor:");

@@ -459,6 +464,10 @@ sub BuildLayoutProjects()
	BuildProject(":mozilla:widget:macbuild:widget.mcp",									"widget$D.shlb");
	MakeAlias(":mozilla:widget:macbuild:widget$D.shlb",									"$dist_dir");
	
	# This isn't quite ready yet...
	#BuildProject(":mozilla:rdf:macbuild:rdf.mcp",										"rdf$D.shlb");
	#MakeAlias(":mozilla:rdf:macbuild:rdf$D.shlb",										"$dist_dir");
	
	BuildProject(":mozilla:webshell:macbuild:webshell.mcp",								"webshell$D.shlb");
	MakeAlias(":mozilla:webshell:macbuild:webshell$D.shlb",								"$dist_dir");