Fixed the package name of scala.tools.partest.utils.Properties (avoids its unneeded recompilation)

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@13305 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
mihaylov 2007-11-20 01:37:24 +00:00
parent 14b739dcd7
commit 8a919252cc
2 changed files with 2 additions and 2 deletions

View File

@ -221,7 +221,7 @@ object TestRunner {
}
private def printVersion {
println(util.Properties.versionMsg)
println(utils.Properties.versionMsg)
exit(0)
}

View File

@ -8,7 +8,7 @@
// $Id$
package scala.tools.partest.util
package scala.tools.partest.utils
/** A utility to load the library properties from a Java properties file
* included in the jar.