Build: create themes.zip as part of themes-download target

This commit is contained in:
jzaefferer 2010-05-31 15:48:10 +02:00
parent 4069642f21
commit a8311f955a

View File

@ -292,11 +292,14 @@
</sequential>
</for>
<move todir="${dist.dir}themes/">
<fileset dir="${dist.dir}themes/" />
<mapper>
<mapper type="regexp" from="(.*)jquery-ui-.*custom.css" to="\1jquery-ui.css" />
</mapper>
</move>
<fileset dir="${dist.dir}themes/" />
<mapper>
<mapper type="regexp" from="(.*)jquery-ui-.*custom.css" to="\1jquery-ui.css" />
</mapper>
</move>
<zip destfile="${dist.dir}/../${release.filename}-themes.zip">
<zipfileset dir="${dist.dir}/" includes="AUTHORS.txt,GPL-LICENSE.txt,MIT-LICENSE.txt,version.txt,themes/**" />
</zip>
</target>
<target name="whitespace">