aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml
index a73c8fd95c..e906cd7fbb 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -120,6 +120,8 @@
<path>
<fileset dir="build/result/themes">
<include name="**/*.js" />
+ <!-- ignore these because rhino brakes character encodings -->
+ <exclude name="base/ext/jscalendar/lang/*.js" />
</fileset>
</path>
<sequential>