equal
deleted
inserted
replaced
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> |