summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2005-10-13 13:15:45 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2005-10-13 13:15:45 +0000
commit67dc2eddbce2efaa777467ad25629ee7fa3e75c6 (patch)
tree45d68bd18722a57021494065a111e376a555808e /build.xml
parent6091cca8a5b256277c0015c86fce0235f3beebf6 (diff)
downloadscala-67dc2eddbce2efaa777467ad25629ee7fa3e75c6.tar.gz
scala-67dc2eddbce2efaa777467ad25629ee7fa3e75c6.tar.bz2
scala-67dc2eddbce2efaa777467ad25629ee7fa3e75c6.zip
Changed the build system back so that newsource...
Changed the build system back so that newsources is used again. Removing it generates a rather unexpected null pointer exception in scalac when building the old Scala distribution. Too bad.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 3391a02eca..8286b8b15a 100644
--- a/build.xml
+++ b/build.xml
@@ -145,14 +145,14 @@
<include name="scala/tools/util/*.java"/>
<include name="scala/*.java"/>
<not>
- <present targetdir="${sources.dir}" present="both">
+ <present targetdir="${newsources.dir}" present="both">
<mapper type="glob" from="*.scala" to="*.java"/>
</present>
</not>
</pico>
<delete>
<fileset dir="${build.nslib.dir}">
- <present targetdir="${sources.dir}" present="both">
+ <present targetdir="${newsources.dir}" present="both">
<mapper type="glob" from="*.class" to="*.scala"/>
</present>
</fileset>