From bd119a13d690dfc7d54e987bb53b5aeab9e53ffd Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 26 May 2009 18:21:01 +0000 Subject: Dummies to please our MSIL overlords. --- src/dotnet-library/scala/net/Utility.scala | 1 + src/dotnet-library/scala/util/ClassLoader.scala | 1 + src/dotnet-library/scala/util/control/Exception.scala | 1 + 3 files changed, 3 insertions(+) create mode 100644 src/dotnet-library/scala/net/Utility.scala create mode 100644 src/dotnet-library/scala/util/ClassLoader.scala create mode 100644 src/dotnet-library/scala/util/control/Exception.scala (limited to 'src/dotnet-library') diff --git a/src/dotnet-library/scala/net/Utility.scala b/src/dotnet-library/scala/net/Utility.scala new file mode 100644 index 0000000000..1a3e8c5827 --- /dev/null +++ b/src/dotnet-library/scala/net/Utility.scala @@ -0,0 +1 @@ +/* Utility does not exist for the dotnet target */ diff --git a/src/dotnet-library/scala/util/ClassLoader.scala b/src/dotnet-library/scala/util/ClassLoader.scala new file mode 100644 index 0000000000..0c330e0a14 --- /dev/null +++ b/src/dotnet-library/scala/util/ClassLoader.scala @@ -0,0 +1 @@ +/* ScalaClassLoader does not exist for the dotnet target */ diff --git a/src/dotnet-library/scala/util/control/Exception.scala b/src/dotnet-library/scala/util/control/Exception.scala new file mode 100644 index 0000000000..06fac08428 --- /dev/null +++ b/src/dotnet-library/scala/util/control/Exception.scala @@ -0,0 +1 @@ +/* Exception does not exist for the dotnet target */ -- cgit v1.2.3