Skip to main content
summaryrefslogtreecommitdiffstats
blob: 806e414137a469b8ab9a70437bc2aa90520faa73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<compositeCheatsheet title="Test Guide">
    <task  title= "Task Title">
        <task title="This is Task2" id = "task2"> 
            <dependsOn task = "task1"/>
        </task>
        <task title="This is Task1" id = "task1" >
        </task>
    </task>
</compositeCheatsheet>

Back to the top