excluded JCL files from MSIL build

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@12773 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
michelou 2007-09-03 15:03:27 +00:00
parent d527b4e099
commit ee4134cad7
1 changed files with 1 additions and 0 deletions

View File

@ -742,6 +742,7 @@ MSIL
<not>
<present targetdir="${src.dir}/dotnet-library"/>
</not>
<exclude name="scala/collection/jcl/**/*.scala"/>
</fileset>
</copy>