fix build upload
diff --git a/releng.control/cc_project_build.xml b/releng.control/cc_project_build.xml
index ab34af4..a1bcb73 100644
--- a/releng.control/cc_project_build.xml
+++ b/releng.control/cc_project_build.xml
@@ -26,6 +26,9 @@
Normally this is literally the project name from CruiseControl, but
if running "standalone", we make this simplifying assumption.
-->
+ <property name="build.distribution" value="wtp" />
+ <property name="buildBranch" value="R2.0" />
+ <property name="buildType" value="I" />
<property name="checkoutprojectname" value="${build.distribution}-${buildBranch}-${buildType}" />
<target name="Build">