aboutsummaryrefslogtreecommitdiffstats
path: root/build/build.xml
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2010-01-15 12:43:33 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2010-01-15 12:43:33 +0000
commitacec1c89c56dc16024aa5b992f7254eaf67cacfe (patch)
tree80433853766c1ac5aec808adb9a4036a985a5919 /build/build.xml
parent306b050637e99def9b2414d40732c69488b60fdb (diff)
downloadjquery-ui-acec1c89c56dc16024aa5b992f7254eaf67cacfe.tar.gz
jquery-ui-acec1c89c56dc16024aa5b992f7254eaf67cacfe.zip
build: fix for #5044 (typo in the exclude of ui.base.css)
Diffstat (limited to 'build/build.xml')
-rw-r--r--build/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/build.xml b/build/build.xml
index 765205987..f1375aff8 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -92,7 +92,7 @@
<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.cs, ui.theme.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" />
</concat>
<echo message="Concatenated theme." />
@@ -125,7 +125,7 @@
<mapper type="glob" from="*.js" to="${min.folder}/*.min.js" />
<targetfile />
</apply>
- <echo message="Minified built." />
+ <echo message="Minified ui/ built." />
<apply executable="java" parallel="false">
<filelist dir="${dist.dir}/ui/i18n/" files="${concatenated.i18n}.js" />
@@ -139,7 +139,7 @@
<mapper type="glob" from="*.js" to="${min.folder}/i18n/*.min.js" />
<targetfile />
</apply>
- <echo message="Minified i18n built." />
+ <echo message="Minified ui/i18n/ built." />
</target>
<target description="Copy needed folders" name="copy">