summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorHeather Miller <heather.miller@epfl.ch>2011-09-17 23:51:48 +0000
committerHeather Miller <heather.miller@epfl.ch>2011-09-17 23:51:48 +0000
commit127dd7654b9516d8a32d833d576358bbb6f846e3 (patch)
tree03b0b87be21d306d93bb6481f36f7487c71a54cf /build.xml
parenta26fc299cac88706ef6bdbdee56bc161d4435aef (diff)
downloadscala-127dd7654b9516d8a32d833d576358bbb6f846e3.tar.gz
scala-127dd7654b9516d8a32d833d576358bbb6f846e3.tar.bz2
scala-127dd7654b9516d8a32d833d576358bbb6f846e3.zip
Fixes build issue involving missing rootdoc.txt...
Fixes build issue involving missing rootdoc.txt in strap build. No review.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 857e945e50..f8584c850e 100644
--- a/build.xml
+++ b/build.xml
@@ -1105,6 +1105,7 @@ BOOTSTRAPPING BUILD (STRAP)
<include name="**/*.swf"/>
<include name="**/*.png"/>
<include name="**/*.gif"/>
+ <include name="**/*.txt"/>
</fileset>
</copy>
<touch file="${build-strap.dir}/compiler.complete" verbose="no"/>