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> </sequential>
</for> </for>
<move todir="${dist.dir}themes/"> <move todir="${dist.dir}themes/">
<fileset dir="${dist.dir}themes/" /> <fileset dir="${dist.dir}themes/" />
<mapper> <mapper>
<mapper type="regexp" from="(.*)jquery-ui-.*custom.css" to="\1jquery-ui.css" /> <mapper type="regexp" from="(.*)jquery-ui-.*custom.css" to="\1jquery-ui.css" />
</mapper> </mapper>
</move> </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>
<target name="whitespace"> <target name="whitespace">