make rbuild files XML compliant by adding the XInclude namespace , no code change
authorMarc Piulachs <marc.piulachs@live.com>
Mon, 28 Apr 2008 13:44:11 +0000 (13:44 +0000)
committerMarc Piulachs <marc.piulachs@live.com>
Mon, 28 Apr 2008 13:44:11 +0000 (13:44 +0000)
svn path=/trunk/; revision=33174

reactos/ntoskrnl/ntkrnlmp.rbuild
reactos/ntoskrnl/ntoskrnl.rbuild

index 4b98f8e..a0e90e7 100644 (file)
@@ -1,7 +1,9 @@
 <?xml version="1.0"?>
 <!DOCTYPE module SYSTEM "../tools/rbuild/project.dtd">
-<module name="ntkrnlmp" type="kernel" installbase="system32" installname="ntkrnlmp.exe">
-       <define name="CONFIG_SMP" />
+<group xmlns:xi="http://www.w3.org/2001/XInclude">
+       <module name="ntkrnlmp" type="kernel" installbase="system32" installname="ntkrnlmp.exe">
+               <define name="CONFIG_SMP" />
 
-       <xi:include href="ntoskrnl-generic.rbuild" />
-</module>
+               <xi:include href="ntoskrnl-generic.rbuild" />
+       </module>
+</group>
\ No newline at end of file
index a733941..b8d4def 100644 (file)
@@ -1,5 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE module SYSTEM "../tools/rbuild/project.dtd">
-<module name="ntoskrnl" type="kernel" installbase="system32" installname="ntoskrnl.exe">
-       <xi:include href="ntoskrnl-generic.rbuild" />
-</module>
+<group xmlns:xi="http://www.w3.org/2001/XInclude">
+       <module name="ntoskrnl" type="kernel" installbase="system32" installname="ntoskrnl.exe">
+               <xi:include href="ntoskrnl-generic.rbuild" />
+       </module>
+</group>