summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-12-16 19:53:23 +0000
committermichelou <michelou@epfl.ch>2005-12-16 19:53:23 +0000
commit9ff3d91d01d3aee53a92ac09278ae6271c9fcad2 (patch)
treeaed856337a237581d4b2ac689a6b48cc8a609844
parentb2695e9489f31c84d579a4b1fdc98712b2714b60 (diff)
downloadscala-9ff3d91d01d3aee53a92ac09278ae6271c9fcad2.tar.gz
scala-9ff3d91d01d3aee53a92ac09278ae6271c9fcad2.tar.bz2
scala-9ff3d91d01d3aee53a92ac09278ae6271c9fcad2.zip
- added missing package 'reflect'
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 761ee0d324..4fc5401fc7 100644
--- a/build.xml
+++ b/build.xml
@@ -207,6 +207,7 @@
</classpath>
<include name="scala/tools/nsc/**/*.scala"/>
<include name="scala/tools/scalap/**/*.scala"/>
+ <include name="scala/reflect/*.scala"/>
<include name="scala/runtime/*.scala"/>
<include name="scala/runtime/**/*.scala"/>
</osc>