diff --git a/releng.wtpbuilder/distribution/wtp.build/build.xml b/releng.wtpbuilder/distribution/wtp.build/build.xml index 36d723dff11280a1740fff07a9638d7c00876051..def5e1fad8896eb85eb4c8941a456ed50b2d8b6d 100644 --- a/releng.wtpbuilder/distribution/wtp.build/build.xml +++ b/releng.wtpbuilder/distribution/wtp.build/build.xml @@ -39,14 +39,14 @@ name="buildTargets" value="${wtp.builder.home}/scripts/build/runbuild.xml"/> + <ant + antfile="${wtp.builder.home}/scripts/build/label.xml"/> + <property name="dependency.properties" value="${buildDirectory}/maps/${env.RELENG}/${dependencyFileLocation}"/> - - <!-- calling label.xml to createg label.properties file --> - <ant - antfile="${wtp.builder.home}/scripts/build/label.xml"/> + <echo level="info" message="invoking buildTargets: ${buildTargets} to build for each component"/>