summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2005-12-13 17:42:57 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2005-12-13 17:42:57 +0000
commit3c7879dea0a7f8d4928087a1e8434d8c23bf6a64 (patch)
tree10c10f3da04daefd9d7db521d8e30557d9a1591c /build.xml
parentf87ec7b728befe57af639e423b0b64d1e12edb92 (diff)
downloadscala-3c7879dea0a7f8d4928087a1e8434d8c23bf6a64.tar.gz
scala-3c7879dea0a7f8d4928087a1e8434d8c23bf6a64.tar.bz2
scala-3c7879dea0a7f8d4928087a1e8434d8c23bf6a64.zip
- NSC ant task updated to compile with NSC
- Build script now compiles it with NSC
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 0d70c18e57..761ee0d324 100644
--- a/build.xml
+++ b/build.xml
@@ -262,7 +262,6 @@
<pathelement location="${ant.jar}"/>
</classpath>
<include name="scala/tools/nsc/**/*.scala"/>
- <exclude name="scala/tools/nsc/ant/*.scala"/>
</nsc>
</target>