Releng: still better decoupling of boot/base location:
- let p2helper use director from base location
diff --git a/releng/build-scripts/build/test.xml b/releng/build-scripts/build/test.xml
index 64b3c2b..0fb8551 100644
--- a/releng/build-scripts/build/test.xml
+++ b/releng/build-scripts/build/test.xml
@@ -37,8 +37,10 @@
<echo message="### Build Test Eclipse ###"/>
<echo message="Installing OTDT..."/>
- <ant antfile="${OTScriptDir}/p2helper.xml" target="installOTDT" dir="${test.eclipseDir}"/>
-
+ <ant antfile="${OTScriptDir}/p2helper.xml" target="installOTDT" dir="${test.eclipseDir}">
+ <property name="directorLocation" value="${baseLocation}"/>
+ </ant>
+
<property name="otdt-eclipse.is.setup" value="true"/>
</target>
@@ -47,7 +49,9 @@
>
<echo message="Setting up tests in ${test.eclipseDir}"/>
<!-- do install using p2: -->
- <ant antfile="${OTScriptDir}/p2helper.xml" target="installTests" dir="${test.eclipseDir}"/>
+ <ant antfile="${OTScriptDir}/p2helper.xml" target="installTests" dir="${test.eclipseDir}">
+ <property name="directorLocation" value="${baseLocation}"/>
+ </ant>
<echo message="get library.xml"/>
<get src="http://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/plain/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/library.xml"