Gitiles
Code Review
Sign In
git.eclipse.org
/
webtools
/
webtools.releng
/
26f3a5f4e944ac2ae5f6eaab64c00a1bcae93831
/
.
/
releng.wtpbuilder
/
distribution
/
patches2.upload
/
build.xml
blob: 8f0af8faec7b374999b3b26b995aba0c7d2f4fba [
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
=
"patches202"
/>
</ant>
</target>
</project>