summaryrefslogtreecommitdiff
path: root/ant-build-nsc.sh
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-10-10 16:44:30 +0000
committermichelou <michelou@epfl.ch>2005-10-10 16:44:30 +0000
commit082ab859acf79646a696be4d981e39f69cd587ed (patch)
treefbe74019b5bc656e337e140dbfe24941cf2264ce /ant-build-nsc.sh
parent36795d2e4ce446eb7ccd8c7d32a1aa6a320f499f (diff)
downloadscala-082ab859acf79646a696be4d981e39f69cd587ed.tar.gz
scala-082ab859acf79646a696be4d981e39f69cd587ed.tar.bz2
scala-082ab859acf79646a696be4d981e39f69cd587ed.zip
- added Ant dependency.
Diffstat (limited to 'ant-build-nsc.sh')
-rwxr-xr-xant-build-nsc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ant-build-nsc.sh b/ant-build-nsc.sh
index b0aeb854f6..43550f7832 100755
--- a/ant-build-nsc.sh
+++ b/ant-build-nsc.sh
@@ -9,7 +9,7 @@
##############################################################################
# ant build
-CLASSPATH=$nsc_fjbg_jar:$nsc_scala_jar:$nsc_tools_jar:$nsc_jaco_jar
+CLASSPATH=$nsc_fjbg_jar:$nsc_scala_jar:$nsc_tools_jar:$nsc_jaco_jar:$nsc_ant_jar
PLATFORM=unix
# For Cygwin, switch paths to appropriate format before running ant