Don't put modules in project root to avoid overwriting the top-level
makefile with a proxy makefile
Modified: branches/xmlbuildsystem/reactos/ReactOS.xml
Added: branches/xmlbuildsystem/reactos/bootdata/bootcd/
Added: branches/xmlbuildsystem/reactos/bootdata/bootcd/bootcd.xml
Modified: branches/xmlbuildsystem/reactos/bootdata/bootdata.xml
Added: branches/xmlbuildsystem/reactos/bootdata/livecd/
Added: branches/xmlbuildsystem/reactos/bootdata/livecd/livecd.xml
_____
Modified: branches/xmlbuildsystem/reactos/ReactOS.xml
--- branches/xmlbuildsystem/reactos/ReactOS.xml 2005-05-19 15:32:22 UTC
(rev 15410)
+++ branches/xmlbuildsystem/reactos/ReactOS.xml 2005-05-19 18:38:04 UTC
(rev 15411)
@@ -65,11 +65,4 @@
<directory name="subsys">
<xi:include href="subsys/directory.xml" />
</directory>
-
- <module name="bootcd" type="iso">
- </module>
-
- <module name="livecd" type="liveiso">
- </module>
-
</project>
_____
Added: branches/xmlbuildsystem/reactos/bootdata/bootcd/bootcd.xml
--- branches/xmlbuildsystem/reactos/bootdata/bootcd/bootcd.xml
2005-05-19 15:32:22 UTC (rev 15410)
+++ branches/xmlbuildsystem/reactos/bootdata/bootcd/bootcd.xml
2005-05-19 18:38:04 UTC (rev 15411)
@@ -0,0 +1,2 @@
+<module name="bootcd" type="iso">
+</module>
Property changes on:
branches/xmlbuildsystem/reactos/bootdata/bootcd/bootcd.xml
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: branches/xmlbuildsystem/reactos/bootdata/bootdata.xml
--- branches/xmlbuildsystem/reactos/bootdata/bootdata.xml
2005-05-19 15:32:22 UTC (rev 15410)
+++ branches/xmlbuildsystem/reactos/bootdata/bootdata.xml
2005-05-19 18:38:04 UTC (rev 15411)
@@ -6,3 +6,9 @@
<cdfile base="reactos">hivesft.inf</cdfile>
<cdfile base="reactos">hivesys.inf</cdfile>
<cdfile base="reactos">txtsetup.sif</cdfile>
+<directory name="bootcd">
+ <xi:include href="bootcd/bootcd.xml" />
+</directory>
+<directory name="livecd">
+ <xi:include href="livecd/livecd.xml" />
+</directory>
_____
Added: branches/xmlbuildsystem/reactos/bootdata/livecd/livecd.xml
--- branches/xmlbuildsystem/reactos/bootdata/livecd/livecd.xml
2005-05-19 15:32:22 UTC (rev 15410)
+++ branches/xmlbuildsystem/reactos/bootdata/livecd/livecd.xml
2005-05-19 18:38:04 UTC (rev 15411)
@@ -0,0 +1,2 @@
+<module name="livecd" type="liveiso">
+</module>
Property changes on:
branches/xmlbuildsystem/reactos/bootdata/livecd/livecd.xml
___________________________________________________________________
Name: svn:eol-style
+ native