blob: ae0d55ad667ad2db4c15e23778ad3d852fb31362 [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="patches" />
</ant>
</target>
</project>