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