From a98fe88f2e306061201086ac4c0f6d1baa48b65a Mon Sep 17 00:00:00 2001 From: mihaylov Date: Tue, 20 Nov 2007 01:37:24 +0000 Subject: Fixed the package name of scala.tools.partest.u... Fixed the package name of scala.tools.partest.utils.Properties (avoids its unneeded recompilation) --- src/partest/scala/tools/partest/TestRunner.scala | 2 +- src/partest/scala/tools/partest/utils/Properties.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/partest/scala/tools/partest/TestRunner.scala b/src/partest/scala/tools/partest/TestRunner.scala index 04b1414d08..b1cfc4cdb5 100644 --- a/src/partest/scala/tools/partest/TestRunner.scala +++ b/src/partest/scala/tools/partest/TestRunner.scala @@ -221,7 +221,7 @@ object TestRunner { } private def printVersion { - println(util.Properties.versionMsg) + println(utils.Properties.versionMsg) exit(0) } diff --git a/src/partest/scala/tools/partest/utils/Properties.scala b/src/partest/scala/tools/partest/utils/Properties.scala index 3fd2a29575..d879921a7d 100644 --- a/src/partest/scala/tools/partest/utils/Properties.scala +++ b/src/partest/scala/tools/partest/utils/Properties.scala @@ -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. -- cgit v1.2.3