Skip to content

Commit

Permalink
Build: create themes.zip as part of themes-download target
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed May 31, 2010
1 parent 4069642 commit a8311f9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions build/build.xml
Expand Up @@ -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">
Expand Down

0 comments on commit a8311f9

Please sign in to comment.