Skip to content

Commit

Permalink
Build: Include folders for themes and googlecdn builds. Fixed #5759 B…
Browse files Browse the repository at this point in the history
…uild: all zips should contain folder at root named same as zip
  • Loading branch information
jzaefferer committed Jun 23, 2010
1 parent 0bfbd7a commit 3824f75
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build/build.xml
Expand Up @@ -297,8 +297,11 @@
<mapper type="regexp" from="(.*)jquery-ui-.*custom.css" to="\1jquery-ui.css" />
</mapper>
</move>
<copy todir="dist/${release.filename}-themes">
<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.dir}/" includes="AUTHORS.txt,GPL-LICENSE.txt,MIT-LICENSE.txt,version.txt,themes/**" />
<zipfileset dir="dist/" includes="${release.filename}-themes/" />
</zip>
</target>

Expand Down Expand Up @@ -342,7 +345,7 @@
</for>
<delete dir="${cdndist.dir}" includes="**/*.MD5" />
<zip destfile="${dist.dir}/../${release.filename}-googlecdn.zip">
<zipfileset dir="${cdndist.dir}/" />
<zipfileset dir="dist/" includes="${release.filename}-googlecdn/" />
</zip>
</target>

Expand Down

0 comments on commit 3824f75

Please sign in to comment.