summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-09-03 15:03:27 +0000
committermichelou <michelou@epfl.ch>2007-09-03 15:03:27 +0000
commit1f486461f70149593faee2c26f2c52cad5018045 (patch)
tree827b980a193a479c02bea5c939f6ad5b4af9d50d /build.xml
parent809ffd2c15a3b832581221e68446f6939e50cab4 (diff)
downloadscala-1f486461f70149593faee2c26f2c52cad5018045.tar.gz
scala-1f486461f70149593faee2c26f2c52cad5018045.tar.bz2
scala-1f486461f70149593faee2c26f2c52cad5018045.zip
excluded JCL files from MSIL build
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 3f38ec258d..a6dc995685 100644
--- a/build.xml
+++ b/build.xml
@@ -742,6 +742,7 @@ MSIL
<not>
<present targetdir="${src.dir}/dotnet-library"/>
</not>
+ <exclude name="scala/collection/jcl/**/*.scala"/>
</fileset>
</copy>