- Timestamp:
- 2010-10-27T12:10:57+13:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/release-kits/kits/sork2/ant-scripts/build.xml
r21744 r23221 101 101 <delete file="distributions/source-component/common-src/packages/windows/crypt/crypt.zip"/> 102 102 103 <unzip src="distributions/source-component/common-src/packages/windows/expat/expat.zip" dest="distributions/source-component/common-src/packages/windows/expat"/> 104 <delete file="distributions/source-component/common-src/packages/windows/expat/expat.zip"/> 103 <if><bool><and> 104 <not><equals arg1="${branch.path}" arg2="trunk"/></not> 105 <not><equals arg1="${branch.path}" arg2="tags/stable"/></not> 106 <islessthan arg1="${branch.tag.version}" arg2="2.84"/> 107 </and></bool> 108 <unzip src="distributions/source-component/common-src/packages/windows/expat/expat.zip" dest="distributions/source-component/common-src/packages/windows/expat"/> 109 <delete file="distributions/source-component/common-src/packages/windows/expat/expat.zip"/> 110 </if> 105 111 106 112 <unzip src="distributions/source-component/common-src/packages/windows/stlport/stlport.zip" dest="distributions/source-component/common-src/packages/windows/stlport"/>
Note:
See TracChangeset
for help on using the changeset viewer.