blob: b8f90098297d30c3fc9a7e80f46ab033304a5de6 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2006 IBM Corporation and others.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
-->
<compositeCheatsheet name="Test Guide">
<taskGroup kind="set" name= "Task name">
<task kind = "ua.junit" name="This is Task1" id = "task1" skip = "true"/>
<task kind = "ua.junit" name="This is Task2" id = "task2" skip = "false">
<dependsOn task = "task1"/>
</task>
</taskGroup>
</compositeCheatsheet>