Simplify access to map-file: assume that entire releng/ folder has been
checked out from HEAD before invoking the main script.
diff --git a/releng/build-scripts/build/run.xml b/releng/build-scripts/build/run.xml
index 049db50..2d709e7 100644
--- a/releng/build-scripts/build/run.xml
+++ b/releng/build-scripts/build/run.xml
@@ -221,9 +221,7 @@
<arg value="-Dtest.root.dir=${test.root.dir}"/>
<arg value="-Dtest.eclipseDir=${test.eclipseDir}"/>
<arg value="-DmapVersionTag=${mapVersionTag}"/>
- <arg value="-DpathToMapFile=${pathToMapFile}"/>
- <arg value="-DmapFileName=otdt.map"/>
- <arg value="-Dgit.repository.path=${git.repository.path}"/>
+ <arg value="-Dmap.file.path=${map.file.path}"/>
<arg value="-Declipse-app.tgz=${eclipse-app.tgz}"/>
<arg value="-Declipse.tests.zip=${eclipse.tests.zip}"/>
<!--arg value="-verbose" /-->
@@ -299,10 +297,8 @@
<arg value="-Dbasearch=${arch}"/>
<arg value="-Dtest.root.dir=${test.root.dir}"/>
<arg value="-Dtest.eclipseDir=${test.eclipseDir}"/>
- <arg value="-Dgit.repository.path=${git.repository.path}"/>
+ <arg value="-Dmap.file.path=${map.file.path}"/>
<arg value="-DmapVersionTag=${mapVersionTag}"/>
- <arg value="-DpathToMapFile=${pathToMapFile}"/>
- <arg value="-DmapFileName=otdt.map"/>
<arg value="-Ddo.run.tests=${do.run.tests}"/>
<arg value="-Ddo.build.all=${do.build.all}"/>
<arg value="-Declipse-app.tgz=${eclipse-app.tgz}"/>