blob: 42a13951213c1be42ff7a22dbcea884e197299bf [file] [log] [blame]
<project
default="sync"
basedir=".">
<target name="sync">
<ant antfile="${wtp.builder.home}/scripts/upload/upload.xml">
<property
name="site-sub-dir"
value="wtpBuildTools" />
</ant>
</target>
</project>