summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-03-20 11:47:18 +0000
committermichelou <michelou@epfl.ch>2007-03-20 11:47:18 +0000
commit3c1e6d6ce35246894bf96db35749956d59ff6885 (patch)
tree74522cc89cb5e175c08bd0763beae3863b7a5ed5 /build.xml
parentdf63d8e2f8b8529dfd078f09f04578a11f017d03 (diff)
downloadscala-3c1e6d6ce35246894bf96db35749956d59ff6885.tar.gz
scala-3c1e6d6ce35246894bf96db35749956d59ff6885.tar.bz2
scala-3c1e6d6ce35246894bf96db35749956d59ff6885.zip
reverted last change
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index dca94fdf22..33c0cc5088 100644
--- a/build.xml
+++ b/build.xml
@@ -248,6 +248,7 @@ BUILD SUPPORT MACROS
<include name="**/*.xml"/>
<include name="**/*.js"/>
<include name="**/*.css"/>
+ <include name="**/*.png"/>
</fileset>
</copy>
<copy todir="@{build.dir}/lib/compiler">
@@ -256,6 +257,7 @@ BUILD SUPPORT MACROS
<include name="**/*.xml"/>
<include name="**/*.js"/>
<include name="**/*.css"/>
+ <include name="**/*.png"/>
</fileset>
</copy>
</sequential>