david_williams | 948bf55 | 2007-02-26 05:17:22 +0000 | [diff] [blame] | 1 | <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> |