From greatlrd@svn.reactos.org Tue Feb 6 14:34:57 2007
From: greatlrd@svn.reactos.org
To: ros-diffs@reactos.org
Subject: [ros-diffs] [greatlrd] 25738: fixed ReactOS.xml to ReactOS.rbuild.
some one forget change some place to ReactOS.rbuild and update the doc
Date: Tue, 06 Feb 2007 13:34:47 +0000
Message-ID: <20070206132654.3806A9897D@mail.reactos.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5523028416974009527=="
--===============5523028416974009527==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Author: greatlrd
Date: Tue Feb 6 16:34:47 2007
New Revision: 25738
URL: http://svn.reactos.org/svn/reactos?rev=3D25738&view=3Drev
Log:
fixed ReactOS.xml to ReactOS.rbuild.=20
some one forget change some place to ReactOS.rbuild and update the doc
Modified:
trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp
trunk/reactos/tools/rbuild/doc/rbuild.dbk
trunk/reactos/tools/rbuild/doc/rbuild.txt
Modified: trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/backend/mi=
ngw/mingw.cpp?rev=3D25738&r1=3D25737&r2=3D25738&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp (original)
+++ trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp Tue Feb 6 16:34:47 20=
07
@@ -267,7 +267,7 @@
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" );
}
=20
string
Modified: trunk/reactos/tools/rbuild/doc/rbuild.dbk
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/doc/rbuild=
.dbk?rev=3D25738&r1=3D25737&r2=3D25738&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/reactos/tools/rbuild/doc/rbuild.dbk (original)
+++ trunk/reactos/tools/rbuild/doc/rbuild.dbk Tue Feb 6 16:34:47 2007
@@ -59,14 +59,14 @@
Top-level XML Build File
=20
- 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=3D"1.0"?>
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
<project name=3D"ReactOS" makefile=3D"Makefile.auto" xmlns:xi=3D"http://w=
ww.w3.org/2001/XInclude">
- <xi:include href=3D"config.xml">
+ <xi:include href=3D"config.rbuild">
<xi:fallback>
- <xi:include href=3D"config.template.xml" />
+ <xi:include href=3D"config.template.rbuild" />
</xi:fallback>
</xi:include>
=20
@@ -79,7 +79,7 @@
<include base=3D"ReactOS">include</include>
=20
<directory name=3D"boot">
- <xi:include href=3D"boot/boot.xml" />
+ <xi:include href=3D"boot/boot.rbuild" />
</directory>
=20
<module name=3D"bootcd" type=3D"iso">
@@ -92,7 +92,7 @@
=20
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 XInclu=
de is
xi.
=20
@@ -105,9 +105,9 @@
Syntax
=20
- <xi:include href=3D"config.xml">
+ <xi:include href=3D"config.rbuild<=
/replaceable>">
<xi:fallback>
- <xi:include href=3D"config.template.xml" /=
>
+ <xi:include href=3D"config.template.rbuild=
" />
</xi:fallback>
</xi:include>
@@ -152,7 +152,7 @@
Syntax
=20
<xi:fallback>
- <xi:include href=3D"config.template.xml" /&g=
t;
+ <xi:include href=3D"config.template.rbuild" =
/>
</xi:fallback>
=20
@@ -1642,7 +1642,7 @@
Parents
=20
None. This is the top-level (root) element of
- ReactOS.xml file.
+ ReactOS.rbuild file.
=20
Modified: trunk/reactos/tools/rbuild/doc/rbuild.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/doc/rbuild=
.txt?rev=3D25738&r1=3D25737&r2=3D25738&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/reactos/tools/rbuild/doc/rbuild.txt (original)
+++ trunk/reactos/tools/rbuild/doc/rbuild.txt Tue Feb 6 16:34:47 2007
@@ -19,14 +19,14 @@
=20
Top-level XML Build File
------------------------
-The top-level xml build file (ReactOS.xml) is processed by rbuild. The follo=
wing is an example of how it could look like:
+The top-level xml build file (ReactOS.rbuild) is processed by rbuild. The fo=
llowing is an example of how it could look like:
=20
-
+
-
+
=20
@@ -39,7 +39,7 @@
include
=20
-
+
=20
@@ -52,9 +52,9 @@
It is possible to split an xml build file over several files. The include el=
ement in the xi namespace is used to accomplish this.
=20
Syntax:
-
+
-
+
=20
--===============5523028416974009527==--