More stubs for MSIL, but I do not have the patience to create all of them at the
moment. So for now the MSIL build is still a special case. We should have the students working on MSIL finish creating stubs (and perhaps implement some of them). git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14537 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
parent
8125adc94d
commit
b1adabff01
|
@ -1090,7 +1090,6 @@ MSIL
|
||||||
<include name="scala/reflect/*.scala"/>
|
<include name="scala/reflect/*.scala"/>
|
||||||
<include name="scala/testing/*.scala"/>
|
<include name="scala/testing/*.scala"/>
|
||||||
<include name="scala/text/*.scala"/>
|
<include name="scala/text/*.scala"/>
|
||||||
<include name="scala/util/**/*.scala"/>
|
|
||||||
</quick>
|
</quick>
|
||||||
|
|
||||||
<exec
|
<exec
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
/* JavaTokenParsers does not exist for the dotnet target */
|
|
@ -0,0 +1 @@
|
||||||
|
/* Parsers does not exist for the dotnet target */
|
|
@ -0,0 +1 @@
|
||||||
|
/* Scanners does not exist for the dotnet target */
|
|
@ -0,0 +1 @@
|
||||||
|
/* StdLexical does not exist for the dotnet target */
|
|
@ -0,0 +1 @@
|
||||||
|
/* RegexTest does not exist for the dotnet target */
|
|
@ -0,0 +1 @@
|
||||||
|
/* Tester does not exist for the dotnet target */
|
|
@ -0,0 +1 @@
|
||||||
|
/* Position does not exist for the dotnet target */
|
|
@ -0,0 +1 @@
|
||||||
|
/* Positional does not exist for the dotnet target */
|
|
@ -0,0 +1 @@
|
||||||
|
/* Reader does not exist for the dotnet target */
|
Loading…
Reference in New Issue