Gitiles
Code Review
Sign In
git.eclipse.org
/
webtools
/
webtools.releng
/
ca8b354656e3c59ba2c16d8367bacdd0ec173339
/
.
/
releng.wtpbuilder
/
distribution
/
wtp-buildTools.upload
/
build.xml
blob: 6fa53fc6227be61a2a70cfbed8b75418db684c1e [
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>