summaryrefslogtreecommitdiff
path: root/src/dotnet-library
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-05-26 18:21:01 +0000
committerPaul Phillips <paulp@improving.org>2009-05-26 18:21:01 +0000
commitbd119a13d690dfc7d54e987bb53b5aeab9e53ffd (patch)
tree8e32f6da96d07fd7edc0abc4c1e229ddbc4f67ad /src/dotnet-library
parent5b2dec1e9ea1a41112d87a37a16811b71bdaf273 (diff)
downloadscala-bd119a13d690dfc7d54e987bb53b5aeab9e53ffd.tar.gz
scala-bd119a13d690dfc7d54e987bb53b5aeab9e53ffd.tar.bz2
scala-bd119a13d690dfc7d54e987bb53b5aeab9e53ffd.zip
Dummies to please our MSIL overlords.
Diffstat (limited to 'src/dotnet-library')
-rw-r--r--src/dotnet-library/scala/net/Utility.scala1
-rw-r--r--src/dotnet-library/scala/util/ClassLoader.scala1
-rw-r--r--src/dotnet-library/scala/util/control/Exception.scala1
3 files changed, 3 insertions, 0 deletions
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 */