summaryrefslogtreecommitdiff
path: root/test/benchmark/ant.private
blob: a777a1959495dd7f3d4d4e9763c7524d5366ea1b (plain) (blame)
1
2
3
4
5
6
7
8
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