Copy non-generated files to cd
Modified: branches/xmlbuildsystem/reactos/ReactOS.xml
Added: branches/xmlbuildsystem/reactos/bootdata/bootdata.xml
Added: branches/xmlbuildsystem/reactos/media/directory.xml
Added: branches/xmlbuildsystem/reactos/media/drivers/directory.xml
Added: branches/xmlbuildsystem/reactos/media/drivers/etc/etc.xml
Added: branches/xmlbuildsystem/reactos/media/nls/nls.xml
_____
Modified: branches/xmlbuildsystem/reactos/ReactOS.xml
--- branches/xmlbuildsystem/reactos/ReactOS.xml 2005-03-03 21:00:30 UTC
(rev 13807)
+++ branches/xmlbuildsystem/reactos/ReactOS.xml 2005-03-03 21:26:27 UTC
(rev 13808)
@@ -29,6 +29,9 @@
<directory name="boot">
<xi:include href="boot/boot.xml" />
</directory>
+ <directory name="bootdata">
+ <xi:include href="bootdata/bootdata.xml" />
+ </directory>
<directory name="drivers">
<xi:include href="drivers/directory.xml" />
</directory>
@@ -41,6 +44,9 @@
<directory name="lib">
<xi:include href="lib/directory.xml" />
</directory>
+ <directory name="media">
+ <xi:include href="media/directory.xml" />
+ </directory>
<directory name="ntoskrnl">
<xi:include href="ntoskrnl/ntoskrnl.xml" />
</directory>
_____
Added: branches/xmlbuildsystem/reactos/bootdata/bootdata.xml
--- branches/xmlbuildsystem/reactos/bootdata/bootdata.xml
2005-03-03 21:00:30 UTC (rev 13807)
+++ branches/xmlbuildsystem/reactos/bootdata/bootdata.xml
2005-03-03 21:26:27 UTC (rev 13808)
@@ -0,0 +1,8 @@
+<cdfile>autorun.inf</cdfile>
+<cdfile>icon.ico</cdfile>
+<cdfile>readme.txt</cdfile>
+<cdfile base="reactos">hivecls.inf</cdfile>
+<cdfile base="reactos">hivedef.inf</cdfile>
+<cdfile base="reactos">hiveinst.inf</cdfile>
+<cdfile base="reactos">hivesft.inf</cdfile>
+<cdfile base="reactos">hivesys.inf</cdfile>
_____
Added: branches/xmlbuildsystem/reactos/media/directory.xml
--- branches/xmlbuildsystem/reactos/media/directory.xml 2005-03-03
21:00:30 UTC (rev 13807)
+++ branches/xmlbuildsystem/reactos/media/directory.xml 2005-03-03
21:26:27 UTC (rev 13808)
@@ -0,0 +1,6 @@
+<directory name="drivers">
+ <xi:include href="drivers/directory.xml" />
+</directory>
+<directory name="nls">
+ <xi:include href="nls/nls.xml" />
+</directory>
_____
Added: branches/xmlbuildsystem/reactos/media/drivers/directory.xml
--- branches/xmlbuildsystem/reactos/media/drivers/directory.xml
2005-03-03 21:00:30 UTC (rev 13807)
+++ branches/xmlbuildsystem/reactos/media/drivers/directory.xml
2005-03-03 21:26:27 UTC (rev 13808)
@@ -0,0 +1,3 @@
+<directory name="etc">
+ <xi:include href="etc/etc.xml" />
+</directory>
_____
Added: branches/xmlbuildsystem/reactos/media/drivers/etc/etc.xml
--- branches/xmlbuildsystem/reactos/media/drivers/etc/etc.xml
2005-03-03 21:00:30 UTC (rev 13807)
+++ branches/xmlbuildsystem/reactos/media/drivers/etc/etc.xml
2005-03-03 21:26:27 UTC (rev 13808)
@@ -0,0 +1 @@
+<cdfile base="reactos">services</cdfile>
_____
Added: branches/xmlbuildsystem/reactos/media/nls/nls.xml
--- branches/xmlbuildsystem/reactos/media/nls/nls.xml 2005-03-03
21:00:30 UTC (rev 13807)
+++ branches/xmlbuildsystem/reactos/media/nls/nls.xml 2005-03-03
21:26:27 UTC (rev 13808)
@@ -0,0 +1,3 @@
+<cdfile base="reactos">c_437.nls</cdfile>
+<cdfile base="reactos">c_1252.nls</cdfile>
+<cdfile base="reactos">l_intl.nls</cdfile>