mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Build: rename themes zip file and embedded folder. Fixed #5670 - Build: themes zip named incorrectly
This commit is contained in:
parent
3824f75c00
commit
496b40802b
@ -297,11 +297,11 @@
|
|||||||
<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>
|
||||||
<copy todir="dist/${release.filename}-themes">
|
<copy todir="dist/jquery-ui-themes-${release.version}">
|
||||||
<fileset dir="${dist.dir}/" includes="AUTHORS.txt,GPL-LICENSE.txt,MIT-LICENSE.txt,version.txt,themes/**" />
|
<fileset dir="${dist.dir}/" includes="AUTHORS.txt,GPL-LICENSE.txt,MIT-LICENSE.txt,version.txt,themes/**" />
|
||||||
</copy>
|
</copy>
|
||||||
<zip destfile="${dist.dir}/../${release.filename}-themes.zip">
|
<zip destfile="${dist.dir}/../jquery-ui-themes-${release.version}.zip">
|
||||||
<zipfileset dir="dist/" includes="${release.filename}-themes/" />
|
<zipfileset dir="dist/" includes="jquery-ui-themes-${release.version}/" />
|
||||||
</zip>
|
</zip>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user