common/build.xml
changeset 1103 232bce64d370
parent 1097 561033b10e0f
child 1106 cae69bccf0cc
equal deleted inserted replaced
1102:0a2d5d0db211 1103:232bce64d370
   739         </if>
   739         </if>
   740     </target>
   740     </target>
   741     
   741     
   742     <!-- Unpack the rnd zips ready to be used in the build -->
   742     <!-- Unpack the rnd zips ready to be used in the build -->
   743     <target name="sf-unpack-rnd">
   743     <target name="sf-unpack-rnd">
   744         <echo message="Unpacking any available RnD binaries"/>
   744         <echo message="INFO Unpacking any available RnD binaries"/>
   745         <for param="rndZip">
   745         <for param="rndZip">
   746             <fileset dir="${build.drive}/output/zips/">
   746             <fileset dir="${build.drive}/output/zips/">
   747                 <include name="binaries_*.zip"/> <!-- Internal rnd bins -->
   747                 <include name="binaries_*.zip"/> <!-- Internal rnd bins -->
   748                 <include name="release/bin_*.zip"/> <!-- Releaseable rnd bins -->
   748                 <include name="release/bin_*.zip"/> <!-- Releaseable rnd bins -->
   749             </fileset>
   749             </fileset>