blob: 171c92589a190b98a6c3a5189cc2ce86cc413eeb (
plain)
1
2
3
4
5
6
|
<?xml version="1.0"?>
<!-- see ../build/*.html for explanation -->
<project name="testing-client" default="test" basedir=".">
<import file="${basedir}/../build/build.xml"/>
</project>
|