summaryrefslogtreecommitdiff
path: root/src/scalap/scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-02-11 15:10:45 +0000
committerPaul Phillips <paulp@improving.org>2010-02-11 15:10:45 +0000
commite9a60f236b00d417ddd6fd2ac30448f0228b2921 (patch)
treed7c2fdbccac5ac406eec4df020a7ef2f0785c7a8 /src/scalap/scala
parenta78bf650be7cc82e43907d1bbf966b3d802fc301 (diff)
downloadscala-e9a60f236b00d417ddd6fd2ac30448f0228b2921.tar.gz
scala-e9a60f236b00d417ddd6fd2ac30448f0228b2921.tar.bz2
scala-e9a60f236b00d417ddd6fd2ac30448f0228b2921.zip
More work on classpaths.
which we must have no test cases at all. In the short term there will probably be a few more minor disruptions since with classpaths constructed a half dozen different ways, achieving consistency requires flushing out the undocumented accidents upon which any given island might depend. Review by community.
Diffstat (limited to 'src/scalap/scala')
-rw-r--r--src/scalap/scala/tools/scalap/Main.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scalap/scala/tools/scalap/Main.scala b/src/scalap/scala/tools/scalap/Main.scala
index 9534b2f84e..b9c2ab0cc8 100644
--- a/src/scalap/scala/tools/scalap/Main.scala
+++ b/src/scalap/scala/tools/scalap/Main.scala
@@ -281,6 +281,7 @@ object Main {
* The short name of the package (without prefix)
*/
def name: String = ""
+ def asURLs = Nil
val context = DefaultJavaContext
val classes: List[ClassRep] = Nil
val packages: List[ClassPath[AbstractFile]] = Nil