Skip to content

Commit

Permalink
Build: rename themes zip file and embedded folder. Fixed #5670 - Buil…
Browse files Browse the repository at this point in the history
…d: themes zip named incorrectly
  • Loading branch information
jzaefferer committed Jun 23, 2010
1 parent 3824f75 commit 496b408
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 496b408

Please sign in to comment.