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:
washburn 2008-04-07 14:41:08 +00:00
parent 8125adc94d
commit b1adabff01
11 changed files with 9 additions and 1 deletions

View File

@ -1090,7 +1090,6 @@ MSIL
<include name="scala/reflect/*.scala"/>
<include name="scala/testing/*.scala"/>
<include name="scala/text/*.scala"/>
<include name="scala/util/**/*.scala"/>
</quick>
<exec

View File

@ -0,0 +1 @@
/* JavaTokenParsers does not exist for the dotnet target */

View File

@ -0,0 +1 @@
/* Parsers does not exist for the dotnet target */

View File

@ -0,0 +1 @@
/* Scanners does not exist for the dotnet target */

View File

@ -0,0 +1 @@
/* StdLexical does not exist for the dotnet target */

View File

@ -0,0 +1 @@
/* RegexTest does not exist for the dotnet target */

View File

@ -0,0 +1 @@
/* Tester does not exist for the dotnet target */

View File

@ -0,0 +1 @@
/* Position does not exist for the dotnet target */

View File

@ -0,0 +1 @@
/* Positional does not exist for the dotnet target */

View File

@ -0,0 +1 @@
/* Reader does not exist for the dotnet target */