Reinsert the <group> tag to stay XML compatible.

XML forbids to have more than one root element in a file.

svn path=/trunk/; revision=33055
This commit is contained in:
Colin Finck 2008-04-20 12:29:19 +00:00
parent d9e6cd4b38
commit 6bad85af97

View file

@ -1,5 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../tools/rbuild/project.dtd">
<group>
<module name="frag" type="win32gui" installbase="system32" installname="frag.exe" unicode="yes">
<include base="frag">.</include>
<define name="WINVER">0x0501</define>
@ -28,3 +29,4 @@
<file>Defragment.cpp</file>
<file>DriveVolume.cpp</file>
</module>
</group>