summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2005-10-15 16:45:03 +0000
committerIulian Dragos <jaguarul@gmail.com>2005-10-15 16:45:03 +0000
commit11a9eecb4d8b406690b76230ff91e1fac01651a6 (patch)
treec83328c60672f026145f58b56b74ffbe033f38ad /build.xml
parent4c9144de762cb28e05cdaa5e51496b16a2701a93 (diff)
downloadscala-11a9eecb4d8b406690b76230ff91e1fac01651a6.tar.gz
scala-11a9eecb4d8b406690b76230ff91e1fac01651a6.tar.bz2
scala-11a9eecb4d8b406690b76230ff91e1fac01651a6.zip
Added the source directory in the path of nsc.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index 2fe24548b2..756490263a 100644
--- a/build.xml
+++ b/build.xml
@@ -168,10 +168,11 @@
excludesfile="${nsc.osc-nstools.excludes}"
force="changed">
<classpath>
- <pathelement location="${build.osc-nstools.dir}"/>
- <pathelement location="${oslib.jar}"/>
- <pathelement location="${fjbg.jar}"/>
- <pathelement location="${ant.jar}"/>
+ <pathelement location="${build.osc-nstools.dir}" />
+ <pathelement location="${oslib.jar}" />
+ <pathelement location="${oslib.src}" />
+ <pathelement location="${fjbg.jar}" />
+ <pathelement location="${ant.jar}" />
</classpath>
<include name="scala/tools/nsc/**/*.scala"/>
<include name="scala/tools/scalap/**/*.scala"/>