summaryrefslogtreecommitdiff
path: root/test/benchmark/ant.private
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2004-10-21 15:58:07 +0000
committerIulian Dragos <jaguarul@gmail.com>2004-10-21 15:58:07 +0000
commitc824d58e1017c1256f278a1bc6424930c7f00e2a (patch)
tree96aa3a9dfd5e1a048045917303e2d5454431ac2c /test/benchmark/ant.private
parent4e7330335e6241a5c5260c1b1d1edadc20f93d52 (diff)
downloadscala-c824d58e1017c1256f278a1bc6424930c7f00e2a.tar.gz
scala-c824d58e1017c1256f278a1bc6424930c7f00e2a.tar.bz2
scala-c824d58e1017c1256f278a1bc6424930c7f00e2a.zip
*** empty log message ***
Diffstat (limited to 'test/benchmark/ant.private')
-rw-r--r--test/benchmark/ant.private9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/benchmark/ant.private b/test/benchmark/ant.private
new file mode 100644
index 0000000000..a777a19594
--- /dev/null
+++ b/test/benchmark/ant.private
@@ -0,0 +1,9 @@
+# the compiler executable
+scala.compiler=scalac
+
+# the vm to run scala programs with
+scala.vm=scala
+
+# the location where your scala distribution is
+# it should point to the parent of the 'test/' directory
+scala.home=${user.home}/scala