diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-06-23 16:24:54 +0200 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-06-23 16:24:54 +0200 |
commit | 496b40802b150057da0544382b6a14a78404b0fc (patch) | |
tree | 222dab88c38c37191d79e3f4d1eb17c067f4fab8 /build | |
parent | 3824f75c004c983cde7e8c26e7c234a2f77c5913 (diff) | |
download | jquery-ui-496b40802b150057da0544382b6a14a78404b0fc.tar.gz jquery-ui-496b40802b150057da0544382b6a14a78404b0fc.zip |
Build: rename themes zip file and embedded folder. Fixed #5670 - Build: themes zip named incorrectly
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/build.xml b/build/build.xml index 50e4c0117..3abaa4fa8 100644 --- a/build/build.xml +++ b/build/build.xml @@ -297,11 +297,11 @@ <mapper type="regexp" from="(.*)jquery-ui-.*custom.css" to="\1jquery-ui.css" /> </mapper> </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/**" /> </copy> - <zip destfile="${dist.dir}/../${release.filename}-themes.zip"> - <zipfileset dir="dist/" includes="${release.filename}-themes/" /> + <zip destfile="${dist.dir}/../jquery-ui-themes-${release.version}.zip"> + <zipfileset dir="dist/" includes="jquery-ui-themes-${release.version}/" /> </zip> </target> |