22e5407d6908bb8d186a6ee3a66896db1d36a836
[reactos.git] / reactos / tools / rbuild / tests / data / cdfile.xml
1 <?xml version="1.0" ?>
2 <project name="Project" makefile="Makefile">
3 <directory name="dir1">
4 <cdfile base="dir1" nameoncd="ReadMe1.txt">readme1.txt</cdfile>
5 <cdfile base="dir2">readme2.txt</cdfile>
6 <cdfile>readme3.txt</cdfile>
7 </directory>
8 </project>