summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index d5b88fabb5..0a41870b21 100644
--- a/build.xml
+++ b/build.xml
@@ -996,6 +996,10 @@ TODO:
<include name="**/*.png"/>
<include name="**/*.gif"/>
<include name="**/*.txt"/>
+ <include name="**/*.eot"/>
+ <include name="**/*.ttf"/>
+ <include name="**/*.woff"/>
+ <include name="**/*.svg"/>
</patternset>
<taskdef resource="scala/tools/ant/sabbus/antlib.xml" classpathref="starr.compiler.path"/>
@@ -1662,6 +1666,10 @@ TODO:
<include name="**/*.css"/>
<include name="**/*.gif"/>
<include name="**/*.png"/>
+ <include name="**/*.eot"/>
+ <include name="**/*.ttf"/>
+ <include name="**/*.woff"/>
+ <include name="**/*.svg"/>
</fileset>
</copy>
</target>