summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-03-20 17:59:27 +0000
committermichelou <michelou@epfl.ch>2007-03-20 17:59:27 +0000
commit9715d09e8069e5a7ea62ef06d9cefe342b5f1c8b (patch)
tree831fea75fb219fca7341efb41695109c6216e1b8 /build.xml
parent3c1e6d6ce35246894bf96db35749956d59ff6885 (diff)
downloadscala-9715d09e8069e5a7ea62ef06d9cefe342b5f1c8b.tar.gz
scala-9715d09e8069e5a7ea62ef06d9cefe342b5f1c8b.tar.bz2
scala-9715d09e8069e5a7ea62ef06d9cefe342b5f1c8b.zip
added Array.deepEquals, improved external links...
added Array.deepEquals, improved external links to sources in API doc
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 33c0cc5088..dca94fdf22 100644
--- a/build.xml
+++ b/build.xml
@@ -248,7 +248,6 @@ BUILD SUPPORT MACROS
<include name="**/*.xml"/>
<include name="**/*.js"/>
<include name="**/*.css"/>
- <include name="**/*.png"/>
</fileset>
</copy>
<copy todir="@{build.dir}/lib/compiler">
@@ -257,7 +256,6 @@ BUILD SUPPORT MACROS
<include name="**/*.xml"/>
<include name="**/*.js"/>
<include name="**/*.css"/>
- <include name="**/*.png"/>
</fileset>
</copy>
</sequential>