Author: cwittich
Date: Sun Aug 27 18:20:17 2006
New Revision: 23744
URL:
http://svn.reactos.org/svn/reactos?rev=23744&view=rev
Log:
forgot to commit these files
Added:
trunk/reactos/boot/bootdata/bootcdregtest/
trunk/reactos/boot/bootdata/bootcdregtest/bootcdregtest.rbuild
trunk/reactos/boot/bootdata/livecdregtest/
trunk/reactos/boot/bootdata/livecdregtest/livecdregtest.rbuild
Modified:
trunk/reactos/boot/bootdata/bootdata.rbuild
Added: trunk/reactos/boot/bootdata/bootcdregtest/bootcdregtest.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/bootcdregtes…
==============================================================================
--- trunk/reactos/boot/bootdata/bootcdregtest/bootcdregtest.rbuild (added)
+++ trunk/reactos/boot/bootdata/bootcdregtest/bootcdregtest.rbuild Sun Aug 27 18:20:17
2006
@@ -1,0 +1,2 @@
+<module name="bootcdregtest" type="isoregtest">
+</module>
Modified: trunk/reactos/boot/bootdata/bootdata.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/bootdata.rbu…
==============================================================================
--- trunk/reactos/boot/bootdata/bootdata.rbuild (original)
+++ trunk/reactos/boot/bootdata/bootdata.rbuild Sun Aug 27 18:20:17 2006
@@ -14,4 +14,10 @@
<directory name="livecd">
<xi:include href="livecd/livecd.rbuild" />
</directory>
+<directory name="bootcdregtest">
+ <xi:include href="bootcdregtest/bootcdregtest.rbuild" />
+</directory>
+<directory name="livecdregtest">
+ <xi:include href="livecdregtest/livecdregtest.rbuild" />
+</directory>
</group>
Added: trunk/reactos/boot/bootdata/livecdregtest/livecdregtest.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/livecdregtes…
==============================================================================
--- trunk/reactos/boot/bootdata/livecdregtest/livecdregtest.rbuild (added)
+++ trunk/reactos/boot/bootdata/livecdregtest/livecdregtest.rbuild Sun Aug 27 18:20:17
2006
@@ -1,0 +1,2 @@
+<module name="livecdregtest" type="liveisoregtest">
+</module>