Gitiles
Code Review
Sign In
git.eclipse.org
/
webtools
/
webtools.releng
/
8e80ae2472d365f5213a10a3c676741d4ea6e802
/
.
/
releng.wtpbuilder
/
distribution
/
wtpbuildTools.upload
/
build.xml
blob: 42a13951213c1be42ff7a22dbcea884e197299bf [
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>