equal
deleted
inserted
replaced
799 </target> |
799 </target> |
800 |
800 |
801 <!-- Unpack the rnd zips ready to be used in the build --> |
801 <!-- Unpack the rnd zips ready to be used in the build --> |
802 <target name="sf-unpack-rnd"> |
802 <target name="sf-unpack-rnd"> |
803 <echo message="INFO Unpacking any available RnD binaries"/> |
803 <echo message="INFO Unpacking any available RnD binaries"/> |
|
804 <mkdir dir="${build.drive}/output/zips/"/> |
804 <for param="rndZip"> |
805 <for param="rndZip"> |
805 <fileset dir="${build.drive}/output/zips/" erroronmissingdir="false"> |
806 <fileset dir="${build.drive}/output/zips/"> |
806 <include name="binaries_*.zip"/> <!-- Internal rnd bins --> |
807 <include name="binaries_*.zip"/> <!-- Internal rnd bins --> |
807 <include name="release/bin_*.zip"/> <!-- Releaseable rnd bins --> |
808 <include name="release/bin_*.zip"/> <!-- Releaseable rnd bins --> |
808 </fileset> |
809 </fileset> |
809 <sequential> |
810 <sequential> |
810 <exec executable="7za" dir="${build.drive}" output="${build.log.dir}/unzip_${build.id}_binaries_rnd.log" append="true" failonerror="false"> |
811 <exec executable="7za" dir="${build.drive}" output="${build.log.dir}/unzip_${build.id}_binaries_rnd.log" append="true" failonerror="false"> |