Skip to content

Commit 496b408

Browse files
committed
Build: rename themes zip file and embedded folder. Fixed #5670 - Build: themes zip named incorrectly
1 parent 3824f75 commit 496b408

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/build.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -297,11 +297,11 @@
297297
<mapper type="regexp" from="(.*)jquery-ui-.*custom.css" to="\1jquery-ui.css" />
298298
</mapper>
299299
</move>
300-
<copy todir="dist/${release.filename}-themes">
300+
<copy todir="dist/jquery-ui-themes-${release.version}">
301301
<fileset dir="${dist.dir}/" includes="AUTHORS.txt,GPL-LICENSE.txt,MIT-LICENSE.txt,version.txt,themes/**" />
302302
</copy>
303-
<zip destfile="${dist.dir}/../${release.filename}-themes.zip">
304-
<zipfileset dir="dist/" includes="${release.filename}-themes/" />
303+
<zip destfile="${dist.dir}/../jquery-ui-themes-${release.version}.zip">
304+
<zipfileset dir="dist/" includes="jquery-ui-themes-${release.version}/" />
305305
</zip>
306306
</target>
307307

0 commit comments

Comments
 (0)