summaryrefslogtreecommitdiffstats
path: root/asm/build.xml
blob: d6a9c197cb464db70261ccdd6842d079b2f4c2cd (plain)
1
2
3
4
5
6
<?xml version="1.0"?>
<!-- see ../build/*.html for explanation -->
<project name="asm" default="test" basedir=".">
    <import file="${basedir}/../build/build.xml"/>  
</project>