Skip to content

Commit a8311f9

Browse files
committed
Build: create themes.zip as part of themes-download target
1 parent 4069642 commit a8311f9

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

build/build.xml

+8-5
Original file line numberDiff line numberDiff line change
@@ -292,11 +292,14 @@
292292
</sequential>
293293
</for>
294294
<move todir="${dist.dir}themes/">
295-
<fileset dir="${dist.dir}themes/" />
296-
<mapper>
297-
<mapper type="regexp" from="(.*)jquery-ui-.*custom.css" to="\1jquery-ui.css" />
298-
</mapper>
299-
</move>
295+
<fileset dir="${dist.dir}themes/" />
296+
<mapper>
297+
<mapper type="regexp" from="(.*)jquery-ui-.*custom.css" to="\1jquery-ui.css" />
298+
</mapper>
299+
</move>
300+
<zip destfile="${dist.dir}/../${release.filename}-themes.zip">
301+
<zipfileset dir="${dist.dir}/" includes="AUTHORS.txt,GPL-LICENSE.txt,MIT-LICENSE.txt,version.txt,themes/**" />
302+
</zip>
300303
</target>
301304

302305
<target name="whitespace">

0 commit comments

Comments
 (0)