Gitiles
Code Review
Sign In
git.eclipse.org
/
webtools
/
webtools.releng
/
502011c78995c9c6561176104a870884f3105b4b
/
.
/
releng.wtpbuilder
/
distribution
/
patches2.upload
/
build.xml
blob: ae0d55ad667ad2db4c15e23778ad3d852fb31362 [
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
=
"patches"
/>
</ant>
</target>
</project>