blob: 6fa53fc6227be61a2a70cfbed8b75418db684c1e [file] [log] [blame]
david_williams948bf552007-02-26 05:17:22 +00001<project default="sync" basedir=".">
2
3
4 <target name="sync">
5
6 <ant antfile="${wtp.builder.home}/scripts/upload/upload.xml">
7 <property name="site-sub-dir"
8 value="wtpBuildTools" />
9 </ant>
10
11 </target>
12</project>