Skip to content
Snippets Groups Projects
Commit 5f5a94b5 authored by david_williams's avatar david_williams
Browse files

update xsl build to use release specific pre-req dependencies

parent 18f1bc97
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,7 @@
<!-- for this distribution, dependencies come from releng -->
<property
name="dependency.properties"
value="${buildDirectory}/maps/${env.RELENG}/maps/dependencies.properties"/>
value="${buildDirectory}/maps/${env.RELENG}${env.DEP_DIR}/maps/dependencies.properties"/>
<!-- calling label.xml to createg label.properties file -->
<ant
antfile="${wtp.builder.home}/scripts/build/label.xml"/>
......
......@@ -86,7 +86,7 @@
descriptions of zip types and log files
-->
<property
file="${buildDirectory}/maps/${env.RELENG}/maps/dependencies.properties"/>
file="${buildDirectory}/maps/${env.RELENG}${env.DEP_DIR}/maps/dependencies.properties"/>
<!-- create tables of test plugin compiles first -->
<antcall
......@@ -199,7 +199,7 @@
descriptions of zip types and log files
-->
<property
file="${buildDirectory}/maps/${env.RELENG}/maps/dependencies.properties"/>
file="${buildDirectory}/maps/${env.RELENG}${env.DEP_DIR}/maps/dependencies.properties"/>
<!-- create table of test plugin compiles first -->
<!-- set isBuildTested to true for the "compile only" results -->
......
......@@ -78,7 +78,7 @@
target="get">
<property
name="dependency.properties"
value="${buildDirectory}/maps/${env.RELENG}/maps/dependencies.properties" />
value="${buildDirectory}/maps/${env.RELENG}${env.DEP_DIR}/maps/dependencies.properties" />
<property
name="base.install.dir"
value="${testRoot}" />
......
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