summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>