aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorjzaefferer <joern.zaefferer@gmail.com>2010-03-30 13:34:45 +0200
committerjzaefferer <joern.zaefferer@gmail.com>2010-03-30 13:34:45 +0200
commitc80a63a601f479df82da23cae1b2d3aacab49c1c (patch)
tree62eaf4ba00d127d4fa08c10ef73b185ace0cc4f5 /build
parent950e9c163cad54bc9adcb34b8fba9ef1c942d817 (diff)
downloadjquery-ui-c80a63a601f479df82da23cae1b2d3aacab49c1c.tar.gz
jquery-ui-c80a63a601f479df82da23cae1b2d3aacab49c1c.zip
Build: Copy the themes folder from the dist dir to include the concatendated file
Diffstat (limited to 'build')
-rw-r--r--build/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index 73d6e327c..780de4157 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -297,7 +297,7 @@
<fileset dir="${dist.dir}ui/minified/i18n" />
</copy>
<copy todir="${cdndist.dir}/themes">
- <fileset dir="../themes" />
+ <fileset dir="${dist.dir}themes" />
</copy>
<checksum>
<fileset dir="${cdndist.dir}" />