summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorjeberle <jeberle@epfl.ch>2008-04-22 08:55:29 +0000
committerjeberle <jeberle@epfl.ch>2008-04-22 08:55:29 +0000
commit6af6ce11308ba6e6757365a390ad38c4a29cd23f (patch)
tree00673674ffdc2b2462f66f68e671ab61eb24f8b1 /build.xml
parent00b3b4c307c8ccf006ff44299bbcb6bd62cdaccb (diff)
downloadscala-6af6ce11308ba6e6757365a390ad38c4a29cd23f.tar.gz
scala-6af6ce11308ba6e6757365a390ad38c4a29cd23f.tar.bz2
scala-6af6ce11308ba6e6757365a390ad38c4a29cd23f.zip
added all the empty dotnet-library files that w...
added all the empty dotnet-library files that where not included while compiling for msil. Now we can include **/*.scala in the build.xml. Next step : implement some of these empty files or delete them if the original file (in scala library) also compile for the dotnet target.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 94598ca94c..3e4037e4de 100644
--- a/build.xml
+++ b/build.xml
@@ -1035,6 +1035,9 @@ MSIL
<quick srcdir="${msil.dir}/src" target="msil"
assemname="${msil.dir}/predef" assemrefs="${lib.dir}"
failonerror="false">
+ <include name="**/*.scala"/>
+ <exclude name="scala/ScalaObject.scala"/>
+ <!--
<include name="scala/Predef.scala"/>
<include name="scala/Either.scala"/>
<include name="scala/Option.scala"/>
@@ -1064,7 +1067,7 @@ MSIL
<include name="scala/ref/*.scala"/>
<include name="scala/reflect/*.scala"/>
<include name="scala/testing/*.scala"/>
- <include name="scala/text/*.scala"/>
+ <include name="scala/text/*.scala"/> -->
</quick>
<exec