Skip to content
Snippets Groups Projects
Commit 8f1cae19 authored by david_williams's avatar david_williams
Browse files

fix up build paths

parent 329769e5
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
<target name="Build">
<!-- set main builder file name, based on distribution, buildBranch and build type -->
<property name="wtpBuilder" value="${env.BUILD_HOME}/build-node/checkout/${checkoutprojectname}/${env.RELENGWTPBUILDER}/build.xml" />
<property name="wtpBuilder" value="${env.BUILD_HOME}/projectBuilders/${checkoutprojectname}/${env.RELENGWTPBUILDER}/build.xml" />
<antcall target="doCleanBuild" />
......
......@@ -35,7 +35,7 @@
<!-- set main builder file name, based on distribution, buildBranch and build type -->
<property name="wtpBuilder"
value="${env.BUILD_HOME}/build-node/checkout/${checkoutprojectname}/${env.RELENGWTPBUILDER}/build.xml" />
value="${env.BUILD_HOME}/projectBuilders/${checkoutprojectname}/${env.RELENGWTPBUILDER}/build.xml" />
......
......@@ -38,7 +38,7 @@
<property
name="codir"
value="${env.BUILD_HOME}/build-node/checkout/${checkoutprojectname}" />
value="${env.BUILD_HOME}/projectBuilders/${checkoutprojectname}" />
......
......@@ -31,7 +31,7 @@ buildType=R
# added build home and codir to be more like other
# scripts, and, do keep "working directory" out of releng.control directory
codir=${env.BUILD_HOME}/build-node/checkout/
codir=${env.BUILD_HOME}/projectBuilders/
whatisfixed.workdir=${codir}/tmp-wif
mapCvsRoot=:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment