summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2012-01-25 13:43:45 -0500
committerJosh Suereth <joshua.suereth@gmail.com>2012-01-25 13:43:45 -0500
commitae80a3e6bf0570dd38c047c394918391b0baa955 (patch)
treee30deb755af679c6a8e23152875308e9b808285a /build.xml
parent982c5413cd81b1e65fcef38a899bfa3b5bf36ba4 (diff)
downloadscala-ae80a3e6bf0570dd38c047c394918391b0baa955.tar.gz
scala-ae80a3e6bf0570dd38c047c394918391b0baa955.tar.bz2
scala-ae80a3e6bf0570dd38c047c394918391b0baa955.zip
Missing txt files when building compiler for strapp.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index affc5c2ef0..180973ef8e 100644
--- a/build.xml
+++ b/build.xml
@@ -1118,7 +1118,8 @@ BOOTSTRAPPING BUILD (STRAP)
<include name="**/*.properties"/>
<include name="**/*.swf"/>
<include name="**/*.png"/>
- <include name="**/*.gif"/>
+ <include name="**/*.gif"/>
+ <include name="**/*.txt"/>
</fileset>
</copy>
<touch file="${build-strap.dir}/compiler.complete" verbose="no"/>