Added the source directory in the path of nsc.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@4739 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
dragos 2005-10-15 16:45:03 +00:00
parent e722a30541
commit 98813846b1
1 changed files with 5 additions and 4 deletions

View File

@ -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"/>