summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2010-02-16 12:36:43 +0000
committerRichard Worth <rdworth@gmail.com>2010-02-16 12:36:43 +0000
commite6ccefe5cd3e58850a745b626835321058b77e7f (patch)
treebdec5e644037ae36ce6202b8d513ec336382f976
parent3a0d80d34012a8e4d35ba94ab47943cb032594c7 (diff)
downloadjquery-ui-e6ccefe5cd3e58850a745b626835321058b77e7f.tar.gz
jquery-ui-e6ccefe5cd3e58850a745b626835321058b77e7f.zip
Missed change in build script for #5163 - css files renamed to be consistent with js file renames in 1.8a1
-rw-r--r--build/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/build.xml b/build/build.xml
index d206b1254..10f2ec810 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -91,9 +91,9 @@
<echo message="Concatenated built." />
<concat destfile="${dist.dir}/themes/base/${concatenated}.css">
- <fileset dir="${theme.dir}/" includes="ui.core.css" />
- <fileset dir="${theme.dir}/" includes="ui.*.css" excludes="ui.all.css, ui.core.css, ui.base.css, ui.theme.css" />
- <fileset dir="${theme.dir}/" includes="ui.theme.css" />
+ <fileset dir="${theme.dir}/" includes="jquery.ui.core.css" />
+ <fileset dir="${theme.dir}/" includes="jquery.ui.*.css" excludes="jquery.ui.all.css, jquery.ui.core.css, jquery.ui.base.css, jquery.ui.theme.css" />
+ <fileset dir="${theme.dir}/" includes="jquery.ui.theme.css" />
</concat>
<echo message="Concatenated theme." />