From c66a34663b3ba72e7b533a1eea9232201b1bf738 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Tue, 6 Feb 2007 13:34:47 +0000 Subject: [PATCH] fixed ReactOS.xml to ReactOS.rbuild. some one forget change some place to ReactOS.rbuild and update the doc svn path=/trunk/; revision=25738 --- reactos/tools/rbuild/backend/mingw/mingw.cpp | 2 +- reactos/tools/rbuild/doc/rbuild.dbk | 18 +++++++++--------- reactos/tools/rbuild/doc/rbuild.txt | 12 ++++++------ 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/reactos/tools/rbuild/backend/mingw/mingw.cpp b/reactos/tools/rbuild/backend/mingw/mingw.cpp index 4b3c47a7fb8..d5aefb831f3 100644 --- a/reactos/tools/rbuild/backend/mingw/mingw.cpp +++ b/reactos/tools/rbuild/backend/mingw/mingw.cpp @@ -267,7 +267,7 @@ MingwBackend::CloseMakefile () const void MingwBackend::GenerateHeader () const { - fprintf ( fMakefile, "# THIS FILE IS AUTOMATICALLY GENERATED, EDIT 'ReactOS.xml' INSTEAD\n\n" ); + fprintf ( fMakefile, "# THIS FILE IS AUTOMATICALLY GENERATED, EDIT 'ReactOS.rbuild' INSTEAD\n\n" ); } string diff --git a/reactos/tools/rbuild/doc/rbuild.dbk b/reactos/tools/rbuild/doc/rbuild.dbk index 9cc62736367..692db206722 100644 --- a/reactos/tools/rbuild/doc/rbuild.dbk +++ b/reactos/tools/rbuild/doc/rbuild.dbk @@ -59,14 +59,14 @@
Top-level XML Build File - The top-level XML build file (ReactOS.xml) is + The top-level XML build file (ReactOS.rbuild) is processed by rbuild. The following is an example of how it could look like:<?xml version="1.0"?> <!DOCTYPE project SYSTEM "tools/rbuild/project.dtd"> <project name="ReactOS" makefile="Makefile.auto" xmlns:xi="http://www.w3.org/2001/XInclude"> - <xi:include href="config.xml"> + <xi:include href="config.rbuild"> <xi:fallback> - <xi:include href="config.template.xml" /> + <xi:include href="config.template.rbuild" /> </xi:fallback> </xi:include> @@ -79,7 +79,7 @@ <include base="ReactOS">include</include> <directory name="boot"> - <xi:include href="boot/boot.xml" /> + <xi:include href="boot/boot.rbuild" /> </directory> <module name="bootcd" type="iso"> @@ -92,7 +92,7 @@ XML files used by rbuild are modular and use XInclude to include other chunks of XML in the top-level - ReactOS.xml file. The namespace used by XInclude is + ReactOS.rbuild file. The namespace used by XInclude is xi.
@@ -105,9 +105,9 @@
Syntax - <xi:include href="config.xml"> + <xi:include href="config.rbuild"> <xi:fallback> - <xi:include href="config.template.xml" /> + <xi:include href="config.template.rbuild" /> </xi:fallback> </xi:include>
@@ -152,7 +152,7 @@ Syntax <xi:fallback> - <xi:include href="config.template.xml" /> + <xi:include href="config.template.rbuild" /> </xi:fallback>
@@ -1642,7 +1642,7 @@ Parents None. This is the top-level (root) element of - ReactOS.xml file. + ReactOS.rbuild file.
diff --git a/reactos/tools/rbuild/doc/rbuild.txt b/reactos/tools/rbuild/doc/rbuild.txt index 46f40c2211f..19fd8411cb1 100644 --- a/reactos/tools/rbuild/doc/rbuild.txt +++ b/reactos/tools/rbuild/doc/rbuild.txt @@ -19,14 +19,14 @@ This will create ReactOS.iso in the top-level reactos directory. Top-level XML Build File ------------------------ -The top-level xml build file (ReactOS.xml) is processed by rbuild. The following is an example of how it could look like: +The top-level xml build file (ReactOS.rbuild) is processed by rbuild. The following is an example of how it could look like: - + - + @@ -39,7 +39,7 @@ The top-level xml build file (ReactOS.xml) is processed by rbuild. The following include - + @@ -52,9 +52,9 @@ xi:include It is possible to split an xml build file over several files. The include element in the xi namespace is used to accomplish this. Syntax: - + - +