summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
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" >