summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2009-02-18 17:57:03 +0000
committerPaul Buetow <paul@buetow.org>2009-02-18 17:57:03 +0000
commit623ea9fc42f3ddb0d73ba445b08cfb54861ca672 (patch)
tree7d741196ff872fd6aac5fd79c637fd85bf073491 /build.xml
parent84b5d38e1459f9e7c6cf5bf7137784427cdbb203 (diff)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index cb686af..c602863 100644
--- a/build.xml
+++ b/build.xml
@@ -18,6 +18,10 @@
<copy todir="${classes}/icons">
<fileset dir="icons" />
</copy>
+ <copy todir="${classes}/images">
+ <fileset dir="images" />
+ </copy>
+ <copy file="config.txt" tofile="${classes}/config.txt" />
</target>
<target name="dist" depends="compile" description="generate the distribution" >