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:
parent
14b739dcd7
commit
8a919252cc
|
@ -221,7 +221,7 @@ object TestRunner {
|
|||
}
|
||||
|
||||
private def printVersion {
|
||||
println(util.Properties.versionMsg)
|
||||
println(utils.Properties.versionMsg)
|
||||
exit(0)
|
||||
}
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue